| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| bruttoWeight | rail:tWeightTons | optional |
|
||||
| formationCount | rail:tCounter | optional |
|
||||
| length | rail:tLengthM | optional |
|
||||
| nettoWeight | rail:tWeightTons | optional |
|
||||
| speed | rail:tSpeedKmPerHour | optional |
|
||||
| tareWeight | rail:tWeightTons | optional |
|
||||
| weight | rail:tWeightTons | optional |
|
| Complex Type | rail:tFormation |
<xs:attributeGroup name="aFormation"> <xs:attribute name="formationCount" type="rail:tCounter"> <xs:annotation> <xs:documentation>number of similar formations forming that train</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="length" type="rail:tLengthM"> <xs:annotation> <xs:documentation>entire length of the formation (shall be in accordance with the sum of single vehicles)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="speed" type="rail:tSpeedKmPerHour"> <xs:annotation> <xs:documentation>allowed maximum speed for the entire formation (shall be in accordance with single vehicle speed values)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="weight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>DEPRECATED: weight in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bruttoWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>gross weight (vehicles plus payload) in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="nettoWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>net weight (payload only) in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="tareWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>tare weight (empty vehicles) in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |