<xs:element name="CruiseDocument" maxOccurs="9">
<xs:annotation>
<xs:documentation xml:lang="en">The document and the delivery method of the request.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="DocumentHandlingType">
<xs:attribute name="Status" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the status of the cruise booking document (e.g. "confirmed" or "declined"). Refer to OTA Code List Status (STS).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Reason" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a short description of the reason for why the document has a particular status.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|