IS:crossedElement crossedElements brigde: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Moved content from bridge equivalent)
(+untro, enumeration values)
Line 1: Line 1:
{{elementDocu
{{elementDocu
|intro=2.3
|elementName=IS:crossedElement
|elementName=IS:crossedElement
|parent={{IS:Tag|crossedElements|brigde}}
|parent={{IS:Tag|crossedElements|brigde}}
Line 8: Line 9:
{{InheritIdName}}
{{InheritIdName}}
|ownAttributes=
|ownAttributes=
*{{attr|type}}: the type of element crossed by this {{IS:Tag|brigde}}
*{{attr|type}}: the type of element crossed by this {{IS:Tag|brigde}}<br>Possible values are:
**{{enum|highway:cycleway}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway}}
**{{enum|highway:footway}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:highway%3Dfootway}}
**{{enum|highway:motorway}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway}}
**{{enum|highway:road}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:highway%3Droad}}
**{{enum|natural:peak}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:natural%3Dpeak}}
**{{enum|natural:ridge}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:natural%3Dridge}}
**{{enum|natural:valley}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:natural%3Dvalley}}
**{{enum|natural:water}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:natural%3Dwater}}
**{{enum|waterway:river}}: See {{external|https://wiki.openstreetmap.org/wiki/Tag:waterway%3Driver}}
*{{attr|pos}}: the relative position of the center of the crossed element as distance from begin of track — this value must be within the position range of the parent element
*{{attr|pos}}: the relative position of the center of the crossed element as distance from begin of track — this value must be within the position range of the parent element
|constraints=
|constraints=

Revision as of 16:15, 8 August 2022


IS:crossedElement
 


Scheme description / Schemenbeschreibung

Position of IS:crossedElement in the XML-Tree / Position von IS:crossedElement im XML-Baum

Multiplicity / Anzahl

[1..∞]

Semantics / Bedeutung

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) 20:06, 15 January 2017 (CET)

(introduced with version 2.3)

Attributes of IS:crossedElement / Attribute von IS:crossedElement

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: union of (restriction of xs:string, tOtherEnumerationValue); tOtherEnumerationValue is an arbitrary string starting with 'other:' followed by at minimum two characters, white space not allowed for extending railML® enumeration lists
  • pos: xs:decimal, 6 fraction digits, length value measured in meter

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.