<xs:element name="TicketingInformation" minOccurs="0">
<xs:annotation>
<xs:documentation>The original ticket/document issue information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="TicketDocumentNbr" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Ticket/ document number,</xs:documentation>
<xs:documentation source="Example" xml:lang="en">Example: BWA42317</xs:documentation>
<xs:documentation source="Moreinfo" xml:lang="en">Note: This is the original ticket/document number.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IssuingAgentID" type="NumericStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Issuing agent ID.</xs:documentation>
<xs:documentation source="Example" xml:lang="en">Example: 91256690</xs:documentation>
<xs:documentation source="Moreinfo" xml:lang="en">Note: This is the ID of the original issuer of the ticket/document.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DateOfIssue" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Date of issue.</xs:documentation>
<xs:documentation source="Example" xml:lang="en">Example: 2013-01-13</xs:documentation>
<xs:documentation source="Moreinfo" xml:lang="en">Note: This is the date the ticket/document was originally issued.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Original issue location.</xs:documentation>
<xs:documentation source="Example" xml:lang="en">Example: NYC14</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IssuingAirlineCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Original issuing airline code.</xs:documentation>
<xs:documentation source="Example" xml:lang="en">Example: BWA</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|