<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:sequence>
<xs:element name="RecipientInfo" type="ContactPersonType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the address details for a recipient. The address is only sent when different than that of the reservation. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|