RS:passenger: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
mNo edit summary
(Type constraints added)
Line 1: Line 1:
{{elementDocu|
{{ElementDocu|
elementName = passenger
elementName = passenger


Line 5: Line 5:
The element {{RS:Tag|passenger}} contains all data related to passenger transport with the vehicle.
The element {{RS:Tag|passenger}} contains all data related to passenger transport with the vehicle.


{{deu|Das Element {{RS:Tag|passenger}} beinhaltet alle Daten für die Personenbeförderung in Fahrzeugen.}}
{{Deu|Das Element {{RS:Tag|passenger}} beinhaltet alle Daten für die Personenbeförderung in Fahrzeugen.}}


|parent =
|parent =
{{RS:Doc|wagon}}
{{RS:Tag|wagon}}


|childs =
|childs =
{{RS:Doc|gangway}}, {{RS:Doc|places}}, {{RS:Doc|service}}, {{RS:Doc|doors}}, {{RS:Doc|tilting}}
{{RS:Tag|gangway}}, {{RS:Tag|places}}, {{RS:Tag|service}}, {{RS:Tag|doors}}, {{RS:Tag|tilting}}


|ownAttributes =
|ownAttributes =
* {{attr|deck}}: This is the number of decks single or double available in the car.
* {{Attr|deck}}: This is the number of decks single or double available in the car. Possible values are:
:* {{Enum|single}}
:* {{Enum|double}}
:* {{Enum|triple}}


* {{attr|drivingCab}}: This is a flag, whether the vehicle comprises a driving cab to control the train.
* {{Attr|drivingCab}}: This is a flag, whether the vehicle comprises a driving cab to control the train.


* {{attr|tilting}}: This is a flag, whether the vehicle is fitted with tilting equipment for its carbody.
* {{Attr|tilting}}: This is a flag, whether the vehicle is fitted with tilting equipment for its carbody.


* {{attr|airTightness}} {{vers|> 2.0}}: This is a flag, whether the vehicle's passenger compartment is resistant against pressure waves from outside due to tunnel portals or passing trains.
* {{Attr|airTightness}} {{Intro|2.0}}: This is a flag, whether the vehicle's passenger compartment is resistant against pressure waves from outside due to tunnel portals or passing trains.


* {{attr|emergencyBrakeDeactivation}} {{vers|> 2.0}}: This is a flag, whether the vehicle can temporarily deactivate the immediate application of the emergency brake, e.g. when running through long tunnels.
* {{Attr|emergencyBrakeDeactivation}} {{Intro|2.0}}: This is a flag, whether the vehicle can temporarily deactivate the immediate application of the emergency brake, e.g. when running through long tunnels.
 
|constraints =
* {{Attr|deck}} optional
 
* {{Attr|drivingCab}} {{XsdType|boolean}}, optional
 
* {{Attr|tilting}} {{XsdType|boolean}}, optional
 
* {{Attr|airTightness}} {{XsdType|boolean}}, optional
 
* {{Attr|emergencyBrakeDeactivation}} {{XsdType|boolean}}, optional


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

Revision as of 12:01, 8 December 2011


passenger
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <passenger> contains all data related to passenger transport with the vehicle.

Das Element <passenger> beinhaltet alle Daten für die Personenbeförderung in Fahrzeugen.

Attributes of passenger / Attribute von passenger

  • deck: This is the number of decks single or double available in the car. Possible values are:
  • single
  • double
  • triple
  • drivingCab: This is a flag, whether the vehicle comprises a driving cab to control the train.
  • tilting: This is a flag, whether the vehicle is fitted with tilting equipment for its carbody.
  • airTightness (introduced with version 2.0): This is a flag, whether the vehicle's passenger compartment is resistant against pressure waves from outside due to tunnel portals or passing trains.
  • emergencyBrakeDeactivation (introduced with version 2.0): This is a flag, whether the vehicle can temporarily deactivate the immediate application of the emergency brake, e.g. when running through long tunnels.

Syntactic Constraints / Syntaktische Beschränkungen

  • deck optional

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.