Definition Type: Attribute
Name: PaperTicketInd
Namespace: http://www.opentravel.org/OTA/2003/05
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCheckIn.xsd
Use Optional
Documentation:
Indicates whether passenger is using a paper ticket for this segment. If true, passenger is using a paper ticket to check-in for this segment. If false or unpopulated, the passenger is using an electronic ticket for this segment.
Collapse XSD Schema Diagram:
XSD Diagram of PaperTicketInd in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="PaperTicketInd" type="xs:boolean" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates whether passenger is using a paper ticket for this segment. If true, passenger is using a paper ticket to check-in for this segment. If false or unpopulated, the passenger is using an electronic ticket for this segment. </xs:documentation>
    </xs:annotation>
</xs:attribute>