<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>
|