IS:lineString/3.2: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Created page IS:lineString/3.2 using XSD2MediaWiki Converter 1.0.6)
 
(Updated page IS:lineString/3.2 using XSD2MediaWiki Converter 1.1.1)
 
Line 4: Line 4:
|subschema=infrastructure
|subschema=infrastructure
|subschema_slug=IS
|subschema_slug=IS
|documentation=A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.
|version=3.2
|version=3.2
|parent={{parent|subschema=IS|name=gmlLocations}}
|parent={{parent|subschema=IS|name=gmlLocations}}
|children={{child|subschema=GML4RAILML|name=description|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=descriptionReference|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=identifier|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=name|multiplicity=0..*}}, {{child|subschema=GML4RAILML|name=pos|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=posList|multiplicity=0..1}}
|children={{child|subschema=GML4RAILML|name=description|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=descriptionReference|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=identifier|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=name|multiplicity=0..*}}, {{child|subschema=GML4RAILML|name=pos|multiplicity=0..1}}, {{child|subschema=GML4RAILML|name=posList|multiplicity=0..1}}
|attributes={{attribut|name=srsDimension|pflicht=0|typ=xs:positiveInteger}},
|attributes={{attribut|name=srsDimension|pflicht=0|typ=xs:positiveInteger|documentation=specifies the number of dimensions represented by the CRS and the positions in the GML Point [https://opengeospatial.github.io/e-learning/gml/text/main.html]}},
{{attribut|name=srsName|pflicht=0|typ=xs:anyURI}},
{{attribut|name=srsName|pflicht=0|typ=xs:anyURI|documentation=references the Coordinate Reference System (CRS) that applies to the coordinates of the GML Point [https://opengeospatial.github.io/e-learning/gml/text/main.html].}},
{{attribut|name=id|pflicht=0|typ=xs:ID}}
{{attribut|name=id|pflicht=0|typ=xs:ID|documentation=The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs [gmlBase.xsd].}}
}}
}}

Latest revision as of 15:45, 17 May 2024

Automatic Schemaexport for Element lineString

Autoexport from the XML-Schema for element IS:lineString of railML® version 3.2
Documentation

A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.

Subschema

infrastructure

Parents*
Children

description (0..1), descriptionReference (0..1), identifier (0..1), name (0..*), pos (0..1), posList (0..1)

Attributes:

  • srsDimension: specifies the number of dimensions represented by the CRS and the positions in the GML Point [1] (optional; xs:positiveInteger),

  • srsName: references the Coordinate Reference System (CRS) that applies to the coordinates of the GML Point [2]. (optional; xs:anyURI),

  • id: The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs [gmlBase.xsd]. (optional; xs:ID); 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.