complexType "myCalendarType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
event (in myCalendar), subscription (in myCalendar)
All Direct / Indirect Based Elements (1):
myCalendar
Known Usage Locations
Annotation
This element defines the basic myCalendar types.
XML Source (see within schema source)
<xsd:complexType name="myCalendarType">
<xsd:annotation>
<xsd:documentation>
This element defines the basic myCalendar types.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="event" type="eventType">
<xsd:annotation>
<xsd:documentation>
The event is the myCalendar root object for calendar events, appointments, and meetings.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
event
Type:
eventType, complex content
Defined:
locally within (this) myCalendarType complexType
The event is the myCalendar root object for calendar events, appointments, and meetings.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="event" type="eventType">
<xsd:annotation>
<xsd:documentation>
The event is the myCalendar root object for calendar events, appointments, and meetings.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within (this) myCalendarType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>

{any element with non-schema namespace}
Defined:
within (this) myCalendarType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>