Definition Type: AttributeGroup
Name: CruiseCategoryGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Contains the berth and price category codes.
Collapse XSD Schema Diagram:
Drilldown into PricedCategoryCode in schema ota_cruisecommontypes_xsd Drilldown into BerthedCategoryCode in schema ota_cruisecommontypes_xsdXSD Diagram of CruiseCategoryGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CruiseCategoryGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains the berth and price category codes.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="BerthedCategoryCode" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Contains the cruise line's category code for the general cabin location. BerthedCategoryCode will differ from the PricedCategoryCode if the customer receives an upgrade.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PricedCategoryCode" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Contains the cruise line's category code for the general cabin location for which the customer pays.  PricedCategoryCode will differ from the  BerthedCategoryCode if the customer receives an upgrade.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
BerthedCategoryCode BerthedCategoryCode Optional
PricedCategoryCode PricedCategoryCode Optional