<xs:attributeGroup name="CruiseCabinGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Contains the cabin-specific information.</xs:documentation>
</xs:annotation>
<xs:attribute name="CabinNumber" type="StringLength1to8" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The number identifying the cabin.</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 Cabin</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DeclineIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Can be true in event that wait list category is cleared at booking retrieval time. (Possibly used by CabinUnhold.) </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="HeldIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the cabin is held. When false, the cabin is not being held.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|