<xs:attributeGroup name="SelectedSailingGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a specific sailing by voyage number, dates, and/or cruise line information.</xs:documentation>
</xs:annotation>
<xs:attribute name="VoyageID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the cruise line unique identifier for a particular sailing.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the time interval for the sailing.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="ShipReferenceGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the ship information for the sailing.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Status" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the status of the voyage. Refer to OTA Code table Status (STS).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|