element <month> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
XML Representation Summary
<month
   
 = 
xsd:int
 = 
xsd:int
   
>
   
Content: 
day[1..31]
</month>
Content model elements (1):
day (in month)
Included in content model of elements (1):
getQuickViewResponse
Annotation
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>
Attribute Detail (all declarations; 2/2)
m
Type:
Use:
optional
Defined:
locally within (this) month element
XML Source (see within schema source)
<xsd:attribute name="m" type="monthValueEnum"/>

year
Type:
xsd:int, predefined
Use:
optional
Defined:
locally within (this) month element
XML Source (see within schema source)
<xsd:attribute name="year" type="xsd:int"/>
Content Element Detail (all declarations; 1/1)
day
Type:
anonymous complexType (extension of xsd:boolean), simple content
Defined:
locally within (this) month element
Specifies whether this day is free (0) or has at least one event on it or overlapping (1).
XML Source (see within schema source)
<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>