element <body> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 10 elements
Defined:
Includes:
definitions of 10 elements
XML Representation Summary
<body>
   
Content: 
</body>
Content model elements (10):
allDay (type xsd:boolean), endTime (type xsd:dateTime), freeBusyStatus (type freeBusyStatusType), fullDescription (type hs:longText), location (type hs:localizableString), organizer (type hs:userReference), startTime (type xsd:dateTime), title (type hs:localizableString), travelTimeFrom (type xsd:int), travelTimeTo (type xsd:int)
Included in content model of elements (1):
exception (in recurrence in event in myCalendar)
Annotation
This contains only the modifiable properties of the eventBody.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="body">
<xsd:annotation>
<xsd:documentation>
This contains only the modifiable properties of the eventBody.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
Suppose the title changes.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="fullDescription" type="hs:longText">
<xsd:annotation>
<xsd:documentation>
Suppose this particular instance has a revised description.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
Switch meeting location for this instance only.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="startTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Switch the start time for this instance only.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="endTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Switch the end time for this instance only.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="allDay" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
This particular instance is allDay.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="travelTimeTo" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Suppose traffic is really bad for this instance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="travelTimeFrom" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Suppose traffic is really bad for this instance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="freeBusyStatus" type="freeBusyStatusType">
<xsd:annotation>
<xsd:documentation>
Priority is changed for this meeting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="organizer" type="hs:userReference">
<xsd:annotation>
<xsd:documentation>
Suppose the original organizer is replaced by another organizer.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 10/10)
allDay
Type:
xsd:boolean, predefined, simple content
Defined:
locally within (this) body element
This particular instance is allDay.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="allDay" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
This particular instance is allDay.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

endTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) body element
Switch the end time for this instance only.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="endTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Switch the end time for this instance only.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

freeBusyStatus
Type:
freeBusyStatusType, simple content
Defined:
locally within (this) body element
Priority is changed for this meeting.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="freeBusyStatus" type="freeBusyStatusType">
<xsd:annotation>
<xsd:documentation>
Priority is changed for this meeting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

fullDescription
Type:
hs:longText, simple content
Defined:
locally within (this) body element
Suppose this particular instance has a revised description.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="fullDescription" type="hs:longText">
<xsd:annotation>
<xsd:documentation>
Suppose this particular instance has a revised description.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

location
Type:
hs:localizableString, simple content
Defined:
locally within (this) body element
Switch meeting location for this instance only.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="location" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
Switch meeting location for this instance only.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

organizer
Type:
hs:userReference, complex content
Defined:
locally within (this) body element
Suppose the original organizer is replaced by another organizer.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="organizer" type="hs:userReference">
<xsd:annotation>
<xsd:documentation>
Suppose the original organizer is replaced by another organizer.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

startTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) body element
Switch the start time for this instance only.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="startTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Switch the start time for this instance only.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

title
Type:
hs:localizableString, simple content
Defined:
locally within (this) body element
Suppose the title changes.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="title" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
Suppose the title changes.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

travelTimeFrom
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) body element
Suppose traffic is really bad for this instance.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="travelTimeFrom" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Suppose traffic is really bad for this instance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

travelTimeTo
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) body element
Suppose traffic is really bad for this instance.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="travelTimeTo" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Suppose traffic is really bad for this instance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>