rail:tSpeedProfile

speed profile element that is referenced by speedChange elements

Complex Type Information

Model

rail:additionalName* , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:tilting{0,1} , rail:braking{0,1} , rail:path{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
code rail:tGenericName optional
for typical, specific abbreviations, used in different systems with the same understanding
description rail:tElementDescription optional
should be interpreted in its elements' context, substantiates the name
id rail:tGenericID required
XML-file-wide unique identity is required for later referencing that element
influence rail:tInfluence required
allows for overlaying speed profiles
maxAxleLoad rail:tWeightTons optional
maximum axle load of the train in tons
maxMeterLoad rail:tMeterloadTonsPerMeter optional
maximum meter load of the train in tons per meter
name rail:tGenericName optional
should be interpreted in its elements' context (e.g. track/name, vehicle/name)
operatingPeriodRef rail:tGenericRef optional
reference to an operatingPeriod element from the timetable sub-schema
trainProtectionSystem xs:string optional
defining the train protection system
use value from the separate code definition file 'TrainProtectionSystems.xml'/trainProtectionSystemsAtTrack
verbalConstraint xs:string optional
defining additional verbal constraints like certain train types
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tSpeedProfile">
  <xs:complexContent>
    <xs:extension base="rail:tElementWithIDAndName">
      <xs:annotation>
        <xs:documentation>speed profile element that is referenced by speedChange elements</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="tilting" type="rail:tTilting" minOccurs="0">
          <xs:annotation>
            <xs:documentation>the tilting element contains parameters describing the required train tilting characteristics</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:tilting"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="braking" type="rail:tBraking" minOccurs="0">
          <xs:annotation>
            <xs:documentation>the braking element contains parameters describing the required train braking configuration</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:braking"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="path" type="rail:tPath" minOccurs="0">
          <xs:annotation>
            <xs:documentation>the path element indicates a train run between two neighbouring OCPs</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:path"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="influence" type="rail:tInfluence" use="required">
        <xs:annotation>
          <xs:documentation>allows for overlaying speed profiles</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="maxAxleLoad" type="rail:tWeightTons">
        <xs:annotation>
          <xs:documentation>maximum axle load of the train in tons</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="maxMeterLoad" type="rail:tMeterloadTonsPerMeter">
        <xs:annotation>
          <xs:documentation>maximum meter load of the train in tons per meter</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="operatingPeriodRef" type="rail:tGenericRef">
        <xs:annotation>
          <xs:documentation>reference to an operatingPeriod element from the timetable sub-schema</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="trainProtectionSystem" type="xs:string">
        <xs:annotation>
          <xs:documentation>defining the train protection system</xs:documentation>
          <xs:documentation>use value from the separate code definition file 'TrainProtectionSystems.xml'/trainProtectionSystemsAtTrack</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="verbalConstraint" type="xs:string">
        <xs:annotation>
          <xs:documentation>defining additional verbal constraints like certain train types</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>