<xsd:simpleType name="MonthOfYear_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Month of year types</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">MonthOfYear_Enum</otm:OTA2Entity>
</xsd:appinfo>
</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>
|