IS:geometryPoint/3.2: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Created page IS:geometryPoint/3.2 using XSD2MediaWiki Converter 1.0.6)
 
(Updated page IS:geometryPoint/3.2 using XSD2MediaWiki Converter 1.1.1)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|subschema=infrastructure
|subschema=infrastructure
|subschema_slug=IS
|subschema_slug=IS
|documentation=point representing location of a radius or/and a gradient of a track
|version=3.2
|version=3.2
|parent={{parent|subschema=IS|name=geometryPoints}}
|parent={{parent|subschema=IS|name=geometryPoints}}
|children={{Any|multiplicity=0..*}}, {{child|subschema=RTM|name=areaLocation|multiplicity=0..*}}, {{child|subschema=IS|name=gmlLocations|multiplicity=0..*}}, {{child|subschema=RTM|name=isValid|multiplicity=0..*}}, {{child|subschema=RTM|name=linearLocation|multiplicity=0..*}}, {{child|subschema=CO|name=name|multiplicity=0..*}}, {{child|subschema=IS|name=networkLocation|multiplicity=0..*}}, {{child|subschema=RTM|name=spotLocation|multiplicity=0..*}}
|children={{child|subschema=RTM|name=areaLocation|multiplicity=0..*}}, {{child|subschema=IS|name=gmlLocations|multiplicity=0..*}}, {{child|subschema=RTM|name=isValid|multiplicity=0..*}}, {{child|subschema=RTM|name=linearLocation|multiplicity=0..*}}, {{child|subschema=generic|name=name|multiplicity=0..*}}, {{child|subschema=IS|name=networkLocation|multiplicity=0..*}}, {{child|subschema=RTM|name=spotLocation|multiplicity=0..*}}
|attributes={{attribut|name=radius|pflicht=0|typ=xs:decimal|documentation=radius in metres
|attributes={{attribut|name=azimuth|pflicht=0|typ=xs:decimal|documentation=azimuth in degrees}},
use value "0" (zero) to describe a point that is located in a straight curve with infinite radius;
{{attribut|name=gradient|pflicht=0|typ=xs:decimal|documentation=tangent of the angle of that surface to the horizontal in per mille [Wikipedia]}},
use negative values to describe a horizontal curve going to the left (as seen according application direction) and use positive values to describe a horizontal curve going to the right (as seen according application direction)}},
{{attribut|name=radius|pflicht=0|typ=xs:decimal|documentation=radius in metres<br>use value "0" (zero) to describe a point that is located in a straight curve with infinite radius;<br>use negative values to describe a horizontal curve going to the left (as seen according application direction) and use positive values to describe a horizontal curve going to the right (as seen according application direction)}},
{{attribut|name=gradient|pflicht=0|typ=xs:decimal|documentation=gradient in per million}},
{{attribut|name=azimuth|pflicht=0|typ=xs:decimal|documentation=azimuth in degrees}},
{{attribut|name=id|pflicht=1|typ=xs:string|documentation=the identifier of the object; this can be either of type xs:ID or UUID|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;&#x007C;\&#x007B;[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;\&#x7D;}}}}
{{attribut|name=id|pflicht=1|typ=xs:string|documentation=the identifier of the object; this can be either of type xs:ID or UUID|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;&#x007C;\&#x007B;[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;\&#x7D;}}}}
}}
}}

Latest revision as of 12:39, 8 February 2024

Automatic Schemaexport for Element geometryPoint

Autoexport from the XML-Schema for element IS:geometryPoint of railML® version 3.2
Documentation point representing location of a radius or/and a gradient of a track
Subschema infrastructure
Parents* geometryPoints
Children areaLocation (0..*), gmlLocations (0..*), isValid (0..*), linearLocation (0..*), name (0..*), networkLocation (0..*), spotLocation (0..*)
Attributes:
  • azimuth: azimuth in degrees (optional; xs:decimal),

  • gradient: tangent of the angle of that surface to the horizontal in per mille [Wikipedia] (optional; xs:decimal),

  • radius: radius in metres
    use value "0" (zero) to describe a point that is located in a straight curve with infinite radius;
    use negative values to describe a horizontal curve going to the left (as seen according application direction) and use positive values to describe a horizontal curve going to the right (as seen according application direction) (optional; xs:decimal),

  • id: the identifier of the object; this can be either of type xs:ID or UUID (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}\}); compare: Dev:Identities
*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.