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  | 
|||||||||
  | 
|||||||||
>  | 
|||||||||
  | 
|||||||||
</getQuickViewResponse>  | 
|||||||||
| 
 
<xsd:annotation>
 
<xsd:documentation>
 
</xsd:annotation>
The return value of getQuickView is a list of calendar days 
</xsd:documentation>
grouped into months. <xsd:complexType> 
<xsd:sequence>
 
</xsd:complexType>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="month">
 
</xsd:sequence>
<xsd:annotation>
 
</xsd:element>
<xsd:documentation>
 
</xsd:annotation>
Specifies the month block for the grouping of calendar days.
 
</xsd:documentation>
<xsd:complexType> 
<xsd:sequence>
 
</xsd:complexType>
<xsd:element maxOccurs="31" minOccurs="1" name="day">
 
</xsd:sequence>
<xsd:annotation>
 
</xsd:element>
<xsd:documentation>
 
</xsd:annotation>
Specifies whether this day is free (0) or has at least one event 
</xsd:documentation>
on it or overlapping (1). <xsd:complexType> 
<xsd:simpleContent>
 
</xsd:complexType>
<xsd:extension base="xsd:boolean">
 
</xsd:simpleContent>
<xsd:attribute name="d" type="dayValueEnum">
 
</xsd:extension>
<xsd:annotation>
 
</xsd:attribute>
<xsd:documentation>
 
</xsd:annotation>
Specifies day in this month.
 
</xsd:documentation>
</xsd:element> 
 | 
Type:  | 
|
Use:  | 
optional  | 
Defined:  | 
Type:  | 
|
Use:  | 
required  | 
Defined:  | 
| 
 
<xsd:annotation>
 
<xsd:documentation>
 
</xsd:annotation>
This attribute indicates the status of the method.
 
</xsd:documentation>
<dl> 
<dt>success</dt>
 
</dl>
<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 
</dd>
pre- <b>updateBlock</b> 
status. 
<dt>notAttempted</dt> 
<dd> 
The corresponding method was not attempted. This occurs when 
</dd>
a previous operation failed. </xsd:attribute> 
 | 
Type:  | 
anonymous complexType, complex content  | 
Defined:  | 
| 
 
<xsd:annotation>
 
<xsd:documentation>
 
</xsd:annotation>
Specifies the month block for the grouping of calendar days.
 
</xsd:documentation>
<xsd:complexType> 
<xsd:sequence>
 
</xsd:complexType>
<xsd:element maxOccurs="31" minOccurs="1" name="day">
 
</xsd:sequence>
<xsd:annotation>
 
</xsd:element>
<xsd:documentation>
 
</xsd:annotation>
Specifies whether this day is free (0) or has at least one event 
</xsd:documentation>
on it or overlapping (1). <xsd:complexType> 
<xsd:simpleContent>
 
</xsd:complexType>
<xsd:extension base="xsd:boolean">
 
</xsd:simpleContent>
<xsd:attribute name="d" type="dayValueEnum">
 
</xsd:extension>
<xsd:annotation>
 
</xsd:attribute>
<xsd:documentation>
 
</xsd:annotation>
Specifies day in this month.
 
</xsd:documentation>
</xsd:element> 
 |