IncoTerms

Uses the Component:IncoTermsType

The Incoterms (international Chamber of Commerce) rules have become an essential part of the daily language of trade. They have been incorporated in contracts for the sale of goods worldwide and provide rules and guidance to importers, exporters, lawyers, transporters, insurers and students of international trade.

Fields and Components

Table 6.46. Fields and Components

Name Description Occurrence Type Data Type User Notes
IncoTermsCode

Incoterms is describing the terms of transportation regarding who is paying for freight, insurance and customs etc.

1..1Field scl:IncoTermsEnumeratedType  
IncoTermsDescription

A user friendly description of the inco term.

0..*Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.46. IncoTerms

<IncoTerms>
     <IncoTermsCode>......</IncoTermsCode>     [1..1]
     <IncoTermsDescription>......</IncoTermsDescription>     [0..*]
</IncoTerms>