RS:doors: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Type constraints added)
m (Constrains updated)
Line 28: Line 28:
* {{Attr|number}} {{RailMLType|tCounter}}, optional
* {{Attr|number}} {{RailMLType|tCounter}}, optional


* {{Attr|entranceHeight}} optional
* {{Attr|entranceHeight}} {{RailMLType|tLengthM}}, optional


* {{Attr|entranceLength}} optional
* {{Attr|entranceLength}} {{RailMLType|tLengthM}}, optional


* {{Attr|entranceWidth}} optional
* {{Attr|entranceWidth}} {{RailMLType|tLengthM}}, optional


* {{Attr|footStepHeight}} optional
* {{Attr|footStepHeight}} {{RailMLType|tLengthM}}, optional


* {{Attr|lockingSpeed}} optional
* {{Attr|lockingSpeed}} {{RailMLType|tSpeedKmPerHour}}, optional


It is always assumed that the door arrangement is identical or at least similar on each side of the vehicle.
It is always assumed that the door arrangement is identical or at least similar on each side of the vehicle.

Revision as of 05:39, 12 December 2012


doors
 


Scheme description / Schemenbeschreibung

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

  • Parent: <passenger>
  • Children: Not yet described. / Noch nicht beschrieben.

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

(introduced with version 2.0)

The element <doors> contains all data related to the passenger doors of the vehicle. This is normally vaild for one side of the vehicle.

Das Element <doors> beinhaltet alle Daten für die Fahrgasttüren einer Seite des Fahrzeugs.

Attributes of doors / Attribute von doors

  • number: This is the number of doors at one side of the vehicle.
  • entranceHeight: This is the height of door plates above rail top in metres. It is used to consider the vehicles suitability for particular platform heights.
  • entranceLength: This is the maximum distance between the doors in metres.
  • entranceWidth: This is the total of all door width at one side of the vehicle. It is used to calculate the amount of passenger flow through the doors (Fahrgastwechselzeit).
  • footStepHeight: This is the height of the lowest foot step above rail top in metres. It is used to consider the vehicles suitability for particular platform heights.
  • lockingSpeed: This is the speed limit in kilometres per hour when the doors are automatically locked against opening.

Syntactic Constraints / Syntaktische Beschränkungen

  • entranceHeight xs:decimal, 6 fraction digits, length value measured in meter, optional
  • entranceLength xs:decimal, 6 fraction digits, length value measured in meter, optional
  • entranceWidth xs:decimal, 6 fraction digits, length value measured in meter, optional
  • footStepHeight xs:decimal, 6 fraction digits, length value measured in meter, optional
  • lockingSpeed xs:decimal, 5 digits and 1 fraction digit with minimum value 0, speed value measured in km/h, optional

It is always assumed that the door arrangement is identical or at least similar on each side of the 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.