<xs:complexType name="WrittenConfInstType">
<xs:annotation>
<xs:documentation xml:lang="en">Method by which confirmations should be delivered.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SupplementalData" type="ParagraphType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Additional data that will be sent with the confirmation. This could be used to include a map, pictures, or any other information that the reservation source wishes to include with the confirmation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Email" type="EmailType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">An email address to which the confirmation should be sent.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="LanguageID" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The language in which the confirmation should be provided.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AddresseeName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The name to which the confirmation should be addressed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Address" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The mailing address to which the confirmation should be delivered.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Telephone" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The telephone number associated with the delivery address.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ConfirmInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true a written confirmation was requested and will be sent.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|