<xs:attribute name="Name" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This name refers to an OTA Code List table (e.g. RestaurantCategoryCode/InfoCode). The actual code is passed in the Code attribute.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="StringLength1to32">
<xs:enumeration value="SrvcInfo">
<xs:annotation>
<xs:documentation xml:lang="en">Refer to OTA Code List Restaurant Srvc Info (RSI).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Beverage">
<xs:annotation>
<xs:documentation xml:lang="en">This uses OTA Code Table Beverage Code.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AvailableMealCategory">
<xs:annotation>
<xs:documentation xml:lang="en">This uses OTA Code Table Available Meal Category Codes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RestaurantCategory">
<xs:annotation>
<xs:documentation xml:lang="en">This uses OTA Code Table RestaurantCategoryCode.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RestaurantPolicy">
<xs:annotation>
<xs:documentation xml:lang="en">This uses OTA Code Table Restaurant Policy Code.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|