The standard official code types, such as A1DRAC. For non standard room types, use the Codes tags xxx add the standard codes as well in a union of codes and text |
Attribute | RoomType/@Type |
<xs:simpleType name="RoomTypeCodeType"> <xs:annotation> <xs:documentation>The standard official code types, such as A1DRAC. For non standard room types, use the Codes tags xxx add the standard codes as well in a union of codes and text</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z0-9]{0,8}"/> </xs:restriction> </xs:simpleType> |