<xsd:complexType name="HazardousMaterialType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" />
<xsd:element name="Description" type="ram:DescriptionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="MFAGID" type="udt:IdentifierType" minOccurs="0" />
<xsd:element name="TechnicalName" type="udt:TextType" minOccurs="0" />
<xsd:element name="PlacardEndorsement" type="udt:TextType" minOccurs="0" />
<xsd:element name="PlacardNotation" type="udt:TextType" minOccurs="0" />
<xsd:element name="MarinePollutantLevelCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="ToxicityZoneCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="Temperature" type="ram:TemperatureType" minOccurs="0" />
<xsd:element name="FlashpointTemperatureMeasure" type="udt:MeasureType" minOccurs="0" />
<xsd:element name="PrimaryEntryRoute" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="EmergencyContact" type="ram:ContactType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|