<xsd:simpleType name="StaffTypeAirlineTourCode">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">StaffTypeAirlineTourCode</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Current">
<xsd:annotation>
<xsd:documentation source="Description">Staff currently employed (i.e., not retired)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Duty">
<xsd:annotation>
<xsd:documentation source="Description">Staff travelling on duty (e.g., deadheading crew).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CabinCrew">
<xsd:annotation>
<xsd:documentation source="Description">Cabin crew staff.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Retired">
<xsd:annotation>
<xsd:documentation source="Description">Retired staff.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TechCrew">
<xsd:annotation>
<xsd:documentation source="Description">Staff travelling as technical crew.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="UnaccompaniedFamilyMember">
<xsd:annotation>
<xsd:documentation source="Description">Family travelling without the airline staff family member.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OtherAirlinePersonnel">
<xsd:annotation>
<xsd:documentation source="Description">Personnel employed by another airline.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|