cac:HazardousGoodsTransit
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:HazardousGoodsTransitType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:TransportEmergencyCardCode [0..1] The identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. May be the identity number of a hazardous emergency response plan assigned by the appropriate authority.
- cbc:PackingCriteriaCode [0..1] A code identifying the packaging requirement for the transportation of the Hazardous Goods as assigned by IATA/IMDB/ADR/RID etc.
- cbc:HazardousRegulationCode [0..1] The identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code.
- cbc:InhalationToxicityZoneCode [0..1] An identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code.
- cbc:TransportAuthorizationCode [0..1] Code specifying the authorization for the transportation of hazardous cargo.
- cac:MaximumTemperature [0..1] An association to Maximum Temperature (at which the Hazardous Goods can be safely transported).
- cac:MinimumTemperature [0..1] An association to Minimum Temperature (at which the Hazardous Goods can be safely transported).
Attributes
None
Used in
- Type cac:HazardousItemType (Element cac:HazardousItem)
- Type cac:TransportHandlingUnitType (Element cac:TransportHandlingUnit)
Sample instance
<cac:HazardousGoodsTransit> <cbc:TransportEmergencyCardCode>normalizedString</cbc:TransportEmergencyCardCode> <cbc:PackingCriteriaCode>normalizedString</cbc:PackingCriteriaCode> <cbc:HazardousRegulationCode>normalizedString</cbc:HazardousRegulationCode> <cbc:InhalationToxicityZoneCode>normalizedString</cbc:InhalationToxicityZoneCode> <cbc:TransportAuthorizationCode>normalizedString</cbc:TransportAuthorizationCode> <cac:MaximumTemperature> <cbc:AttributeID>normalizedString</cbc:AttributeID> <cbc:Measure unitCode="04">1.0</cbc:Measure> <cbc:Description>string</cbc:Description> </cac:MaximumTemperature> <cac:MinimumTemperature> <cbc:AttributeID>normalizedString</cbc:AttributeID> <cbc:Measure unitCode="04">1.0</cbc:Measure> <cbc:Description>string</cbc:Description> </cac:MinimumTemperature> </cac:HazardousGoodsTransit>