rail:tFormationTT

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

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
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Complex Type rail:eFormationTT

Source

<xs:complexType name="tFormationTT">
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
  <xs:attributeGroup ref="rail:aFormationTT"/>
  <xs:attributeGroup ref="rail:anyAttribute"/>
</xs:complexType>