IS:signalGroup: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
m (typo)
(any)
Line 4: Line 4:
|parent = {{IS:Tag|signalGroups}}
|parent = {{IS:Tag|signalGroups}}


|childs = {{IS:Tag|additionalName|signalGroup}} {{Intro|2.1}}, {{IS:Tag|signalRef}}
|childs = {{IS:Tag|additionalName|signalGroup}} {{Intro|2.1}}, {{IS:Tag|any}}, {{IS:Tag|signalRef}}


|inheritedAttributes =
|inheritedAttributes =
{{InheritIdName
{{InheritId
|id =
|id =  
|code =
|id_de =
|name =
}}
|description =
 
* {{Attr|code}} {{Intro|2.1}}: This is a short string for typical, specific abbreviations, used in different systems with the same understanding. {{AddAnn|| }}
 
* {{Attr|name}} {{Intro|2.0}}: This is a short name for the current item. {{AddAnn|| }}
 
* {{Attr|description}} {{Intro|2.0}}: This is a more detailed description as addition to the short {{Attr|name}}. It shall allow a short overview or hints to the contents of this data set. {{AddAnn|| }}
 
{{InheritLang
|notes_en = This is used for defining {{Attr|name}} and {{Attr|description}}.
}}
 
{{InheritAnyAttribute
|anyAttribute =  
|anyAttribute_de =  
}}
}}



Revision as of 19:21, 6 January 2017


signalGroup
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

A <signalGroup> groups various signals together.

Attributes of signalGroup / Attribute von signalGroup

  • 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.
  • code (introduced with version 2.1): This is a short string for typical, specific abbreviations, used in different systems with the same understanding.
  • name (introduced with version 2.0): This is a short name for the current item.
  • description (introduced with version 2.0): This is a more detailed description as addition to the short name. It shall allow a short overview or hints to the contents of this data set.


  • xml:lang (introduced with version 2.1): This is a unique identifier of language. It uses basically the language standard IETF BCP 47 (external link) which may be different to ISO 639-1 (external link) or ISO 639-2 (external link). For mapping hints see relation to other standards (external link).
    This is used for defining name and description.
  • xs:anyAttribute: This provides an extension point for non-railML® attributes in a foreign namespace. How to use it?
  • type Possible values are:
  • distant-main
  • station
  • 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

  • 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 (_)
  • code: xs:string, optional
  • name: xs:string, optional
  • description: xs:string, optional
  • xml:lang: xs:language, language identification, optional
  • type 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.