complexType "freeOrBusyEventType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
endTime (type xsd:dateTime), startTime (type xsd:dateTime), type (in freeOrBusyEvent)
All Direct / Indirect Based Elements (1):
freeOrBusyEvent (in getFreeBusyDaysResponse)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="freeOrBusyEventType">
<xsd:sequence>
<xsd:element name="startTime" type="xsd:dateTime"/>
<xsd:element name="endTime" type="xsd:dateTime"/>
<xsd:element name="type" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The type belongs to the following enumeration {free, tentative, busy, away}.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
endTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) freeOrBusyEventType complexType
XML Source (see within schema source)
<xsd:element name="endTime" type="xsd:dateTime"/>

startTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) freeOrBusyEventType complexType
XML Source (see within schema source)
<xsd:element name="startTime" type="xsd:dateTime"/>

type
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) freeOrBusyEventType complexType
The type belongs to the following enumeration {free, tentative, busy, away}.
XML Source (see within schema source)
<xsd:element name="type" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The type belongs to the following enumeration {free, tentative, busy, away}.
</xsd:documentation>
</xsd:annotation>
</xsd:element>