<xs:simpleType name="IncotermCodeType">
<xs:annotation>
<xs:documentation>Fully adopted GS1/UNECE classifier: Standardized list of abbreviations of the trade terms</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="CFR"/>
<!-- Cost and Freight -->
<xs:pattern value="CIF"/>
<!-- Cost, Insurance and Freight -->
<xs:pattern value="CIP"/>
<!-- Carriage and Insurance Paid To Named Place -->
<xs:pattern value="CPT"/>
<!-- Carraige Paid To Named Place -->
<xs:pattern value="DAP"/>
<!-- Delivered at Place -->
<xs:pattern value="DDP"/>
<!-- Delivered Duty Paid -->
<xs:pattern value="DPU"/>
<!-- Delivered Place Unloaded -->
<xs:pattern value="EXW"/>
<!-- ExWorks -->
<xs:pattern value="FAS"/>
<!-- Free Alongside Ship -->
<xs:pattern value="FCA"/>
<!-- Free Carrier -->
<xs:pattern value="FOB"/>
<!-- Free On Board -->
</xs:restriction>
</xs:simpleType>
|