it:DeconsolidatorType
complexType DeconsolidatorType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type representing the Name [and address] of the receiving party of a consolidated shipment, who divides the latter into its original single consignments and undertakes to make them available to be delivered.
Diagram
XML Schema
<xs:complexType name="DeconsolidatorType">
<xs:annotation>
<xs:documentation>
A data type representing the Name [and address] of the receiving party of a consolidated shipment, who divides the latter into its original single consignments and undertakes to make them available to be delivered.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:DeconsolidatorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:DeconsolidatorIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:DeconsolidatorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>