rail:aFormation

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bruttoWeight rail:tWeightTons optional
gross weight (vehicles plus payload) in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)
formationCount rail:tCounter optional
number of similar formations forming that train
length rail:tLengthM optional
entire length of the formation (shall be in accordance with the sum of single vehicles)
nettoWeight rail:tWeightTons optional
net weight (payload only) in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)
speed rail:tSpeedKmPerHour optional
allowed maximum speed for the entire formation (shall be in accordance with single vehicle speed values)
tareWeight rail:tWeightTons optional
tare weight (empty vehicles) in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)
weight rail:tWeightTons optional
DEPRECATED: weight in metrical tons of the entire formation (shall be in accordance with the sum of single vehicles)

Used By

Complex Type rail:tFormation

Source

<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>