TT:trainGroup

From railML 2 Wiki
Revision as of 12:57, 19 April 2010 by RailML Coord Timetable (talk | contribs) (Die Seite wurde neu angelegt: {{elementDocu| elementName = trainGroup |semantics = The Element {{TT:Doc|trainGroup}} is linking different individual trains to a group. This could for instance be use...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


trainGroup
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The Element trainGroup is linking different individual trains to a group. This could for instance be used for an interval group of trains belonging together in a train path allocation process.

Das Element trainGroup verknüpft verschiedene Einzelzüge zu einer Gruppe. Dies könnten beispielsweise die Züge einer Taktfamilie sein, die innerhalb einer Trassenanmeldung gemeinsam betrachtet werden müssen.

Attributes of trainGroup / Attribute von trainGroup

see Template:DocCO

  • id
  • name
  • description
  • type: the type of the group (xs:string, required)

Possible values:

  • interval
  • other:anything
  • trainNumber: train number for the group (xs:string, optional)
  • processStatus: the process status of the whole train group

Possible values:

  • planned
  • actual
  • calculated
  • toBeChecked
  • changed
  • imported
  • other:anything

Syntactic Constraints / Syntaktische Beschränkungen

Not yet described. / Noch nicht beschrieben.

Best practice & Examples / Empfohlene Anwendung & Beispiele

Three Thalys trains (9304, 9306, 9308) driving during a day belonging to the same family of an interval train (9300):

 <rail:trainGroups>
   <rail:trainGroup id="THA_9300" type="interval" description="Bruxelles - Paris" trainNumber="9300">
     <rail:trainRef sequence="1" ref="o9304"/>
     <rail:trainRef sequence="2" ref="o9306"/>
     <rail:trainRef sequence="3" ref="o9308"/>
   </rail:trainGroup>
 </rail:trainGroups>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.