<xsd:complexType name="IncoTermsType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
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.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="1" maxOccurs="1" name="IncoTermsCode" type="scl:IncoTermsEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Incoterms is describing the terms of transportation regarding who is paying for freight, insurance and customs etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="IncoTermsDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A user friendly description of the inco term.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|