Definition Type: Element
Name: OriginalIssueInfo
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The original ticket/document issue information.
Collapse XSD Schema Diagram:
Drilldown into LocationCode in schema ota_aircommontypes_xsd Drilldown into DateOfIssue in schema ota_aircommontypes_xsd Drilldown into IssuingAgentID in schema ota_aircommontypes_xsd Drilldown into TicketDocumentNbr in schema ota_aircommontypes_xsdXSD Diagram of OriginalIssueInfo in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OriginalIssueInfo" 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 xml:lang="en">The original ticket/document number.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IssuingAgentID" type="NumericStringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">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>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 xml:lang="en">Location of original issue.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
TicketDocumentNbr TicketDocumentNbr Optional
IssuingAgentID IssuingAgentID Optional
DateOfIssue DateOfIssue Optional
LocationCode LocationCode Optional