IS:lineString

From railML 3 Wiki
Revision as of 16:57, 22 April 2024 by RailML Orga Ontology (talk | contribs) (typo)
Jump to navigation Jump to search

Introduction

Documentation

Due to the current technical limitations see the definition of <IS:lineString> and its attributes directly in the corresponding UML diagram (link to the railML® website).

Syntax

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* gmlLocations
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.

Autoexport from the XML-Schema for element IS:lineString of railML® version 3.1
Documentation This element is not documented in the schema!
Subschema infrastructure
Parents* gmlLocations
Children description (0..1), descriptionReference (0..1), identifier (0..1), name (0..*), pos (0..1), posList (0..1)
Attributes:
  • srsDimension: This attribute is not documented in the schema! (optional; xs:positiveInteger),

  • srsName: This attribute is not documented in the schema! (optional; xs:anyURI),

  • id: This attribute is not documented in the schema! (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.


Changes 3.1→3.2

The element documentation has been changed.

The attributes have been changed.

Semantics

Best Practice / Examples

Additional Information

Notes

Open Issues