<xs:element name="FlightReference" minOccurs="0" maxOccurs="16">
<xs:annotation>
<xs:documentation xml:lang="en">A reference to a flight segment in a passenger name record.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="FlightRefNumber" type="Numeric1to99" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The reference number for a flight segment in a passenger name record.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RangePosition" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies whether the first or last flight segment 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">Indicates that the flight reference number represents the first flight in a range of flights to be ticketed. </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Last">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the flight reference number represents the last flight in a range of flights to be ticketed. </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
|