Definition Type: Attribute
Name: Name
Type: Unresolved link to stringlength1to321
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
This name refers to an OTA Code List table (e.g. RestaurantCategoryCode/InfoCode). The actual code is passed in the Code attribute.
Collapse XSD Schema Diagram:
XSD Diagram of Name in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration SrvcInfo
Enumeration Beverage
Enumeration AvailableMealCategory
Enumeration RestaurantCategory
Enumeration RestaurantPolicy
Collapse Derivation Tree:
  • Unresolved link to stringlength1to321
    • Name