<xs:element name="SelectedCabin" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Cabins for the given sailing, for which release is being requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<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:attributeGroup ref="CruiseCabinGroup" />
</xs:complexType>
</xs:element>
|