RS:loadLimitMatrix

From railML 2 Wiki
Revision as of 16:31, 24 June 2012 by RailML Coord Rollingstock (talk | contribs) (example added)
Jump to navigation Jump to search


loadLimitMatrix
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

(after version 2.0)

The element <loadLimitMatrix> contains the several possible load limits for the vehicle.

Das Element <loadLimitMatrix> beinhaltet die verschiedenen Lastgrenzen des Fahrzeuges. Das Lastgrenzenraster ist bei Güterwagen angeschrieben.

Attributes of loadLimitMatrix / Attribute von loadLimitMatrix

  • chassisSpeed: This is the permissible speed in kilometres per hour the vehicle can run without considering the brake capabilities.
Die lauftechnisch zulässige Geschwindigkeit.

Syntactic Constraints / Syntaktische Beschränkungen

The element is optional. It may be used for wagons and locomotives in order to specify the line classification of the vehicle.

Best practice & Examples / Empfohlene Anwendung & Beispiele

The load limit matrix according the Austrian freight car depicted in the Wikipedia page:

<rail:loadLimitMatrix chassisSpeed="120">
  <rail:loadLimit maxSpeed="100">
    <rail:railNetwork name="OeBB"/>
    <rail:lineClassification payLoad="39.0" name="A"/>
    <rail:lineClassification payLoad="47.0" name="B1"/>
    <rail:lineClassification payLoad="47.0" name="B2"/>
    <rail:lineClassification payLoad="47.0" name="B3"/>
    <rail:lineClassification payLoad="47.0" name="B4"/>
    <rail:lineClassification payLoad="55.0" name="C1"/>
    <rail:lineClassification payLoad="55.0" name="C2"/>
    <rail:lineClassification payLoad="55.0" name="C3"/>
    <rail:lineClassification payLoad="55.0" name="C4"/>
  </rail:loadLimit>
</rail:loadLimitMatrix>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.