it:LoadingLocationType

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

Definition

A data type for a name of a seaport, airport, freight terminal, rail station or other place at which goods are loaded onto the transport means used for their carriage.

Diagram

XML Schema

<xs:complexType name="LoadingLocationType">
<xs:annotation>
<xs:documentation>
A data type for a name of a seaport, airport, freight terminal, rail station or other place at which goods are loaded onto the transport means used for their carriage.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:LoadingLocationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:LoadingLocationCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:LoadingLocationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:NotifyParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:LoadingLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>