RS:vehicleRef: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Renaming of element from "vehicleType")
m (Rename 'RefId' to 'Ref')
Line 13: Line 13:
* {{attr|orderNumber}}: This gives the position of that vehicle or vehicle group within the formation. It is just a order number and the user has to ensure, that there are no duplicates or gaps for this formation due to incorrect values.
* {{attr|orderNumber}}: This gives the position of that vehicle or vehicle group within the formation. It is just a order number and the user has to ensure, that there are no duplicates or gaps for this formation due to incorrect values.


* {{attr|vehicleRefId}}: This is the reference to the data set of the vehicle for this position within the formation.
* {{attr|vehicleRef}}: This is the reference to the data set of the vehicle for this position within the formation.


* {{attr|vehicleCount}}: This is the number of similar vehicles for this position within the formation. If for example the train part is made up of three passenger cars of the same type then this value shall be '3'. In all other cases the default value is set to '1'.
* {{attr|vehicleCount}}: This is the number of similar vehicles for this position within the formation. If for example the train part is made up of three passenger cars of the same type then this value shall be '3'. In all other cases the default value is set to '1'.

Revision as of 12:15, 12 September 2009


vehicleRef
 


Scheme description / Schemenbeschreibung

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

  • Parent: trainOrder
  • Children: Not yet described. / Noch nicht beschrieben.

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <vehicleRef> contains the data about the positions and the number of particular vehicles within that formation. One occurance of the element stands for at least one vehicle. The number of vehicles composed to a formation is infinite.

Das Element <vehicleRef> beinhaltet die Angaben, welche Einzelfahrzeuge sich an welcher Position und wieviele davon in dem Zugteil befinden. Das Auftreten eines solchen Elements repräsentiert zumindest ein Einzelfahrzeug oder mehrere gleichartige Fahrzeuge in der Formation. Die mögliche Anzahl ist unbegrenzt.

Attributes of vehicleRef / Attribute von vehicleRef

  • orderNumber: This gives the position of that vehicle or vehicle group within the formation. It is just a order number and the user has to ensure, that there are no duplicates or gaps for this formation due to incorrect values.
  • vehicleRef: This is the reference to the data set of the vehicle for this position within the formation.
  • vehicleCount: This is the number of similar vehicles for this position within the formation. If for example the train part is made up of three passenger cars of the same type then this value shall be '3'. In all other cases the default value is set to '1'.

Syntactic Constraints / Syntaktische Beschränkungen

The element <vehicleRef> is optional and can occur several times. If it is used it has to comprise at least the attributes orderNumber and vehicleRefId.

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.