it:IntermediateConsigneeType
complexType IntermediateConsigneeType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.1/
Definition
A data type representing the transit (in-bond) movement, the identity of the intermediate consignee who may take possession of the goods from consignor to exporting carrier and from importing carrier to consignee.
Diagram
XML Schema
<xs:complexType name="IntermediateConsigneeType">
<xs:annotation>
<xs:documentation>
A data type representing the transit (in-bond) movement, the identity of the intermediate consignee who may take possession of the goods from consignor to exporting carrier and from importing carrier to consignee.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:IntermediateConsigneeIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:IntermediateConsigneeIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:IntermediateConsigneeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>