TT:train: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
No edit summary
Line 15: Line 15:
:type
:type
::This is the type of train in the sense of:
::This is the type of train in the sense of:
* operational
:::* operational
* commercial
:::* commercial
* interval
:::* interval


:trainNumber
:trainNumber
Line 24: Line 24:
:processStatus
:processStatus
::This is the process status of the train. Possible values are:
::This is the process status of the train. Possible values are:
* planned
:::* planned
* actual
:::* actual
* calculated
:::* calculated
* toBeChecked
:::* toBeChecked
* changed
:::* changed
* imported
:::* imported
* ....
:::* ....






Back to [[TT:elements|elements]]
Back to [[TT:elements|elements]]

Revision as of 11:02, 5 March 2009

Element train

Description

The Element train describes a train for different perceptions. A train could either be an operational train in the view of a signal box, or it can be commercial train by the view of a passenger. A third kind of train is an interval train which consists of several (hourly) trains belonging together.

Das Element train beschreibt einen Zug für unterschiedliche Sichtweisen. Ein train kann ein betrieblicher Zug sein (Stellwerksicht) oder aber ein verkehrlicher Zug (Kundensicht). Eine dritte Art von Zug ist ein Taktzug, welcher aus mehreren zusammengehörigen (stündlichen) Zügen besteht.

parent

trains

children

trainRef
trainPartSequence

attributes

type
This is the type of train in the sense of:
  • operational
  • commercial
  • interval
trainNumber
This is the train number, used for the train in the signal box
processStatus
This is the process status of the train. Possible values are:
  • planned
  • actual
  • calculated
  • toBeChecked
  • changed
  • imported
  • ....


Back to elements