it:UnloadingLocationType

complexType UnloadingLocationType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.0/

Definition

A data type for a location where freight cargo (containers, equipment) is unloaded from a conveyance.

Diagram

XML Schema

<xs:complexType name="UnloadingLocationType">
<xs:annotation>
<xs:documentation>
A data type for a location where freight cargo (containers, equipment) is unloaded from a conveyance.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:UnloadingLocationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CargoWarehouseDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CargoWarehouseIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:NotifyParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:UnloadingLocationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:UnloadingLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>