<xs:complexType name="TicketDistribPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a preference for a type of ticket distribution.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a method of ticket distribution.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="DistribType" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Ticket distribution method such as Fax, Email, Courier, Mail, Airport_Pickup, City_Office, Hotel_Desk,
WillCall, etc. Refer to OTA Code List Distribution Type (DTB).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TicketTime" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Ticket turnaround time desired, amount of time requested to deliver tickets.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Remark" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A remark associated with the ticket distribution preference.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|