RS:driversCab: Difference between revisions

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


|semantics =
|semantics =
{{Intro|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.


Line 11: Line 10:
|parent =
|parent =
{{RS:Tag|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).
Line 19: Line 19:
:* {{Enum|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.
:* {{Enum|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. Possible values are:
* {{Attr|acousticSignaller}}: This is the type of acoustic signaller the cab is fitted with. Possible values are:
:* {{Enum|bell}} hollow, cup-shaped object, which resonates upon being struck, refer [http://en.wikipedia.org/wiki/Bell_%28instrument%29 wikipdia] <br/> {{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"}}
:* {{Enum|alarmBell}} similar to bell but is struck with certain frequency for a time period <br/> {{Deu|"Läutewerk"}}
:* {{Enum|alarmBell}} similar to bell but is struck with certain frequency for a time period <br/> {{Deu|"Läutewerk"}}
:* {{Enum|horn}} horn with osscillating diaphragm assembly operated by pressurised air, refer [http://en.wikipedia.org/wiki/Train_horn wikipedia] <br/> {{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"}}
:* {{Enum|airChime}} multi-tone train horn <br/> {{Deu|"Makrophon"}}
:* {{Enum|airChime}} multi-tone train horn <br/> {{Deu|"Makrophon"}}
:* {{Enum|whistle}} train trumpet operated by steam or air, refer [http://en.wikipedia.org/wiki/Train_whistle wikipedia] <br/> {{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 =

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.