<xs:element name="LocationRequirement" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Location requirement information for pricing.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the location requirement type affecting the pricing.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="LocalEmployee">
<xs:annotation>
<xs:documentation xml:lang="en">The customer is a local employee.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LocalResident">
<xs:annotation>
<xs:documentation xml:lang="en">The customer is a local resident.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LocalNationalityShipReg">
<xs:annotation>
<xs:documentation xml:lang="en">The customer is a local national or on a ship registered to the location.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="State" type="StateProvCodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The state location required for some fares.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Country" type="ISO3166" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The country location required for some fares.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|