Template:InheritConnection: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Parameters renamed (Debugging))
m (Parameters renamed (Debugging))
Line 20: Line 20:


|ownAttributes =
|ownAttributes =
{{#switch: {{FULLPAGENAME}}  
{{#switch: {{FULLPAGENAMEE}}  
| IS:connection_switch
| IS:connection_switch
| IS:connection_crossing =
| IS:connection_crossing =
Line 49: Line 49:
{{InheritIdConstraints}}
{{InheritIdConstraints}}
* {{Attr|ref}} {{RailMLType|tGenericRef}}, mandatory
* {{Attr|ref}} {{RailMLType|tGenericRef}}, mandatory
{{#switch: {{FULLPAGENAME}}
{{#switch: {{FULLPAGENAMEE}}
|IS:connection_switch
|IS:connection_switch
|IS:connection_crossing =
|IS:connection_crossing =

Revision as of 11:58, 22 January 2013


connection
 


Scheme description / Schemenbeschreibung

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

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

A FIXME is an element to determine which branches of a track are connected at a certain position.

Attributes of connection / Attribute von connection

  • id: XML-file-wide unique, machine-interpretable identity, required for later referencing that element internally. For a detailed explanation see Dev:identities.
    XML-Datei-weit eindeutige, maschineninterpretierbare Identität, die für die spätere interne Referenzierung dieses Elements erforderlich ist. Für eine detaillierte Erklärung siehe Dev:identities.
  • ref: This refers to the id attribute of the associated <connection> element.

Syntactic Constraints / Syntaktische Beschränkungen

  • id: xs:ID, required
    a string, starting with a letter (a..zA..Z) or an underscore (_),
    followed by a non-colonized and non-spaced string consisting of letters, digits, points (.), dashes (-) or underscores (_)
  • ref xs:IDREF, mandatory

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen


None.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.