Definition Type: Attribute
Name: RangePosition
Namespace: http://www.opentravel.org/OTA/2003/05
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirDemandTicketRQ.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies whether this is first or last passenger name number in a range.
Collapse XSD Schema Diagram:
XSD Diagram of RangePosition in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="RangePosition" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies whether this is first or last passenger name number in a range.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="First">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates that the surname and given name reference numbers represent the first passenger name in a range of passengers to be ticketed. </xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Last">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates that the surname and given name reference numbers represent the last passenger name in a range of passengers to be ticketed.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration First
Enumeration Last