<xs:element name="SelectedSailing" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the voyage(s) where the cabin is to be released</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SelectedCabin" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the currently held cabins for the given sailing, for which release is being requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CruiseCabinGroup" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="SelectedSailingGroup" />
</xs:complexType>
</xs:element>
|