it:CommodityType

complexType CommodityType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.0/

Definition

A data type for a description of the nature of a goods item sufficient to identify it for customs, statistical or transport purposes.

Diagram

XML Schema

<xs:complexType name="CommodityType">
<xs:annotation>
<xs:documentation>
A data type for a description of the nature of a goods item sufficient to identify it for customs, statistical or transport purposes.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:CommodityCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CommodityGoodsDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CommodityUNDGIdentificationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsGeneticModificationIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsIngredientsDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsModelNumberText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsBrandNameText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsTariffCodeExtensionsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsGradingClassificationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CommodityHTSCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CommodityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>