RS:curvingLimitation: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(-intro)
(multiplicity)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
elementName = curvingLimitation
elementName = curvingLimitation


|semantics =
|semantics ={{intro|2.1}}
The element {{RS:Tag|curvingLimitation}} contains all data related to the physical limitations of curve radiuses the vehicle can negotiate in horizontal and vertical direction.
The element {{RS:Tag|curvingLimitation}} contains all data related to the physical limitations of curve radiuses the vehicle can negotiate in horizontal and vertical direction.


Line 9: Line 9:
|parent =
|parent =
{{RS:Doc|vehicle}}
{{RS:Doc|vehicle}}
 
|minocc=0
|ownAttributes =
|ownAttributes =
* {{attr|horizontalCurveRadius}}: This is the minimum radius in metres of a horizontal curve the vehicle is allowed to negotiate.
* {{attr|horizontalCurveRadius}}: This is the minimum radius in metres of a horizontal curve the vehicle is allowed to negotiate.

Latest revision as of 20:32, 25 November 2018


curvingLimitation
 


Scheme description / Schemenbeschreibung

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

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

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

(introduced with version 2.1) The element <curvingLimitation> contains all data related to the physical limitations of curve radiuses the vehicle can negotiate in horizontal and vertical direction.

Das Element <curvingLimitation> beinhaltet alle Daten bzgl. der minimalen Radien, die das Fahrzeug in horizontaler und vertikaler Richtung befahren kann.

Attributes of curvingLimitation / Attribute von curvingLimitation

  • horizontalCurveRadius: This is the minimum radius in metres of a horizontal curve the vehicle is allowed to negotiate.
  • verticalCrestRadius: This is the minimum radius in metres of a vertical curve of crest type the vehicle is allowed to negotiate.
  • verticalSagRadius: This is the minimum radius in metres of a vertical curve of sag type the vehicle is allowed to negotiate.

Syntactic Constraints / Syntaktische Beschränkungen

  • horizontalCurveRadius xs:decimal, 6 fraction digits, length value measured in meter, optional
  • verticalCrestRadius xs:decimal, 6 fraction digits, length value measured in meter, optional
  • verticalSagRadius xs:decimal, 6 fraction digits, length value measured in meter, optional

The optional element can occur only once for a <vehicle>.

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.