%DOC% |
<xs:simpleType name="TK_HotelStayCodeCodeType"> <xs:annotation> <xs:documentation xml:lang="EN">%DOC%</xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="CollectiveStay"/> <xs:enumeration value="CountryLodge"/> <xs:enumeration value="HotelClub"/> <xs:enumeration value="CityHotel"/> <xs:enumeration value="BeachHotel"/> <xs:enumeration value="Suite"/> </xs:restriction> </xs:simpleType> |