RS:pantograph

From railML 2 Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


pantograph
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

The element <pantograph> contains all data of a vehicles pantograph.

Das Element <pantograph> beinhaltet alle Daten für einen Stromabnehmer des Fahrzeugs.

Attributes of pantograph / Attribute von pantograph

  • orderNumber: This is the number of the pantograph on the vehicle starting with '1' from the A-end (front).
  • designType: This is the descriptive name of the design type of the pantograph.
  • positionOnSection: This is the position of the pantograph seen from the vehicle's A-end (front). Possible values are:
  • front This names the first position (seen from the front end) above the leading bogie of the vehicle/section.
  • frontSecond This names the second position (seen from the front end) above the leading bogie of the vehicle/section.
  • middle This names the position in the middle of the vehicle/section.
  • rearSecond This names the second position (seen from the rear end) above the rear bogie of the vehicle/section.
  • rear This names the first position (seen from the rear end) above the rear bogie of the vehicle/section.
  • 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.
  • fittedSection: This is the number of the section the pantograph is fitted to in case of an articulated vehicle consisting of several individual carbodies like an EMU.
  • controlType: This is the way of controlling the pantograph activation. Possible values are:
  • cable The pantograph is activated/de-activated by means of a rope or cable.
  • spring The pantograph is activated/de-activated by means of a spring.
  • air The pantograph is activated/de-activated by means of pressurised air.
  • 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.
  • headWidth: This is the width of the current collecting stripes of the pan head in metres.
  • maxCurrentDriving: This is the maximum current in Ampere, which the pantograph can transfer during driving of the vehicle.
  • maxCurrentStandstill: This is the maximum current in Ampere, which the pantograph can transfer in standstill of the vehicle.

Syntactic Constraints / Syntaktische Beschränkungen

  • positionOnSection mandatory
  • controlType optional
  • headWidth xs:decimal, 6 fraction digits, length value measured in meter, optional
  • maxCurrentDriving xs:decimal, 1 fraction digit, current value measured in Ampere, optional
  • maxCurrentStandstill xs:decimal, 1 fraction digit, current value measured in Ampere, optional

The element is optional and can occur several times.

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

The element is independent of propulsion systems because one pantograph might be used for several propulsion/supply systems. Refer to <dedicatedSupplySystem>.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.