<xsd:simpleType name="AccommodationTypeCodeContentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
Room / accommodation purpose
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Bathroom">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Bathroom</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Head">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Head or toilet</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cabin">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Cabin</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Stateroom">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Stateroom</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SingleBerth">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A single room or bunk.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TwinBerth">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A twin room or bunk.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DoubleBerth">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A twice the size of a single berth room or bunk.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A type not defined in this list.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|