TT:connection: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
mNo edit summary
(updated)
Line 5: Line 5:
The Element {{TT:Doc|connection}} describes any connection between this train and another one.
The Element {{TT:Doc|connection}} describes any connection between this train and another one.


{{Deu|Das Element {{TT:Doc|connection}} beschreibt alle Formen von Beziehungen zwischen diesem und einem anderen Zug (Anschlüsse, Flügelungen, Umlaufübergänge usw.).}}
{{Deu|Das Element {{TT:Doc|connection}} beschreibt Anschlussbeziehungen zwischen diesem und einem anderen Zug. Flügelungen und Umlaufübergänge werden aber dabei '''nicht''' betrachtet.}}


|parent = {{TT:Tag|connections}}
|parent = {{TT:Tag|connections}}
Line 21: Line 21:
* {{Attr|maxConnTime}}: This is the maximal connection duration planned for this connection operation.
* {{Attr|maxConnTime}}: This is the maximal connection duration planned for this connection operation.


* {{Attr|connOperation}}: This is the connection type. Possible values are:
* {{Attr|connType}}: This is the connection type. Possible values are:
:* {{Enum|none}}
:* {{Enum|commercial}}
:* {{Enum|meet}}
:* {{Enum|operational}}
 
* {{Attr|connOperation}}: This is the connection operation. Possible values are:
:* {{Enum|none}} There is an unspecific connection to another {{TT:Doc|train}}.<br/>
:* {{Enum|meet}} The {{TT:Doc|train}} meets another {{TT:Doc|train}}. Passengers may change trains in both directions.<br/>
:* {{Enum|IsWaitingFor}} The {{TT:Doc|train}} is waiting for another {{TT:Doc|train}}. The considered train may be receiving passengers from the referenced connection train. {{Deu|Anschluss auf einen Zubringer-Zug.}}<br/>
:* {{Enum|IsWaitingFor}} The {{TT:Doc|train}} is waiting for another {{TT:Doc|train}}. The considered train may be receiving passengers from the referenced connection train. {{Deu|Anschluss auf einen Zubringer-Zug.}}<br/>
:* {{Enum|IsExpectedBy}} The {{TT:Doc|train}} is expected by another {{TT:Doc|train}}. The referenced connection train may be receiving passengers from the considered train. {{Deu|Anschluss auf einen Abbringer-Zug.}}
:* {{Enum|IsExpectedBy}} The {{TT:Doc|train}} is expected by another {{TT:Doc|train}}. The referenced connection train may be receiving passengers from the considered train. {{Deu|Anschluss auf einen Abbringer-Zug.}}
Line 33: Line 37:
|notes_en =
|notes_en =
|notes_de =
|notes_de =
}}
{{ocpRef
|attributeName = ocpRef {{Intro|2.2}}
|contextLink = {{IS:Tag|ocp}}
|notes_en =
}}
{{trainPartRef
|attributeName = trainPartRef {{Intro|2.2}}
|contextLink = {{IS:Tag|trainPart}}
|notes_en =
}}
}}


Line 41: Line 57:


* {{Attr|maxConnTime}} {{XsdType|duration}}, optional
* {{Attr|maxConnTime}} {{XsdType|duration}}, optional
* {{Attr|connType}} optional


* {{Attr|connOperation}} optional
* {{Attr|connOperation}} optional
* {{Attr|ocpRef}} {{RailMLType|tGenericRef}}, optional
* {{Attr|trainPartRef}} {{RailMLType|tGenericRef}}, optional


|backHome = TT:elements
|backHome = TT:elements
}}
}}

Revision as of 22:11, 24 June 2014


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.

Template:OcpRef

Template:TrainPartRef

Syntactic Constraints / Syntaktische Beschränkungen

  • 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.