it:ConsolidatorType
complexType ConsolidatorType in namespace http://release.niem.gov/niem/domains/internationalTrade/5.0/
Definition
A data type representing the Name [and address] of the freight forwarder combining individual smaller consignments into a single larger shipment so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.
Diagram
XML Schema
<xs:complexType name="ConsolidatorType">
<xs:annotation>
<xs:documentation>
A data type representing the Name [and address] of the freight forwarder combining individual smaller consignments into a single larger shipment so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:ConsolidatorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ConsolidatorIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ConsolidatorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>