rail:eFormationTT

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:equipmentUsage{0,1} , rail:passengerUsage{0,1} , rail:reservationInfo{0,1}

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

Source

<xs:complexType name="eFormationTT">
  <xs:complexContent>
    <xs:extension base="rail:tFormationTT">
      <xs:sequence>
        <xs:element name="equipmentUsage" type="rail:eEquipmentUsage" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:equipmentUsage_formationTT"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="passengerUsage" type="rail:ePassengerFacilityTT" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:passengerUsage"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="reservationInfo" type="rail:eReservationInfo" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:reservationInfo"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>