m:CargoType

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

Definition

A data type for a good or goods transported by a conveyance.

Diagram

XML Schema

<xs:complexType name="CargoType">
<xs:annotation>
<xs:documentation>
A data type for a good or goods transported by a conveyance.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:CargoCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoChargeableWeightMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoCustomsValueAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoDestinationLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoDiameterMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoDrainedWeightMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoGrossVolumeMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoGrossWeightMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoHazardousMaterialIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoHazmatDeclaration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoMaterialAmountMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoNetVolumeMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoNetWeightMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoOriginLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoPackagedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoResidueIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoTareWeightMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CargoAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>