it:GoodsOriginType
complexType GoodsOriginType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.0/
Definition
A data type to identify the place of origin for the goods manufactured or produced.
Diagram
XML Schema
<xs:complexType name="GoodsOriginType">
<xs:annotation>
<xs:documentation>
A data type to identify the place of origin for the goods manufactured or produced.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:LocationType">
<xs:sequence>
<xs:element ref="it:GoodsManufacturedCountryOriginAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsManufacturedRegionOriginAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:GoodsOriginAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>