Standard, Superior, Deluxe, ... xxxcompléter |
Attribute | RoomCategoryType/@Code |
<xs:simpleType name="RoomCategoryCodeType"> <xs:annotation> <xs:documentation>Standard, Superior, Deluxe, ... xxxcompléter</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Deluxe"/> <xs:enumeration value="ROH"/> <xs:enumeration value="Standard"/> <xs:enumeration value="Superior"/> </xs:restriction> </xs:simpleType> |