it:GoodsItemType
complexType GoodsItemType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for a specific Item sent for sale, storage, or shipment.
Diagram
XML Schema
<xs:complexType name="GoodsItemType">
<xs:annotation>
<xs:documentation>
A data type for a specific Item sent for sale, storage, or shipment.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ItemType">
<xs:sequence>
<xs:element ref="it:GoodsMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CountryOfOrigin" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Document" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:Manufacturer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ProcessingEstablishment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:LoadingProofParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsItemStatisticalValueAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CustomsValuationAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CustomsStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ExaminationPlaceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsItemAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>