it:CustomsGoodsItemType
complexType CustomsGoodsItemType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for a value declared for purposes of those goods in a consignment.
Diagram
XML Schema
<xs:complexType name="CustomsGoodsItemType">
<xs:annotation>
<xs:documentation>
A data type for a value declared for purposes of those goods in a consignment.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="it:GoodsItemType">
<xs:sequence>
<xs:element ref="it:Commodity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsCustomsAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ValuationAdjustment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CustomsProcedure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:PreviousCustomsDocument" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:SequenceNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CustomsGoodsItemAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>