<xs:element name="Queue" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies queue information for this booking.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="QueueGroup" />
<xs:attribute name="DateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Date/time when the time initiated queuing should take place.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Text" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Text describing why the queuing takes place.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CarrierCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies airline/system on which the reservation is being queued.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|