it:ManufacturerType

complexType ManufacturerType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.1/

Definition

A data type representing the Name [and address] of party which manufactures goods.

Diagram

XML Schema

<xs:complexType name="ManufacturerType">
<xs:annotation>
<xs:documentation>
A data type representing the Name [and address] of party which manufactures goods.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:ManufacturerIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ManufacturerIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ManufacturerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>