RS:loadLimitMatrix

From railML 2 Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


loadLimitMatrix
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

(introduced with version 2.1) The element <loadLimitMatrix> contains the several possible load limits for the vehicle.

Das Element <loadLimitMatrix> beinhaltet die verschiedenen Lastgrenzen des Fahrzeuges. Das Lastgrenzenraster (externer Link, 🇩🇪) 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

  • chassisSpeed xs:decimal, 5 digits and 1 fraction digit with minimum value 0, speed value measured in km/h, optional

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.