<xs:element name="SelectedSailing" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Contains information related to the selected sailing. Typically the selected sailing is one of the sailings returned in the previous sailing availability response. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SelectedFare" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the fare code and the group code if any. Fare codes are specific to cruise lines.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="FareGroup" />
</xs:complexType>
</xs:element>
<xs:element name="SelectedCategory">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the selected category to search for cabins.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SelectedCabin" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the selected Cabins</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CruiseCabinGroup" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="CruiseCategoryDetailGroup" />
</xs:complexType>
</xs:element>
<xs:element name="InclusivePackageOption" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Allows to query for package options that the cruise might offer with the sailing. Usually the request will query for packages that are included in the cruise sailing offering (inclusive packages).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CruisePackageGroup" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="SelectedSailingGroup" />
</xs:complexType>
</xs:element>
|