DangerousGoodsIndication Data Type

Java class for DangerousGoodsIndication complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DangerousGoodsIndication">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="hazard_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="2"/>
               <maxLength value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="un_material_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="4"/>
               <pattern value="\d*[1-9]\d*"/>
             </restriction>
           </simpleType>
         </element>
         <element name="rid_classification" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="package_group" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="I"/>
               <enumeration value="II"/>
               <enumeration value="III"/>
             </restriction>
           </simpleType>
         </element>
         <element name="weight_of_dangerous_good" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="danger_labels" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}DangerLabels" minOccurs="0"/>
         <element name="dangerous_goods_volume" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="limited_quantity_indicator" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id long attribute 0/1 Technical (PCS specific) identifier for the dangerous goods ident. Suitable only for existing dangerous goods ident.
trasse_element_id long element 0/1 Technical (PCS specific) identifier for the path section. Needed only for existing path section dangerous goods.
hazard_number string element 0/1 TAF-TSI train parameter, entered by the user.
un_material_number string element 0/1 TAF-TSI train parameter, entered by the user.
rid_classification string element 0/1 TAF-TSI train parameter, entered by the user.
package_group string element 0/1  
weight_of_dangerous_good long element 0/1 TAF-TSI train parameter, entered by the user.
danger_labels DangerLabels element 0/1 List of danger label codes.
dangerous_goods_volume long element 0/1  
limited_quantity_indicator boolean element 0/1  

Example

<d----- id="...">
  <trasse_element_id>...</trasse_element_id>
  <hazard_number>...</hazard_number>
  <un_material_number>...</un_material_number>
  <rid_classification>...</rid_classification>
  <package_group>...</package_group>
  <weight_of_dangerous_good>...</weight_of_dangerous_good>
  <danger_labels>
    <code>...</code>
  </danger_labels>
  <dangerous_goods_volume>...</dangerous_goods_volume>
  <limited_quantity_indicator>...</limited_quantity_indicator>
</d----->