element <getCalendarDaysResponse> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<getCalendarDaysResponse
   
 = 
xsd:int
 = 
("success" | "failure" | "rollback" | "notAttempted" | "accessDenied")
   
>
   
Content: 
</getCalendarDaysResponse>
Content model elements (1):
event (in getCalendarDaysResponse)
Annotation
Response XML blob format, consists of the base event type minus recurrence.
XML Source (see within schema source)
<xsd:element name="getCalendarDaysResponse">
<xsd:annotation>
<xsd:documentation>
Response XML blob format, consists of the base event type minus recurrence.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<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>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardResponseAttributeGroup"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
selectedNodeCount
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="selectedNodeCount" type="selectedNodeCountType" use="optional"/>

status
Type:
Use:
required
Defined:
This attribute indicates the status of the method. <dl> <dt>success</dt> <dd> The corresponding method was completed successfully. </dd> <dt>failure</dt> <dd> The corresponding method was not completed successfully. </dd> <dt>rollback</dt> <dd> The method failed, but was rolled back to its pre-<b>updateBlock</b> status. </dd> <dt>notAttempted</dt> <dd> The corresponding method was not attempted. This occurs when a previous operation failed. </dd> </dl>
XML Source (see within schema source)
<xsd:attribute name="status" type="responseStatus" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute indicates the status of the method.
<dl>
<dt>success</dt>
<dd>
The corresponding method was completed successfully.
</dd>
<dt>failure</dt>
<dd>
The corresponding method was not completed successfully.
</dd>
<dt>rollback</dt>
<dd>
The method failed, but was rolled back to its
pre-
<b>updateBlock</b>
status.
</dd>
<dt>notAttempted</dt>
<dd>
The corresponding method was not attempted. This occurs when
a previous operation failed.
</dd>
</dl>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
event
Type:
anonymous complexType, complex content
Defined:
locally within (this) getCalendarDaysResponse element
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>