simpleType "meetingStatusEnum"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
Simple Content Model
"not-sent" | "sent" | "cancelled"
All Direct / Indirect Based Elements (1):
meetingStatus (in body : bodyType)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  meetingStatusEnum
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="meetingStatusEnum">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="not-sent"/>
<xsd:enumeration value="sent"/>
<xsd:enumeration value="cancelled"/>
</xsd:restriction>
</xsd:simpleType>