RS:gangway: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
m (Constrains updated)
(intro- und depri-Tags vor 2.2 entfernt)
Line 24: Line 24:
}}
}}


* {{Attr|designType}} {{Intro|2.0}}: This is a selection of possible design types. It shall be same type for both sides or only one gangway at all. Possible values are:
* {{Attr|designType}}: This is a selection of possible design types. It shall be same type for both sides or only one gangway at all. Possible values are:
:* {{Enum|standardUIC561}} The standard UIC gangway of the well-known rubber type.
:* {{Enum|standardUIC561}} The standard UIC gangway of the well-known rubber type.
:* {{Enum|special}} A special design type of gangway.
:* {{Enum|special}} A special design type of gangway.
Line 36: Line 36:
}}
}}


* {{Attr|floorLevel}} {{Intro|2.0}}: The height of the gangway's floor above top of rail in metres.
* {{Attr|floorLevel}}: The height of the gangway's floor above top of rail in metres.


* {{Attr|gangwayHeight}} {{Intro|2.0}}: The (inner) height of the gangway for passenger use in metres.
* {{Attr|gangwayHeight}}: The (inner) height of the gangway for passenger use in metres.


* {{Attr|gangwayWidth}} {{Intro|2.0}}: The (inner) width of gangway for passenger use in metres. If the width differs over height the smallest value shall be given here.
* {{Attr|gangwayWidth}}: The (inner) width of gangway for passenger use in metres. If the width differs over height the smallest value shall be given here.


|constraints =
|constraints =

Revision as of 14:02, 23 July 2017


gangway
 


Scheme description / Schemenbeschreibung

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

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <gangway> contains all data for gangways alowing the interchange to neighbouring vehicles.

Das Element <gangway> beinhaltet alle Daten für die Beschreibung von Wagenübergängen, die von Personen während der Fahrt genutzt werden können.

Attributes of gangway / Attribute von gangway

  • frontEnd: This is the flag, whether there is a gangway on the front end of the vehicle.
  • rearEnd: This is the flag, whether there is a gangway on the rear end of the vehicle.
  • position: This specifies the position of the gangway, assuming the same position for both ends. Possible values are:
  • standardUIC position according UIC standard
  • upperDeck position for interchange at upper deck level
  • lowerDeck position for interchange at lower deck level
  • 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.
    any other position
  • designType: This is a selection of possible design types. It shall be same type for both sides or only one gangway at all. Possible values are:
  • standardUIC561 The standard UIC gangway of the well-known rubber type.
  • special A special design type of gangway.
  • nonPublic A gangway which can be used by staff but not the public.
  • sigI Design type I of a gangway from SIG.
  • sigII Design type II of a gangway from SIG.
  • unknown Unspecified design type of gangway.
  • 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.
    any other design type of gangway
  • floorLevel: The height of the gangway's floor above top of rail in metres.
  • gangwayHeight: The (inner) height of the gangway for passenger use in metres.
  • gangwayWidth: The (inner) width of gangway for passenger use in metres. If the width differs over height the smallest value shall be given here.

Syntactic Constraints / Syntaktische Beschränkungen

  • position optional
  • designType mandatory
  • floorLevel xs:decimal, 6 fraction digits, length value measured in meter, optional
  • gangwayHeight xs:decimal, 6 fraction digits, length value measured in meter, optional
  • gangwayWidth xs:decimal, 6 fraction digits, length value measured in meter, optional

The element gangway can be used several times for any vehicle.

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

The description of gangway position can be very roughly by attribute position or with detailed dimensions. In latter case the attribute position shall not be used.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.