<xs:attributeGroup name="aGoods">
<xs:attribute name="load" type="rail:tWeightTons">
<xs:annotation>
<xs:documentation>maximum payload per wagon in metric tons</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="loadArea" type="rail:tAreaSquareMeter">
<xs:annotation>
<xs:documentation>maximum area to be used for payload per wagon in square metres</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="volume" type="rail:tVolumeCubicMeter">
<xs:annotation>
<xs:documentation>available volume for payload per vehicle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="freightCarType" type="rail:tFreightCarType">
<xs:annotation>
<xs:documentation>simple classification of goods vehicle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="freightCarUICType" type="rail:tGenericName">
<xs:annotation>
<xs:documentation>classification string of goods vehicle according UIC</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |