it:TradeTermType

complexType TradeTermType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/

Definition

A data type for a trade terms name of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g. Incoterm.

Diagram

XML Schema

<xs:complexType name="TradeTermType">
<xs:annotation>
<xs:documentation>
A data type for a trade terms name of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g. Incoterm.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:INCOTERMSPlace" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:INCOTERMSPlaceCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:INCOTERMSDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:INCOTERMSCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CountryRelationshipCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:TradeTermAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>