element <event> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 attributes, 5 elements
Defined:
Includes:
definitions of 3 attributes, 5 elements
XML Representation Summary
<event
   
 = 
xsd:int
 = 
("-1" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19")
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
 = 
("single" | "recurring-master" | "recurring-instance" | "recurring-exception")
   
>
   
Content: 
</event>
Content model elements (5):
attachment (type attachmentMetadataType), attendee (type attendeeType), body (type bodyType), recurrence (in event in getCalendarDaysResponse), reminder (type reminderType)
Included in content model of elements (1):
getCalendarDaysResponse
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="event">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="body" type="bodyType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attachment" type="attachmentMetadataType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="reminder" type="reminderType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="attendeeType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="recurrence" type="recurrenceBaseType">
<xsd:annotation>
<xsd:documentation>
Depending on if &lt;removeRecurrence&gt; parameter is passed into getCalendarDays
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="instanceType" type="instanceTypeEnum">
<xsd:annotation>
<xsd:documentation>
Distinguishes between a single instance of an event or an instance of a recurring event.
The recurring instance is a modified exception if eventBody/recurrenceId is present:
single, recurring-master, recurring-instance, recurring-exception.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
<xsd:attribute name="calendarType" type="calendarLocaleEnum"/>
<xsd:attribute name="advanceHijriValue" type="hijriValueEnum"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 6/6)
advanceHijriValue
Type:
Use:
optional
Defined:
locally within (this) event element
XML Source (see within schema source)
<xsd:attribute name="advanceHijriValue" type="hijriValueEnum"/>

calendarType
Type:
Use:
optional
Defined:
locally within (this) event element
XML Source (see within schema source)
<xsd:attribute name="calendarType" type="calendarLocaleEnum"/>

changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>

instanceType
Type:
Use:
optional
Defined:
locally within (this) event element
Distinguishes between a single instance of an event or an instance of a recurring event. The recurring instance is a modified exception if eventBody/recurrenceId is present: single, recurring-master, recurring-instance, recurring-exception.
XML Source (see within schema source)
<xsd:attribute name="instanceType" type="instanceTypeEnum">
<xsd:annotation>
<xsd:documentation>
Distinguishes between a single instance of an event or an instance of a recurring event.
The recurring instance is a modified exception if eventBody/recurrenceId is present:
single, recurring-master, recurring-instance, recurring-exception.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 5/5)
attachment
Type:
attachmentMetadataType, complex content
Defined:
locally within (this) event element
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attachment" type="attachmentMetadataType"/>

attendee
Type:
attendeeType, complex content
Defined:
locally within (this) event element
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="attendeeType"/>

body
Type:
bodyType, complex content
Defined:
locally within (this) event element
XML Source (see within schema source)
<xsd:element name="body" type="bodyType"/>

recurrence
Type:
recurrenceBaseType, complex content
Defined:
locally within (this) event element
Depending on if <removeRecurrence> parameter is passed into getCalendarDays
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="recurrence" type="recurrenceBaseType">
<xsd:annotation>
<xsd:documentation>
Depending on if &lt;removeRecurrence&gt; parameter is passed into getCalendarDays
</xsd:documentation>
</xsd:annotation>
</xsd:element>

reminder
Type:
reminderType, complex content
Defined:
locally within (this) event element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="reminder" type="reminderType"/>