complexType DanGoodsType
diagram taf_cat_complete_sector_p719.png
namespace http://taf-jsg.info/schemes
children HazardIdentificationNumber UN_Number DangerLabel RID_Class PackingGroup DangerousGoodsWeight DangerousGoodsVolume LimitedQuantityIndicator
used by
element DangerousGoodsIndication
annotation
documentation
This element indicates the type of a dangerous load
source <xs:complexType name="DanGoodsType">
 
<xs:annotation>
   
<xs:documentation>This element indicates the type of a dangerous load</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="HazardIdentificationNumber" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="2"/>
         
<xs:maxLength value="4"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="UN_Number" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The UNNumber of the dangerous good according to the RID chapter 3.2, table A, column 1. Mandatory, except it concerns a declaration of an empty packaging of the type "EMPTY PACKAGING", "EMPTY RECEPTACLE &lt;=1000L", "EMPTY IBC" or "EMPTY LARGE PACKAGING" .</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:length value="4"/>
         
<xs:pattern value="\d*[1-9]\d*"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element ref="DangerLabel" minOccurs="0" maxOccurs="5"/>
   
<xs:element name="RID_Class" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The Class of the dangerous good according to the RID chapter 3.2, table A, column 3a.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="4"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element ref="PackingGroup" minOccurs="0"/>
   
<xs:element ref="DangerousGoodsWeight" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The weight of the dangerous goods in Kilograms</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DangerousGoodsVolume" type="VolumeValue" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The volume of the dangerous goods in cubic meters</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LimitedQuantityIndicator" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Indicator for labelled dangerous goods in limited quantity according to chapter 3.-4 RID</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DanGoodsType/HazardIdentificationNumber
diagram taf_cat_complete_sector_p720.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 4
source <xs:element name="HazardIdentificationNumber" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="2"/>
     
<xs:maxLength value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DanGoodsType/UN_Number
diagram taf_cat_complete_sector_p721.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
used by
element SummaryOFGoodsWithSameRID
facets
Kind Value Annotation
length 4
pattern \d*[1-9]\d*
annotation
documentation
The UNNumber of the dangerous good according to the RID chapter 3.2, table A, column 1. Mandatory, except it concerns a declaration of an empty packaging of the type "EMPTY PACKAGING", "EMPTY RECEPTACLE &lt;=1000L", "EMPTY IBC" or "EMPTY LARGE PACKAGING" .
source <xs:element name="UN_Number" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The UNNumber of the dangerous good according to the RID chapter 3.2, table A, column 1. Mandatory, except it concerns a declaration of an empty packaging of the type "EMPTY PACKAGING", "EMPTY RECEPTACLE &lt;=1000L", "EMPTY IBC" or "EMPTY LARGE PACKAGING" .</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="4"/>
     
<xs:pattern value="\d*[1-9]\d*"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DanGoodsType/RID_Class
diagram taf_cat_complete_sector_p722.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 4
annotation
documentation
The Class of the dangerous good according to the RID chapter 3.2, table A, column 3a.
source <xs:element name="RID_Class" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The Class of the dangerous good according to the RID chapter 3.2, table A, column 3a.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DanGoodsType/DangerousGoodsVolume
diagram taf_cat_complete_sector_p723.png
namespace http://taf-jsg.info/schemes
type VolumeValue
properties
minOcc 0
maxOcc 1
content simple
used by
element SummaryOFGoodsWithSameRID
annotation
documentation
The volume of the dangerous goods in cubic meters
source <xs:element name="DangerousGoodsVolume" type="VolumeValue" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The volume of the dangerous goods in cubic meters</xs:documentation>
 
</xs:annotation>
</xs:element>

element DanGoodsType/LimitedQuantityIndicator
diagram taf_cat_complete_sector_p724.png
namespace http://taf-jsg.info/schemes
type xs:boolean
properties
content simple
annotation
documentation
Indicator for labelled dangerous goods in limited quantity according to chapter 3.-4 RID
source <xs:element name="LimitedQuantityIndicator" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Indicator for labelled dangerous goods in limited quantity according to chapter 3.-4 RID</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy