it:ShippingContainerIdentificationType
complexType ShippingContainerIdentificationType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.1/
Definition
A data type for a shipping container identification number.
Diagram
XML Schema
<xs:complexType name="ShippingContainerIdentificationType">
<xs:annotation>
<xs:documentation>
A data type for a shipping container identification number.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:ContainerID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:IDAcquisitionMethodAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ShippingContainerIdentificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>