RS:formation: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Change to template)
m (Format)
Line 8: Line 8:


|parent =
|parent =
{{RS:Doc|formations|formation}}
{{RS:Doc|formation}}


|childs =
|childs =
{{RS:Doc|trainOrder|trainOrder}}, {{RS:Doc|trainType|trainType}}, {{RS:Doc|trainEngine|trainEngine}}, {{RS:Doc|trainBrakes|trainBrakes}}, {{RS:Doc|trainResistance|trainResistance}}
{{RS:Doc|trainOrder}}, {{RS:Doc|trainType}}, {{RS:Doc|trainEngine}}, {{RS:Doc|trainBrakes}}, {{RS:Doc|trainResistance}}


|inheritedAttributes =
|inheritedAttributes =
Line 24: Line 24:


* {{attr|length}}: This is the overall length in metres of that formation. The user has to ensure that it is the resulting sum of the length of each single vehicle the formation consists of.
* {{attr|length}}: This is the overall length in metres of that formation. The user has to ensure that it is the resulting sum of the length of each single vehicle the formation consists of.
The value can be used here just for easy access.
:The value can be used here just for easy access.


* {{attr|speed}}: This is the maximum speed in kilometres per hour permitted for that formation. The user has to ensure, that this value is not greater than any permitted speed of the single vehicles the formation consists of.
* {{attr|speed}}: This is the maximum speed in kilometres per hour permitted for that formation. The user has to ensure, that this value is not greater than any permitted speed of the single vehicles the formation consists of.
The value can be used here just for easy access.
:The value can be used here just for easy access.


* {{attr|weight}}: This is the total weight in metric tons of that formation. The user has to ensure that it is the resulting sum of the weigths of each single vehicle the formation consists of.
* {{attr|weight}}: This is the total weight in metric tons of that formation. The user has to ensure that it is the resulting sum of the weigths of each single vehicle the formation consists of.
The value can be used here just for easy access.
:The value can be used here just for easy access.


|constraints =
|constraints =

Revision as of 08:40, 18 May 2009


formation
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <formation> contains all data related to a composition of single vehicles forming a complete train or a part of a train. It is not excluded to describe a train consisting of only one single vehicle.

Im Element <formation> werden alle Zug bezogene Daten aufgenommen. Dabei kann es sich wirklich um einen kompletten Zug oder nur um einen Zugteil aus mehreren Einzelfahrzeugen handeln. Es ist aber auch möglich einen nur aus einem Fahrzeug bestehenden Zug zu beschreiben.

Attributes of formation / Attribute von formation

  • id: Unique identifier which is used to refer to this particular item. This ID is always required for the item. It is inherited as a common feature from the type tElementWithIDAndName.
  • name: A short name for the item can be given here, if wanted. It is inherited as a common feature from the type tElementWithIDAndName.
  • description: In addition to a short name a more detailed description can be given here. This shall allow a short overview or hints to the contents of this dat set. It is inherited as a common feature from the type tElementWithIDAndName.
  • formationCount: This is the number of formations of that type forming the train or train part. This can be used for example when a train is made up of several multiple units of the same type. In all other cases the default value is '1'.
  • length: This is the overall length in metres of that formation. The user has to ensure that it is the resulting sum of the length of each single vehicle the formation consists of.
The value can be used here just for easy access.
  • speed: This is the maximum speed in kilometres per hour permitted for that formation. The user has to ensure, that this value is not greater than any permitted speed of the single vehicles the formation consists of.
The value can be used here just for easy access.
  • weight: This is the total weight in metric tons of that formation. The user has to ensure that it is the resulting sum of the weigths of each single vehicle the formation consists of.
The value can be used here just for easy access.

Syntactic Constraints / Syntaktische Beschränkungen

The values of length, speed and weight can be given here, if no deeper level of details is necessary. However, the user and application has to ensure the consistancy with any redundant information given for single vehicles.

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.