Definition Type: ComplexType
Name: AbstractReferenceSystemType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCRSObjectType
Containing Schema: referenceSystems.xsd
Abstract True
Documentation:
Description of a spatial and/or temporal reference system used by a dataset.
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_xsdXSD Diagram of AbstractReferenceSystemType in schema referencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractReferenceSystemType" abstract="true">
    <annotation>
        <documentation>Description of a spatial and/or temporal reference system used by a dataset.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractCRSObjectType">
            <sequence>
                <element name="crsID" type="gml:ExtendedIdentifierType">
                    <annotation>
                        <documentation>Identification of this Reference 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
crsID gml:crsID (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:_ReferenceSystemgml:AbstractCRSType,