it:ShippingContainerLastLocationType

complexType ShippingContainerLastLocationType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.1/

Definition

A data type for the last known location of a shipping container.

Diagram

XML Schema

<xs:complexType name="ShippingContainerLastLocationType">
<xs:annotation>
<xs:documentation>
A data type for the last known location of a shipping container.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:LastLocationDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:SectorID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:SectorPosition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ShippingContainerLastLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>