it:TransportActivityLocationType

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

Definition

A data type to provide information regarding locations at which activities associated with a container are known to have occurred.

Diagram

XML Schema

<xs:complexType name="TransportActivityLocationType">
<xs:annotation>
<xs:documentation>
A data type to provide information regarding locations at which activities associated with a container are known to have occurred.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:TransportActivityLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:LocationActivityAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationState" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:TransportActivityLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>