RS:loadLimitMatrix: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (Versioninfo added)
m (1 revision imported: http→https)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{elementDocu|
{{elementDocu|
elementName = loadLimitMatrix
elementName = loadLimitMatrix


|semantics =
|semantics ={{intro|2.1}}
{{vers|after version 2.0}}
 
The element {{RS:Tag|loadLimitMatrix}} contains the several possible load limits for the vehicle.
The element {{RS:Tag|loadLimitMatrix}} contains the several possible load limits for the vehicle.


{{deu|Das Element {{RS:Tag|loadLimitMatrix}} beinhaltet die verschiedenen Lastgrenzen des Fahrzeuges. Das [http://de.wikipedia.org/wiki/Lastgrenzenraster Lastgrenzenraster] ist bei Güterwagen angeschrieben.}}
{{deu|Das Element {{RS:Tag|loadLimitMatrix}} beinhaltet die verschiedenen Lastgrenzen des Fahrzeuges. Das {{external|https://de.wikipedia.org/wiki/Lastgrenzenraster|Lastgrenzenraster|lang=de|inlang=de}} ist bei Güterwagen angeschrieben.}}


|parent =
|parent =
Line 14: Line 13:
|childs =
|childs =
{{RS:Doc|loadLimit}}
{{RS:Doc|loadLimit}}
 
|minocc=0
|ownAttributes =
|ownAttributes =
* {{attr|chassisSpeed}}: This is the permissible speed in kilometres per hour the vehicle can run without considering the brake capabilities.
* {{attr|chassisSpeed}}: This is the permissible speed in kilometres per hour the vehicle can run without considering the brake capabilities.
Line 20: Line 19:


|constraints =
|constraints =
* {{Attr|chassisSpeed}} {{RailMLType|tSpeedKmPerHour}}, optional
The element is optional. It may be used for wagons and locomotives in order to specify the line classification of the vehicle.
The element is optional. It may be used for wagons and locomotives in order to specify the line classification of the vehicle.
|example =
The load limit matrix according the Austrian freight car depicted in the Wikipedia page:
<syntaxhighlight lang="xml">
<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>
</syntaxhighlight>


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

Latest revision as of 17:25, 15 February 2021


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.