simpleType "instanceTypeEnum"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
Simple Content Model
"single" | "recurring-master" | "recurring-instance" | "recurring-exception"
All Direct / Indirect Based Attributes (1):
event (in getCalendarDaysResponse)/@instanceType
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  instanceTypeEnum
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="instanceTypeEnum">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="single"/>
<xsd:enumeration value="recurring-master"/>
<xsd:enumeration value="recurring-instance"/>
<xsd:enumeration value="recurring-exception"/>
</xsd:restriction>
</xsd:simpleType>