Definition Type: ComplexType
Name: IncoTermsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into IncoTermsDescription in schema components_xsd Drilldown into IncoTermsCode in schema components_xsdXSD Diagram of IncoTermsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncoTermsCode star:IncoTermsCode 1 1
IncoTermsDescription star:IncoTermsDescription 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:IncoTerms