<xs:element name="SelectedCabin" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Cabins for the given sailing for which a hold has been 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:attribute name="ReleaseDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Date the held cabin will be released back to inventory.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CruiseCabinGroup" />
</xs:complexType>
</xs:element>
|