element <getQuickViewResponse> (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
<getQuickViewResponse
   
 = 
xsd:int
 = 
("success" | "failure" | "rollback" | "notAttempted" | "accessDenied")
   
>
   
Content: 
</getQuickViewResponse>
Content model elements (1):
month (in getQuickViewResponse)
Annotation
The return value of getQuickView is a list of calendar days grouped into months.
XML Source (see within schema source)
<xsd:element name="getQuickViewResponse">
<xsd:annotation>
<xsd:documentation>
The return value of getQuickView is a list of calendar days
grouped into months.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="month">
<xsd:annotation>
<xsd:documentation>
Specifies the month block for the grouping of calendar days.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="31" minOccurs="1" name="day">
<xsd:annotation>
<xsd:documentation>
Specifies whether this day is free (0) or has at least one event
on it or overlapping (1).
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:boolean">
<xsd:attribute name="d" type="dayValueEnum">
<xsd:annotation>
<xsd:documentation>
Specifies day in this month.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="m" type="monthValueEnum"/>
<xsd:attribute name="year" type="xsd:int"/>
</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)
month
Type:
anonymous complexType, complex content
Defined:
locally within (this) getQuickViewResponse element
Specifies the month block for the grouping of calendar days.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="month">
<xsd:annotation>
<xsd:documentation>
Specifies the month block for the grouping of calendar days.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="31" minOccurs="1" name="day">
<xsd:annotation>
<xsd:documentation>
Specifies whether this day is free (0) or has at least one event
on it or overlapping (1).
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:boolean">
<xsd:attribute name="d" type="dayValueEnum">
<xsd:annotation>
<xsd:documentation>
Specifies day in this month.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="m" type="monthValueEnum"/>
<xsd:attribute name="year" type="xsd:int"/>
</xsd:complexType>
</xsd:element>