<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>
|