RoomCategoryCodeType

Standard, Superior, Deluxe, ... xxxcompléter

Simple Type Information

Used By

Source

<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>