IS:position trackElementVis: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(reintroduction)
m (minor improvement of edit)
 
(3 intermediate revisions by one other user not shown)
Line 5: Line 5:
|intro=2.4
|intro=2.4
|depr=2.1
|depr=2.1
|semantics={{depr|2.1}}{{intro|2.4}} This Element has been deprecated with {{rml}} 2.1 but reintroduced with {{rml}} 2.4.
|semantics=Allows providing a position of a track element on the screen. The coordinates provided here must not be confused with the GPS coordinates that can be specified using the {{IS:Tag|geoCoord}} element. <br>{{depr|2.1}}{{intro|2.4}} This Element has been deprecated with {{rml}} 2.1 but reintroduced with {{rml}} 2.4.
{{missing information|topic=the semantics|user=[[User:Ferri Leberl|Ferri Leberl]] ([[User talk:Ferri Leberl|talk]]) 15:39, 19 January 2018 (CET)}}
 
|ownAttributes=
|ownAttributes=
{{missing information|topic=the attribute semantics|user=[[User:Ferri Leberl|Ferri Leberl]] ([[User talk:Ferri Leberl|talk]]) 15:39, 19 January 2018 (CET)}}
 
*{{attr|x}}:  
*{{attr|x}}: x coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen)
*{{attr|y}}:  
*{{attr|y}}: y coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen)
|constraints=
|constraints=
*{{attr|x}}: {{xsdType|double}}; required
*{{attr|x}}: {{xsdType|double}}; required
*{{attr|y}}: {{xsdType|double}}; required
*{{attr|y}}: {{xsdType|double}}; required
|bestpractice=
please refer to [https://wiki2.railml.org/wiki/IS:infrastructureVisualizations <IS:infrastructureVisualizations>] for an example
}}
}}

Latest revision as of 12:02, 10 May 2023


<position>
 

💡 (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 <position> in the XML-Tree / Position von <position> im XML-Baum

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

Allows providing a position of a track element on the screen. The coordinates provided here must not be confused with the GPS coordinates that can be specified using the <geoCoord> element.
(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.(introduced with version 2.4) (deprecated with version 2.1)

Attributes of <position> / Attribute von <position>

  • x: x coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen)
  • y: y coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen)

Syntactic Constraints / Syntaktische Beschränkungen

Best practice & Examples / Empfohlene Anwendung & Beispiele

please refer to <IS:infrastructureVisualizations> for an example

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.