IS:visualization
Jump to navigation
Jump to search
|
Schema description / Schemenbeschreibung
Position of <visualization> in the XML-Tree / Position von <visualization> im XML-Baum
- Parent: <infrastructureVisualizations>
- Children: <lineVis>, <ocpVis> (deprecated with version 2.1)(introduced with version 2.4)(deprecated with version 2.5), <objectVis> (introduced with version 2.5)
Multiplicity / Anzahl
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.
|
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 <infrastructureVisualizations> for an the example.
Notes / Anmerkungen
Not yet described. / Noch nicht beschrieben.
Open issues / Offene Punkte/Pendenzen
Not yet described. / Noch nicht beschrieben.