Definition Type: Element
Name: InternationalProcessingInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirCheckIn.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
International document verification information related to the passenger.
Collapse XSD Schema Diagram:
Drilldown into DocumentVerifiedInd in schema ota_aircheckin_xsd Drilldown into AirportPassengerProcessingCode in schema ota_aircheckin_xsd Drilldown into DocumentVerification in schema ota_aircheckin_xsdXSD Diagram of InternationalProcessingInfo in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="InternationalProcessingInfo" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">International document verification information related to the passenger. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="DocumentVerification" type="AlphaNumericStringLength1" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Indicates the status of the passenger coupon on day of departure. Refer to IATA reso 722c Attachment C (reference # 22). This information is used for mag stripe or bar code. If this element is not provided, the receiving system may choose to print a blank on the mag stripe or bar code. </xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="AirportPassengerProcessingCode" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the type of document to be checked. Refer to IATA Resolution 722c Attachment C (reference # 61)</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:pattern value="[0-9]{2}" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="DocumentVerifiedInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, personal documentation has been verified. If false, additional verification is required prior to issuing an international boarding pass.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
DocumentVerification nsA:DocumentVerification Optional
AirportPassengerProcessingCode nsA:AirportPassengerProcessingCode Optional
DocumentVerifiedInd nsA:DocumentVerifiedInd Optional