TT:connection: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Updated using new templates (Vorlage:InheritRef, Vorlage:RailMLType))
(Parameter added)
Line 28: Line 28:
:* {{Enum|split}} This part of the {{TT:Doc|train}} will go on as another {{TT:Doc|train}}. <br/> {{Depr|2.1}} The element {{TT:Doc|connection}} should ''not'' be used for splitting and joining of {{TT:Doc|train}}s, use {{TT:Doc|train}}s with '{{Attr|type}}="{{Enum|commercial}}"' instead.
:* {{Enum|split}} This part of the {{TT:Doc|train}} will go on as another {{TT:Doc|train}}. <br/> {{Depr|2.1}} The element {{TT:Doc|connection}} should ''not'' be used for splitting and joining of {{TT:Doc|train}}s, use {{TT:Doc|train}}s with '{{Attr|type}}="{{Enum|commercial}}"' instead.
:* {{Enum|turnaround}} The {{TT:Doc|train}} will go on as another {{TT:Doc|train}}. <br/> {{Depr|2.1}} The element {{TT:Doc|connection}} should ''not'' be used for splitting and joining of {{TT:Doc|train}}s, use {{TT:Doc|train}}s with '{{Attr|type}}="{{Enum|commercial}}"' instead.
:* {{Enum|turnaround}} The {{TT:Doc|train}} will go on as another {{TT:Doc|train}}. <br/> {{Depr|2.1}} The element {{TT:Doc|connection}} should ''not'' be used for splitting and joining of {{TT:Doc|train}}s, use {{TT:Doc|train}}s with '{{Attr|type}}="{{Enum|commercial}}"' instead.
:* {{OtherEnum
|notes_en =
|notes_de =
}}


|constraints =
|constraints =

Revision as of 08:17, 9 December 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: This refers to the id attribute of the associated train element.
  • minConnTime: This is the minimal connection duration needed for this connection operation.
  • maxConnTime: This is the maximal connection duration planned for this connection operation.
  • connOperation: This is the connection type. Possible values are:
  • none
  • meet
  • IsWaitingFor
  • IsExpectedBy
  • join The 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 trains with 'type="commercial"' instead.
  • split This 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 trains with '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 trains with 'type="commercial"' instead.
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.

Syntactic Constraints / Syntaktische Beschränkungen

  • connOperation optional

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.