element <getFreeBusyDaysResponse> (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
<getFreeBusyDaysResponse
   
 = 
xsd:int
 = 
("success" | "failure" | "rollback" | "notAttempted" | "accessDenied")
   
>
   
Content: 
</getFreeBusyDaysResponse>
Content model elements (1):
freeOrBusyEvent (in getFreeBusyDaysResponse)
Annotation
Response XML blob format, consists of freebusy xml fragments.
XML Source (see within schema source)
<xsd:element name="getFreeBusyDaysResponse">
<xsd:annotation>
<xsd:documentation>
Response XML blob format, consists of freebusy xml fragments.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="freeOrBusyEvent" type="freeOrBusyEventType"/>
</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)
freeOrBusyEvent
Type:
freeOrBusyEventType, complex content
Defined:
locally within (this) getFreeBusyDaysResponse element
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="freeOrBusyEvent" type="freeOrBusyEventType"/>