simpleType monthsType
type restriction of xsd:string
properties
base xsd:string
used by
attribute dateTimeGroupElementType/@month
facets
Kind Value Annotation
enumeration January
enumeration February
enumeration March
enumeration April
enumeration May
enumeration June
enumeration July
enumeration August
enumeration September
enumeration October
enumeration November
enumeration December
annotation
documentation
Enumeration for the months of the year.
source <xsd:simpleType name="monthsType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration for the months of the year.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="January"/>
   
<xsd:enumeration value="February"/>
   
<xsd:enumeration value="March"/>
   
<xsd:enumeration value="April"/>
   
<xsd:enumeration value="May"/>
   
<xsd:enumeration value="June"/>
   
<xsd:enumeration value="July"/>
   
<xsd:enumeration value="August"/>
   
<xsd:enumeration value="September"/>
   
<xsd:enumeration value="October"/>
   
<xsd:enumeration value="November"/>
   
<xsd:enumeration value="December"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy