| diagram | ![]()  | 
				||
| namespace | http://taf-jsg.info/schemes | ||
| properties | 
  | 
				||
| children | UN_Number PackingGroup DangerousGoodsWeight DangerousGoodsVolume | ||
| used by | 
  | 
				||
| annotation | 
  | 
				||
| source | <xs:element name="SummaryOFGoodsWithSameRID"> <xs:annotation> <xs:documentation>This element is only in use if the consignment includes more than one good with the same UN-Number in , packing group and propershipping name in the wagon. The added amount of the dangerous goods are to be stored here</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="UN_Number" minOccurs="0"/> <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 ref="DangerousGoodsVolume" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>  |