TT:stopActivity: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Syntax)
(Korrektur Attribute)
Line 6: Line 6:
|semantics=The element describes the activity carried out at this stop. {{intro|2.4}}
|semantics=The element describes the activity carried out at this stop. {{intro|2.4}}
|ownAttributes=
|ownAttributes=
*{{attr|commercial}}: characterizes the stop as either a commercial or an operational stop.
*{{attr|type}}: describes the activity carried out at this stop. Possible Values are:
*{{attr|stopOnRequest}}: indicates a commercial stop, depending on a certain demand.
:*{{enum|collect}}: Couple vehicles / train parts - intended for non-self-propelling train parts. Please consider relation to formations (as far as used)
*{{attr|onOff}}: describes, if passengers/goods are not supposed to enter or leave the train
:*{{enum|drop}}:Uncouple vehicles / train parts - intended for non-self-propelling train parts. Please consider relation to formations (as far as used)
*{{attr|purpose}}: describes the reason for the stop in a detailed but not predefined way.
:*{{enum|split}}:Uncouple vehicles / train parts - intended for self-propelling train parts. Please consider relation to formations (as far as used)
*{{attr|guaranteedPass}}: indicates a forbidden stop for heavy goods trains
:*{{enum|join}}: Couple vehicles / train parts - intended for self-propelling train parts. Please consider relation to formations (as far as used)
*{{attr|operationalStopOrdered}}: indicates whether the stop is requested by the infrastructure manager.
:*{{enum|shunting}}: Shunting movements are planned during stop (may also be used additionally to collect/drop/split/join/staple on demand)
*{{attr|operatingPeriodRef}}: references a reduction of the operating days of the stop compared to the operating days of the train part.
:*{{enum|crewChange}}: Stop to change engine or train crew
*{{attr|stopPostRef}}: refers to the id attribute of the associated stop post element.
:*{{enum|crewBreak}}: Stop for engine or train crew to pause
:*{{enum|reverse}}: Stop to change driving direction of train. Consider relation to @formationReversed
:*{{enum|runAround}}: Shunting of the engine to the other end of train (normally during change of driving direction). Normally combined with reverse
:*{{enum|engineAttach}}: Receiving of pilot/pushing/double-heading engines - no train coupling
:*{{enum|engineDetach}}: Dropping of pilot/pushing/double-heading engines - no train splitting
:*{{enum|engineChange}}: Change of engine (no train coupling and sharing / splitting)
:*{{enum|staple}}: Notes the necessity of staple track(s) during the stop time
:*{{enum|occupation}}: Stop caused by occupation of lines, tracks, blocks incl. crossing without further specification
:*{{enum|occupationBlock}}: Stop caused by occupation of route by another train running ahead
:*{{enum|occupationCrossing}}: Stop caused by occupation of route by an oncoming train
:*{{enum|occupationStation}}: Stop caused by occupation of station track(s)
:*{{enum|powerSystemChange}}: Stop caused by a change of power supply (e.g. to change pantograph)
:*{{enum|vehicleInspection}}: Stop for technical / technological vehicle inspections
:*{{enum|gaugeChange}}: Stop caused by a change of gauge (e.g. to change or convert axles)
:*{{enum|authorityCheck}}: Stop for purposes of passport or customs check or other authorities
:*{{enum|photo}}:
:*{{enum|catering}}: Supply or disposal of passengers or payload, e. g. catering
:*{{enum|supplyOrDisposal}}: Supply of vehicles with operating supplies or materials or disposal of waste, including taking water for steam traction or steam heating
:*{{enum|movementAuthority}}: Stop to receive the permission to proceed into the next route section
:*{{enum|releaseLine}}: Stop to release the permission to proceed from the previous route section
:*{{enum|shuntingPermission}}: Receive and/or release the permission to shunt inside ocp during stop time
:*{{enum|misc}}: Specification possible by using @purpose
:* {{OtherEnum
|notes_en =
|notes_de =
}}
{{InheritAnyAttribute
|anyAttribute =
|anyAttribute_de =
}}
|constraints=
|constraints=
*{{attr|commercial}}: {{xsdType|boolean}}
*{{attr|type}}: {{xsdType|string}}
*{{attr|stopOnRequest}}: {{xsdType|boolean}}
*{{attr|onOff}}: {{railMLType|tOnOff}}
*{{attr|purpose}}: {{xsdType|string}}
*{{attr|guaranteedPass}}: {{xsdType|boolean}}
*{{attr|operationalStopOrdered}}: {{xsdType|boolean}}
*{{attr|operatingPeriodRef}}: {{railMLType|tGenericRef}}
*{{attr|stopPostRef}}: {{railMLType|tGenericRef}}
|example={{missing information|topic=examples and/or best practice|user=[[User:Ferri Leberl|Ferri Leberl]] ([[User talk:Ferri Leberl|talk]]) 16:18, 25 October 2017 (CEST)}}
|example={{missing information|topic=examples and/or best practice|user=[[User:Ferri Leberl|Ferri Leberl]] ([[User talk:Ferri Leberl|talk]]) 16:18, 25 October 2017 (CEST)}}
}}
}}

Revision as of 18:17, 2 November 2017

Sunrise.png This article contains information that is only valid for a future railML® version. The article refers to version 2.4, whereas the current railML® version is 2.5. 2.5


stopActivity
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element describes the activity carried out at this stop. (introduced with version 2.4)

Attributes of stopActivity / Attribute von stopActivity

  • type: describes the activity carried out at this stop. Possible Values are:
  • collect: Couple vehicles / train parts - intended for non-self-propelling train parts. Please consider relation to formations (as far as used)
  • drop:Uncouple vehicles / train parts - intended for non-self-propelling train parts. Please consider relation to formations (as far as used)
  • split:Uncouple vehicles / train parts - intended for self-propelling train parts. Please consider relation to formations (as far as used)
  • join: Couple vehicles / train parts - intended for self-propelling train parts. Please consider relation to formations (as far as used)
  • shunting: Shunting movements are planned during stop (may also be used additionally to collect/drop/split/join/staple on demand)
  • crewChange: Stop to change engine or train crew
  • crewBreak: Stop for engine or train crew to pause
  • reverse: Stop to change driving direction of train. Consider relation to @formationReversed
  • runAround: Shunting of the engine to the other end of train (normally during change of driving direction). Normally combined with reverse
  • engineAttach: Receiving of pilot/pushing/double-heading engines - no train coupling
  • engineDetach: Dropping of pilot/pushing/double-heading engines - no train splitting
  • engineChange: Change of engine (no train coupling and sharing / splitting)
  • staple: Notes the necessity of staple track(s) during the stop time
  • occupation: Stop caused by occupation of lines, tracks, blocks incl. crossing without further specification
  • occupationBlock: Stop caused by occupation of route by another train running ahead
  • occupationCrossing: Stop caused by occupation of route by an oncoming train
  • occupationStation: Stop caused by occupation of station track(s)
  • powerSystemChange: Stop caused by a change of power supply (e.g. to change pantograph)
  • vehicleInspection: Stop for technical / technological vehicle inspections
  • gaugeChange: Stop caused by a change of gauge (e.g. to change or convert axles)
  • authorityCheck: Stop for purposes of passport or customs check or other authorities
  • photo:
  • catering: Supply or disposal of passengers or payload, e. g. catering
  • supplyOrDisposal: Supply of vehicles with operating supplies or materials or disposal of waste, including taking water for steam traction or steam heating
  • movementAuthority: Stop to receive the permission to proceed into the next route section
  • releaseLine: Stop to release the permission to proceed from the previous route section
  • shuntingPermission: Receive and/or release the permission to shunt inside ocp during stop time
  • misc: Specification possible by using @purpose
  • 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.
  • xs:anyAttribute: This provides an extension point for non-railML® attributes in a foreign namespace. How to use it?

Syntactic Constraints / Syntaktische Beschränkungen

Best practice & Examples / Empfohlene Anwendung & Beispiele

Missinginformation.png In this article there is information missing with respect to examples and/or best practice. Please help improving the railML® wiki by filling the gaps. Possibly, you will find further details on the discussion pageFerri Leberl (talk) 16:18, 25 October 2017 (CEST)

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.