m:ShipmentType

complexType ShipmentType in namespace http://release.niem.gov/niem/domains/maritime/5.0/

Definition

A data type for a shipment of goods from one place to another.

Diagram

XML Schema

<xs:complexType name="ShipmentType">
<xs:annotation>
<xs:documentation>
A data type for a shipment of goods from one place to another.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:ShipmentBillOfLadingNumberText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentBookingNumberText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentCompletionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentContentsDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentDestinationLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentHazmatDeclaration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentInitiationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentOriginLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:ShipmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>