Definition Type: ComplexType
Name: AbstractCoordinateSystemBaseType
Namespace: http://www.opengis.net/gml
Type: gml:DefinitionType
Containing Schema: coordinateSystems.xsd
Abstract True
Documentation:
Basic encoding for coordinate system objects, simplifying and restricting the DefinitionType as needed.
Collapse XSD Schema Diagram:
Drilldown into csName in schema coordinatesystems_xsd Drilldown into remarks 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_xsdXSD Diagram of AbstractCoordinateSystemBaseType in schema coordinatesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractCoordinateSystemBaseType" abstract="true">
    <annotation>
        <documentation>Basic encoding for coordinate system objects, simplifying and restricting the DefinitionType as needed. </documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:DefinitionType">
            <sequence>
                <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
                <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:csName" />
            </sequence>
            <attribute ref="gml:id" use="required" />
        </restriction>
    </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
remarks gml:remarks 0 (1)
csName gml:csName (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:AbstractCoordinateSystemType