element <freeOrBusyEvent> (local)
Namespace:
Type:
Content:
complex, 3 elements
Defined:
XML Representation Summary
<freeOrBusyEvent>
   
Content: 
</freeOrBusyEvent>
Content model elements (3):
endTime (type xsd:dateTime), startTime (type xsd:dateTime), type (in freeOrBusyEvent)
Included in content model of elements (1):
getFreeBusyDaysResponse
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="freeOrBusyEvent" type="freeOrBusyEventType"/>
Content Element Detail (all declarations; 3/3)
endTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within 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 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 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>