rail:aFormationTT

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
formationRef rail:tGenericRef optional
refers to the id attribute of the associated formation element
length rail:tLengthM optional
the real length of the formation while in use
load rail:tWeightTons optional
weight without engine
orientationReversed xs:boolean optional
indicates, that the formation is not as referenced but in the reversed order
speed rail:tSpeedKmPerHour optional
the real maximum speed of the formation while in use
timetableLoad rail:tWeightTons optional
assumed load (without engine) for timetable planning
weight rail:tWeightTons optional
real weight of the formation while in use

Used By

Complex Type rail:tFormationTT

Source

<xs:attributeGroup name="aFormationTT">
  <xs:attribute name="formationRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>refers to the id attribute of the associated formation element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="weight" type="rail:tWeightTons">
    <xs:annotation>
      <xs:documentation>real weight of the formation while in use</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="load" type="rail:tWeightTons">
    <xs:annotation>
      <xs:documentation>weight without engine</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="length" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>the real length of the formation while in use</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="speed" type="rail:tSpeedKmPerHour">
    <xs:annotation>
      <xs:documentation>the real maximum speed of the formation while in use</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="timetableLoad" type="rail:tWeightTons">
    <xs:annotation>
      <xs:documentation>assumed load (without engine) for timetable planning</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="orientationReversed" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>indicates, that the formation is not as referenced but in the reversed order</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>