Definition Type: Element
Name: CuisineCode
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
The code for the type of cuisine served at the restaurant.
Collapse XSD Schema Diagram:
Drilldown into ExistsCode in schema ota_commontypes_xsd1 Drilldown into IsMain in schema ota_commontypes_xsd1 Drilldown into Removal in schema ota_commontypes_xsd1 Drilldown into RemovalGroup in schema ota_commontypes_xsd Drilldown into CodeDetail in schema ota_commontypes_xsd1 Drilldown into CodeInfoGroup in schema ota_commontypes_xsd Drilldown into Code in schema ota_commontypes_xsd1XSD Diagram of CuisineCode in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CuisineCode" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">The code for the type of cuisine served at the restaurant.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Code" type="OTA_CodeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Refer to OTA Code List Main Cuisine Code (CUI).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="CodeInfoGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">May be used to give further detail on the code or to remove an obsolete item.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attribute name="IsMain" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Indicates whether this cuisine code is the main cuisine offered by restaurant.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ExistsCode" type="OTA_CodeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">This attribute is used to explicitly define whether the Code applies. Refer to OTA Code list Option Type Code (OTC). This is used in conjunction with Code.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Code Code Optional
CodeDetail CodeDetail Optional
Removal Removal false Optional
IsMain IsMain Optional
ExistsCode ExistsCode Optional