RS:curvingLimitation: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (Creation)
 
m (Attributetypes)
Line 20: Line 20:


|constraints =
|constraints =
The optional element can occur only once for a vehicle. None of the attributes are mandatory.
* {{attr|horizontalCurveRadius}} {{RailMLType|tLengthM}}, optional
 
* {{attr|verticalCrestRadius}} {{RailMLType|tLengthM}}, optional
 
* {{attr|verticalSagRadius}} {{RailMLType|tLengthM}}, optional
 
The optional element can occur only once for a {{RS:Tag|vehicle}}.


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

Revision as of 10:56, 14 August 2012


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

[1..1]

Semantics / Bedeutung

(after version 2.0)

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.