TT:trackRef: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Template changed)
(Updated using new templates (Vorlage:InheritRef, Vorlage:RailMLType, Vorlage:InheritDirection, Vorlage:InheritDirectaionConstraints))
Line 1: Line 1:
{{elementDocu|
{{ElementDocu|
elementName = trackRef
elementName = trackRef


|semantics =
|semantics =
The Element {{TT:Tag|trackRef}} is referencing the {{DocIS|track}} elements used by the train and described in detail in an infrastructure branch of the railml file.  
The Element {{TT:Tag|trackRef}} is referencing the {{IS:Doc|track}} elements used by the {{TT:Doc|train}} and described in detail in an {{IS:Doc|infrastructure}} branch of the railml file.  


{{deu|Das Element {{TT:Tag|trackRef}} referenziert {{DocIS|track}} Elemente die vom Zug befahren werden und in einem Infrastrukturast der railML Datei näher beschrieben sind.}}
{{Deu|Das Element {{TT:Tag|trackRef}} referenziert {{IS:Doc|track}} Elemente die vom Zug befahren werden und in einem Infrastrukturast der railML Datei näher beschrieben sind.}}


|parent = {{TT:Doc|trackRef}}
|parent = {{TT:Tag|sectionTT}}


|childs
|inheritedAttributes =
{{InheritDirection
|selfLink = {{TT:Doc|trackRef}}
|dir =
}}


|inheritedAttributes = see {{CO:Doc|tGenericRef}}
{{InheritRef
*{{attr|ref}}: references a {{IS:Doc|track}} in the infrastructure part.
|attributeName = ref
*{{attr|other:anything}}
|contextLink = {{IS:Tag|track}}
|notes_en =
}}


|ownAttributes
|constraints =
{{InheritDirectionConstraints}}
 
* {{Attr|ref}} {{RailMLType|tGenericRef}}, mandatory


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

Revision as of 00:50, 7 December 2011


trackRef
 


Scheme description / Schemenbeschreibung

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

  • Parent: <sectionTT>
  • Children: Not yet described. / Noch nicht beschrieben.

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The Element <trackRef> is referencing the track elements used by the train and described in detail in an infrastructure branch of the railml file.

Das Element <trackRef> referenziert track Elemente die vom Zug befahren werden und in einem Infrastrukturast der railML Datei näher beschrieben sind.

Attributes of trackRef / Attribute von trackRef

  • dir: This defines the validity of trackRef along the track. Possible values are:
  • none: trackRef has no direction restriction.
  • up: This denotes the direction from the <trackBegin> to the <trackEnd> (increasing relative position values).
  • down: This goes opposite to up (decreasing relative position values).
  • both: trackRef is valid in both directions.
  • unknown: trackRef is restricted to a certain direction, but this direction is not known.
  • ref: This refers to the id attribute of the associated <track> element.

Syntactic Constraints / Syntaktische Beschränkungen

  • dir: xs:string, generic type for more constrained direction statements: enumeration up, down, unknown; derived from tLaxDirection; 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.