m:HazmatDeclarationType
complexType HazmatDeclarationType in namespace http://release.niem.gov/niem/domains/maritime/4.1/
Definition
A data type for a declaration of hazardous materials within transported goods.
Diagram
XML Schema
<xs:complexType name="HazmatDeclarationType">
<xs:annotation>
<xs:documentation>
A data type for a declaration of hazardous materials within transported goods.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="m:HazmatDeclarationChemicalCommonName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationDestinationLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationFlashPointMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationHazardLevelAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationHazmatClassAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationMaterialAmountMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationOriginLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationUNHazmatCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationUNHazmatPageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:HazmatDeclarationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>