RS:driversCab: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Versioninfo added)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{elementDocu|
 
{{ElementDocu|
elementName = driversCab
elementName = driversCab


|semantics =
|semantics =
{{vers|after version 2.0}}
The element {{RS:Tag|driversCab}} contains the data per driver's cab of the vehicle.
The element {{RS:Tag|driversCab}} contains the data per driver's cab of the vehicle.


{{deu|Das Element {{RS:Tag|driversCab}} beinhaltet die Daten zu jedem Führerstand des Fahrzeugs.}}
{{Deu|Das Element {{RS:Tag|driversCab}} beinhaltet die Daten zu jedem Führerstand des Fahrzeugs.}}


|parent =
|parent =
{{RS:Doc|wagon}}
{{RS:Tag|wagon}}
 
|minocc=0
|maxocc=∞
|ownAttributes =
|ownAttributes =
* {{attr|orderNumber}}: This the number of the cab starting at the vehicle's front (A-end).
* {{Attr|orderNumber}}: This the number of the cab starting at the vehicle's front (A-end).


* {{attr|position}}: This is the position of the driver's cab in relation to the vehicle's front (A-end).
* {{Attr|position}}: This is the position of the driver's cab in relation to the vehicle's front (A-end). Possible values are:
::* '''front''' -  Position at or near the front of the vehicle.
:* {{Enum|front}} Position at or near the front of the vehicle.
::* '''middle''' -  Position in the middle (not at the ends) of the vehicle.
:* {{Enum|middle}} Position in the middle (not at the ends) of the vehicle.
::* '''rear''' -  Position at or near the end of the vehicle.
:* {{Enum|rear}} Position at or near the end of the vehicle.
:* {{Enum|none}}


* {{attr|acousticSignaller}}: This is the type of acoustic signaller the cab is fitted with.
* {{Attr|acousticSignaller}}: This is the type of acoustic signaller the cab is fitted with. Possible values are:
::* '''bell''' - hollow, cup-shaped object, which resonates upon being struck, refer [http://en.wikipedia.org/wiki/Bell_%28instrument%29 wikipdia] ({{deu|Glocke}}).
:* {{Enum|bell}} hollow, cup-shaped object, which resonates upon being struck, refer {{external|https://en.wikipedia.org/wiki/Bell_%28instrument%29|wikipdia}}<br/> {{Deu|"Glocke"}}
::* '''alarmBell''' - similar to bell but is struck with certain frequency for a time period ({{deu|Läutewerk}}).
:* {{Enum|alarmBell}} similar to bell but is struck with certain frequency for a time period <br/> {{Deu|"Läutewerk"}}
::* '''horn''' - horn with osscillating diaphragm assembly operated by pressurised air, refer [http://en.wikipedia.org/wiki/Train_horn wikipedia] ({{deu|Typhon}}).
:* {{Enum|horn}} horn with osscillating diaphragm assembly operated by pressurised air, refer {{external|https://en.wikipedia.org/wiki/Train_horn|wikipedia}}<br/> {{Deu|"Typhon"}}
::* '''airChime''' - multi-tone train horn ({{deu|Makrophon}}).
:* {{Enum|airChime}} multi-tone train horn <br/> {{Deu|"Makrophon"}}
::* '''whistle''' - train trumpet operated by steam or air, refer [http://en.wikipedia.org/wiki/Train_whistle wikipedia] ({{deu|Pfeife}}).
:* {{Enum|whistle}} train trumpet operated by steam or air, refer {{external|https://en.wikipedia.org/wiki/Train_whistle|wikipedia}}<br/> {{Deu|"Pfeife"}}
:* {{OtherEnum|
|notes_en =
|notes_de =
}}


|constraints =
|constraints =
The element is optional and can occur several times. There is only one type of {{attr|acousticSignaller}} possible per cab. This may be a problem for steam engines, which are traditionally often fitted with both steam whistle and alarm bell.
* {{Attr|orderNumber}} {{RailMLType|tPositiveCounter}}, mandatory
 
* {{Attr|position}} mandatory
 
* {{Attr|acousticSignaller}} optional
 
The element is optional and can occur several times. There is only one type of {{Attr|acousticSignaller}} possible per cab. This may be a problem for steam engines, which are traditionally often fitted with both steam whistle and alarm bell.


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

Latest revision as of 17:26, 15 February 2021


driversCab
 


Scheme description / Schemenbeschreibung

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

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

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

The element <driversCab> contains the data per driver's cab of the vehicle.

Das Element <driversCab> beinhaltet die Daten zu jedem Führerstand des Fahrzeugs.

Attributes of driversCab / Attribute von driversCab

  • orderNumber: This the number of the cab starting at the vehicle's front (A-end).
  • position: This is the position of the driver's cab in relation to the vehicle's front (A-end). Possible values are:
  • front Position at or near the front of the vehicle.
  • middle Position in the middle (not at the ends) of the vehicle.
  • rear Position at or near the end of the vehicle.
  • none
  • acousticSignaller: This is the type of acoustic signaller the cab is fitted with. Possible values are:
  • bell hollow, cup-shaped object, which resonates upon being struck, refer wikipdia (external link)
    "Glocke"
  • alarmBell similar to bell but is struck with certain frequency for a time period
    "Läutewerk"
  • horn horn with osscillating diaphragm assembly operated by pressurised air, refer wikipedia (external link)
    "Typhon"
  • airChime multi-tone train horn
    "Makrophon"
  • whistle train trumpet operated by steam or air, refer wikipedia (external link)
    "Pfeife"
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.

Syntactic Constraints / Syntaktische Beschränkungen

  • position mandatory
  • acousticSignaller optional

The element is optional and can occur several times. There is only one type of acousticSignaller possible per cab. This may be a problem for steam engines, which are traditionally often fitted with both steam whistle and alarm bell.

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.