Definition Type: ComplexType
Name: AbstractCoordinateSystemType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractCoordinateSystemBaseType
Containing Schema: gml.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. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.
Collapse XSD Schema Diagram:
Drilldown into usesAxis in schema gml_xsd Drilldown into remarks in schema gml_xsd Drilldown into csID in schema gml_xsd Drilldown into csName in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into AbstractCoordinateSystemBaseType in schema gml_xsdXSD Diagram of AbstractCoordinateSystemType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="AbstractCoordinateSystemType" abstract="true">
    <annotation>
        <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. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractCoordinateSystemBaseType">
            <sequence>
                <element ref="gml:csID" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Set of alternative identifications of this coordinate system. The first csID, if any, is normally the primary identification code, and any others are aliases. </documentation>
                    </annotation>
                </element>
                <element ref="gml:remarks" minOccurs="0">
                    <annotation>
                        <documentation>Comments on or information about this coordinate system, including data source information. </documentation>
                    </annotation>
                </element>
                <element ref="gml:usesAxis" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Ordered sequence of associations to the coordinate system axes included in this coordinate system. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</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
description gml:description 0 (1)
name gml:name (1) unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
csName gml:csName (1) (1)
csID gml:csID 0 unbounded
remarks gml:remarks 0 (1)
usesAxis gml:usesAxis (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:_CoordinateSystemgml:CartesianCSType, gmx:CoordinateSystemAlt_Type, gml:CylindricalCSType, gml:EllipsoidalCSType, gml:LinearCSType, gml:ObliqueCartesianCSType, gml:PolarCSType, gml:SphericalCSType, gml:TemporalCSType, gml:UserDefinedCSType, gml:VerticalCSType,