<xs:attribute name="E_TicketEligibility" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies whether a flight segment is eligible for electronic ticketing.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="StringLength1to16">
<xs:enumeration value="Eligible">
<xs:annotation>
<xs:documentation xml:lang="en">Analogous to the IATA PADIS code: electronic ticket candidate.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Not Eligible">
<xs:annotation>
<xs:documentation xml:lang="en">Analogous to the IATA PADIS code: not an electronic ticket candidate.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Required">
<xs:annotation>
<xs:documentation xml:lang="en">Analogous to the IATA PADIS code: electronic ticketing required.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|