it:IntermediateCarrierType
complexType IntermediateCarrierType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type representing a transit (in-bond) movement, the identity of the carrier's which transport the goods from consignor to exporting carrier and from importing carrier to consignee. A party providing the transport of goods between named points.
Diagram
XML Schema
<xs:complexType name="IntermediateCarrierType">
<xs:annotation>
<xs:documentation>
A data type representing a transit (in-bond) movement, the identity of the carrier's which transport the goods from consignor to exporting carrier and from importing carrier to consignee. A party providing the transport of goods between named points.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:IntermediateCarrierIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:IntermediateCarrierIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:IntermediateCarrierAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>