Definition Type: ComplexType
Name: AbstractCoordinateSystemType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCRSObjectType
Containing Schema: coordinateSystems.xsd
Abstract True
Documentation:
A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space. A CS is derived from a set of (mathematical) rules for specifying how coordinates in a given space are to be assigned to points.
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_xsdXSD Diagram of AbstractCoordinateSystemType in schema coordinatesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractCoordinateSystemType" abstract="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space. A CS is derived from a set of (mathematical) rules for specifying how coordinates in a given space are to be assigned to points. </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="gml:AbstractCRSObjectType">
            <xsd:sequence>
                <xsd:element name="csID" type="gml:IdentifierType">
                    <xsd:annotation>
                        <xsd:documentation>Identification of this coordinate system. </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="usesAxis" type="gml:CoordinateSystemAxisRefType" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation>Associations to ordered list of Coordinate System Axes. </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </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:_CoordinateSystemgml:CartesianCSType, gml:CylindricalCSType, gml:EllipsoidalCSType, gml:GravityRelatedCSType, gml:LinearCSType, gml:ObliqueCartesianCSType, gml:PolarCSType, gml:SphericalCSType, gml:TemporalCSType, gml:UserDefinedCSType,