element <myCalendar> (global)
Namespace:
Type:
anonymous complexType (extension of myCalendarType)
Content:
complex, 2 attributes, 2 elements, elem. wildcard
Defined:
globally in myCalendar.xsd; see XML source
Used:
never
XML Representation Summary
<myCalendar
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myCalendar>
Content model elements (2):
event (in myCalendar), subscription (in myCalendar)
Annotation
This element encapsulates the content document for this service. This element establishes a global cache scope for the service and contains other root level system attributes for this instance of the service.
Anonymous Type Detail
Type Derivation Tree
myCalendarType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="myCalendar">
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for this service. This element
establishes a global cache scope for the service and contains other
root level system attributes for this instance of the service.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="myCalendarType">
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 3/3)
event
Type:
eventType, complex content
Defined:
locally within 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 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 myCalendarType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>