<xs:attributeGroup name="CruiseCategoryType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the detail information about the Cruise Category</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="CruiseCategoryDetailGroup" />
<xs:attribute name="Location" type="CategoryLocationType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the Category location such as Inside, Outside or Both</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaxOccupancy" type="Numeric1to99" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the Max occupancy of the category</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="HeldIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies if the category is currently being held</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Status" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the status of the category. Refer to OTA Code table Status (STS).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CategoryQualifierCodes" type="ListOfOTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the indicators for the category. Refer to OTA Code Table Category Qualifier Code (CQC). </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|