simpleType "freeBusyStatusType"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
Simple Content Model
"free" | "busy" | "tentative" | "away"
All Direct / Indirect Based Elements (2):
freeBusyStatus (type freeBusyStatusType), intendedFreeBusy (type freeBusyStatusType)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  freeBusyStatusType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="freeBusyStatusType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="free"/>
<xsd:enumeration value="busy"/>
<xsd:enumeration value="tentative"/>
<xsd:enumeration value="away"/>
</xsd:restriction>
</xsd:simpleType>