TT:connection: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
No edit summary
(Templated changed, Content slightly restructured)
Line 11: Line 11:


|ownAttributes =
|ownAttributes =
*{{attr|trainRef}}: references the connected {{TT:Doc|train}} (required).
* {{attr|trainRef}}: references the connected {{TT:Doc|train}} (required).
*{{attr|minConnTime}}: minimal connection duration needed for this connection operation ({{xsdType|duration}}, optional).
* {{attr|minConnTime}}: minimal connection duration needed for this connection operation ({{xsdType|duration}}, optional).
*{{attr|minConnTime}}: maximal connection duration planned for this connection operation ({{xsdType|duration}}, optional).
* {{attr|minConnTime}}: maximal connection duration planned for this connection operation ({{xsdType|duration}}, optional).
*{{attr|connOperation}}: the connection type ({{xsdType|string}}, optional)
* {{attr|connOperation}}: the connection type ({{xsdType|string}}, optional), possible values:
Possible values:
** none
:* none
** meet
:* join = train will be coupled together with an other train; {{vers|deprecated with 2.1:}} the element connection should not be used for splitting and joining of trains, use 'commercial' trains instead  
** IsWaitingFor
:* split = part of the train will go on as an other train; {{vers|deprecated with 2.1:}} the element connection should not be used for splitting and joining of trains, use 'commercial' trains instead
** IsExpectedBy
:* meet
** join = train will be coupled together with another train;  
:* turnaround  = the train will go on as an other train; {{vers|deprecated with 2.1:}} the element connection should not be used for splitting and joining of trains, use 'commercial' trains instead
*: {{Depr|2.1}} the element connection should not be used for splitting and joining of trains,
:* IsWaitingFor
*: use {{TT:Tag|train}}s with '{{Attr|type}}="commercial"' instead  
:* IsExpectedBy
** split = part of the train will go on as another train;  
*: {{Depr|2.1}} the element connection should not be used for splitting and joining of trains,
*: use {{TT:Tag|train}}s '{{Attr|type}}="commercial"' instead
** turnaround  = the train will go on as another train;  
*: {{Depr|2.1:}} the element connection should not be used for splitting and joining of trains,
*: use {{TT:Tag|train}}s '{{Attr|type}}="commercial"' instead


|example
|example

Revision as of 13:47, 22 November 2011


connection
 


Scheme description / Schemenbeschreibung

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

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The Element connection describes any connection between this train and another one.

Das Element connection beschreibt alle Formen von Beziehungen zwischen diesem und einem anderen Zug (Anschlüsse, Flügelungen, Umlaufübergänge usw.).

Attributes of connection / Attribute von connection

  • trainRef: references the connected train (required).
  • minConnTime: minimal connection duration needed for this connection operation (xs:duration, optional).
  • minConnTime: maximal connection duration planned for this connection operation (xs:duration, optional).
  • connOperation: the connection type (xs:string, optional), possible values:
    • none
    • meet
    • IsWaitingFor
    • IsExpectedBy
    • join = train will be coupled together with another train;
    (deprecated with version 2.1) the element connection should not be used for splitting and joining of trains,
    use <train>s with 'type="commercial"' instead
    • split = part of the train will go on as another train;
    (deprecated with version 2.1) the element connection should not be used for splitting and joining of trains,
    use <train>s 'type="commercial"' instead
    • turnaround = the train will go on as another train;
    (deprecated with version 2.1:) the element connection should not be used for splitting and joining of trains,
    use <train>s 'type="commercial"' instead

Syntactic Constraints / Syntaktische Beschränkungen

Not yet described. / Noch nicht beschrieben.

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.