it:ProcessingEstablishmentType
complexType ProcessingEstablishmentType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for a name [and address] of slaughtering, freezing, or other processing establishment.
Diagram
XML Schema
<xs:complexType name="ProcessingEstablishmentType">
<xs:annotation>
<xs:documentation>
A data type for a name [and address] of slaughtering, freezing, or other processing establishment.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:OrganizationType">
<xs:sequence>
<xs:element ref="it:ProcessingEstablishmentIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ProcessingEstablishmentIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ProcessingEstablishmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>