IS:visualization

From railML 2 Wiki
Jump to navigation Jump to search


<visualization>
 

💡 (deprecated with version 2.1)
This element was deprecated with version 2.1
Dieses Element wurde mit Version 2.1 abgeschafft.

Scheme description / Schemenbeschreibung

Position of <visualization> in the XML-Tree / Position von <visualization> im XML-Baum

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

(deprecated with version 2.1)(introduced with version 2.4) This Element has been deprecated with railML® 2.1 but reintroduced with railML® 2.4.

Missinginformation.png In this article there is information missing with respect to the semantics. Please help improving the railML® wiki by filling the gaps. Possibly, you will find further details on the discussion pageFerri Leberl (talk) 15:25, 19 January 2018 (CET)

container element for detailed infrastructure visualization(introduced with version 2.4) (deprecated with version 2.1)

Attributes of <visualization> / Attribute von <visualization>

  • version: This is the version number of the railML® release the current XML file conforms to. It is not any internal numbering from a version control system for the data version. Use it only, if the subschema element is outsourced, else use the 'version' attribute in the root element (<railml>)
  • infrastructureRef: This refers to the id attribute of the associated infrastructure element.
  • id: XML-file-wide unique, machine-interpretable identity, required for later referencing that element internally. For a detailed explanation see Dev:identities.

Syntactic Constraints / Syntaktische Beschränkungen

  • version: restriction of xs:string (Version Number is some official release number, rather than any internal numbering from an version control system. Allows two part or three part version numbers, 1.0 up to 99.99, or 1.0.1 up to 99.99.99. Allows additional commit numbers for testing unofficial releases: 1.1r4 or 2.0r271. Pattern: [1-9][0-9]?\.([0-9]|[1-9][0-9])(\.[1-9][0-9]?)?(r[1-9][0-9]?[0-9]?)?; required
  • infrastructureRef: xs:IDREF
  • id: xs:ID; required

Best practice & Examples / Empfohlene Anwendung & Beispiele

<infrastructureVisualizations> shall be used to describe a graphical visualization of infrastructure, e.g. on a screen or a paper plan.

please refer to <IS:infrastructureVisualizations> for the example

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.