http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents
Months Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents : Months Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents
Type
Restriction of xs:string
Diagram
Months Simple Type
Overview
Months Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationJanuary
EnumerationFebruary
EnumerationMarch
EnumerationApril
EnumerationMay
EnumerationJune
EnumerationJuly
EnumerationAugust
EnumerationSeptember
EnumerationOctober
EnumerationNovember
EnumerationDecember
Source
<xs:simpleType name="Months" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="January" />
    <xs:enumeration value="February" />
    <xs:enumeration value="March" />
    <xs:enumeration value="April" />
    <xs:enumeration value="May" />
    <xs:enumeration value="June" />
    <xs:enumeration value="July" />
    <xs:enumeration value="August" />
    <xs:enumeration value="September" />
    <xs:enumeration value="October" />
    <xs:enumeration value="November" />
    <xs:enumeration value="December" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents