<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>
|