Definition Type: ComplexType
Name: LinearCSType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCoordinateSystemType
Containing Schema: coordinateSystems.xsd
Abstract
Documentation:
A coordinate system that is one-dimensional and consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road.
Collapse XSD Schema Diagram:
Drilldown into usesAxis in schema coordinatesystems_xsd Drilldown into csID in schema coordinatesystems_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractCRSObjectType in schema referencesystems_xsd Drilldown into AbstractCoordinateSystemType in schema coordinatesystems_xsdXSD Diagram of LinearCSType in schema coordinatesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="LinearCSType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>A coordinate system that is one-dimensional and consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="gml:AbstractCoordinateSystemType" />
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
csID gml:csID (1) (1)
usesAxis gml:usesAxis (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:LinearCS