Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base=" http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dangerous_goods_indication" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}DangerousGoodsIndication" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
dangerous_goods_indication | list of DangerousGoodsIndication | element | 0/unbounded |
Example
<d-----> <dangerous_goods_indication 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> </dangerous_goods_indication> </d----->