HazardousMaterials Data Type

Implemented Interfaces
Serializable
Properties
name data type description
chemicalName MultilingualString
dangerousGoodsFlashPoint number
dangerousGoodsRegulations DangerousGoodsRegulationsEnum
hazardCodeIdentification string
hazardCodeVersionNumber number
hazardSubstanceItemPageNumber string
tremCardNumber string
undgNumber string
volumeOfDangerousGoods number
weightOfDangerousGoods number
hazardousMaterialsExtension ExtensionType

Example

{
  "chemicalName" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "dangerousGoodsFlashPoint" : 12345.0,
  "dangerousGoodsRegulations" : "imoImdg",
  "hazardCodeIdentification" : "...",
  "hazardCodeVersionNumber" : 12345,
  "hazardSubstanceItemPageNumber" : "...",
  "tremCardNumber" : "...",
  "undgNumber" : "...",
  "volumeOfDangerousGoods" : 12345.0,
  "weightOfDangerousGoods" : 12345.0,
  "hazardousMaterialsExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  }
}