Definition Type: Attribute
Name: RangePosition
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies whether this is the first or last traveler reference number in a range.
Collapse XSD Schema Diagram:
XSD Diagram of RangePosition in schema ota_aircommontypes_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 the first or last traveler reference 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">The first number in a range.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Last">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The last number in a range.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration First
Enumeration Last