Definition Type: ComplexType
Name: AbstractCRSType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractReferenceSystemType
Containing Schema: referenceSystems.xsd
Abstract True
Documentation:
Abstract coordinate reference system, usually defined by a coordinate system and a datum.
Collapse XSD Schema Diagram:
Drilldown into crsID in schema referencesystems_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 AbstractReferenceSystemType in schema referencesystems_xsdXSD Diagram of AbstractCRSType in schema referencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractCRSType" abstract="true">
    <annotation>
        <documentation>Abstract coordinate reference system, usually defined by a coordinate system and a datum. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractReferenceSystemType" />
    </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
crsID gml:crsID (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:_CRSgml:AbstractCoordinateReferenceSystemType, gml:CompoundCRSType,