RS:trainEngine: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (Change to template)
m (Attribute types)
Line 16: Line 16:


* {{attr|trainMaxAcceleration}}: This is the maximum value of acceleration in metres per square second this formation can achieve. Typically the maximum is achieved at low speed right after start.
* {{attr|trainMaxAcceleration}}: This is the maximum value of acceleration in metres per square second this formation can achieve. Typically the maximum is achieved at low speed right after start.
|constraints =
* {{Attr|trainMeanAcceleration}} {{RailMLType|tAccelerationMeterPerSquareSec}}, optional
* {{Attr|trainMaxAcceleration}} {{RailMLType|tAccelerationMeterPerSquareSec}}, optional


|backHome = RS:elements
|backHome = RS:elements
}}
}}

Revision as of 14:11, 11 September 2012


trainEngine
 


Scheme description / Schemenbeschreibung

Position of trainEngine in the XML-Tree / Position von trainEngine im XML-Baum

  • Parent: formation
  • Children: Not yet described. / Noch nicht beschrieben.

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <trainEngine> contains the acceleartion values for the entire train or train part. These values may be used for a rough estimation of runtime. The user has to ensure that the values are consistent with any acceleration values given for single vehicles forming this formation. The values shall be based on typical load situation of the formation and considering no gradient or curve as additional resistance.

Im Element <trainEngine> sind die Beschleunigungswerte für den Zug bzw. Zugteil enthalten. Diese Werte können z.B. für Abschätzungen von Fahrzeiten verwendet werden. Der Nutzer muss dafür sorgen, dass die Werte hier konsistent zu evtl. verfügbaren Werten der Einzelfahrzeuge sind. Die Werte sollten die typische Beladungssituation des Zuges oder Zugteils bei einer Fahrt in der Ebene berücksichtigen. Das heißt, es werden keine zusätzliche Fahrwiderstände aus Neigungen oder Kurven mit eingerechnet.

Attributes of trainEngine / Attribute von trainEngine

  • trainMeanAcceleration: This is the mean value of acceleration in metres per square second this formation can achieve. The average value shall consider the entire speed range the formation is working in.
  • trainMaxAcceleration: This is the maximum value of acceleration in metres per square second this formation can achieve. Typically the maximum is achieved at low speed right after start.

Syntactic Constraints / Syntaktische Beschränkungen

  • trainMeanAcceleration xs:decimal, 3 fraction digits, acceleration value measured in m/s², optional
  • trainMaxAcceleration xs:decimal, 3 fraction digits, acceleration value measured in m/s², optional

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.