TT:connection: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(new attributes added: operatingPeriodRef, notGuaranteed, nonConnection, samePlatform)
(any element added)
Line 8: Line 8:


|parent = {{TT:Tag|connections}}
|parent = {{TT:Tag|connections}}
|childs = {{Intro|2.2}} {{TT:Tag|annotationRef|connection}}
|childs = {{TT:Tag|annotationRef|connection}} {{Intro|2.2}}, {{any}} {{Intro|2.3}}


|ownAttributes =
|ownAttributes =

Revision as of 15:59, 10 February 2016


connection
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

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

Das Element connection beschreibt Anschlussbeziehungen zwischen diesem und einem anderen Zug. Flügelungen und Umlaufübergänge werden aber dabei nicht betrachtet.

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.
  • connType: This is the connection type. Possible values are:
  • commercial
  • operational
  • connOperation: This is the connection operation. Possible values are:
  • none There is an unspecific connection to another train.
  • meet The train meets another train. Passengers may change trains in both directions.
  • IsWaitingFor The train is waiting for another train. The considered train may be receiving passengers from the referenced connection train. Anschluss auf einen Zubringer-Zug.
  • IsExpectedBy The train is expected by another train. The referenced connection train may be receiving passengers from the considered train. Anschluss auf einen Abbringer-Zug.


  • 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.
  • <span id=ocpRef (introduced with version 2.2)>ocpRef (introduced with version 2.2): This refers to the id attribute of the associated <ocp> element.
    This reference could be used in the case that the passenger changes to a different nearby ocp.
  • <span id=trainPartRef (introduced with version 2.2)>trainPartRef (introduced with version 2.2): This refers to the id attribute of the associated <trainPart> element.
    This reference could be used if the change is to a certain trainPart of the related train.
  • <span id=operatingPeriodRef (introduced with version 2.3)>operatingPeriodRef (introduced with version 2.3): This refers to the id attribute of the associated <operatingPeriod> element.
    References a reduction of the operating days of the connection compared to the operating days of the train part
  • notGuaranteed (introduced with version 2.3): This indicates if the connection could not be guaranteed.
  • nonConnection (introduced with version 2.3): This indicates that no such connection should be generated or communicated, in order to lead passengers to the appropriate connection.
  • samePlatform (introduced with version 2.3): This indicates if the connection is on the same platform.

Syntactic Constraints / Syntaktische Beschränkungen

  • trainRef xs:IDREF, optional (was mandatory until version 2.2)
  • minConnTime xs:duration, optional
  • connType optional
  • 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.