RTM:geometricCoordinate/3.2: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Updated page RTM:geometricCoordinate/3.2 using XSD2MediaWiki Converter 1.1.1)
(Updated page RTM:geometricCoordinate/3.2 using XSD2MediaWiki Converter 1.1.1)
 
Line 9: Line 9:
{{parent|subschema=RTM|name=linearLocation}},
{{parent|subschema=RTM|name=linearLocation}},
{{parent|subschema=RTM|name=spotLocation}}
{{parent|subschema=RTM|name=spotLocation}}
|attributes={{attribut|name=x|pflicht=1|typ=xs:double}},
|attributes={{attribut|name=x|pflicht=1|typ=xs:double|documentation=longitude}},
{{attribut|name=y|pflicht=1|typ=xs:double}},
{{attribut|name=y|pflicht=1|typ=xs:double|documentation=latitude}},
{{attribut|name=z|pflicht=0|typ=xs:double}},
{{attribut|name=z|pflicht=0|typ=xs:double|documentation=altitude}},
{{attribut|name=positioningSystemRef|pflicht=1|typ=xs:string|documentation=reference an object using its UUID or GenericID (xs:ID)|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}}}}}
{{attribut|name=positioningSystemRef|pflicht=1|typ=xs:string|documentation=reference an object using its UUID or GenericID (xs:ID)|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}}}}}
}}
}}

Latest revision as of 15:45, 17 May 2024

Automatic Schemaexport for Element geometricCoordinate

Autoexport from the XML-Schema for element RTM:geometricCoordinate of railML® version 3.2
Documentation

localization expressed in a geometrical (or geographical) Reference System, so it defines the coordinates (x, y, z or ?, ?, h).

Subschema

Rtm4railml

Parents*
Children

None

Attributes:

  • x: longitude (obligatory; xs:double),

  • y: latitude (obligatory; xs:double),

  • z: altitude (optional; xs:double),

  • positioningSystemRef: reference an object using its UUID or GenericID (xs:ID) (obligatory; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\})
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.