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 id Drilldown into csName Drilldown into metaDataProperty Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into DefinitionTypeXSD Diagram of AbstractCoordinateSystemBaseType
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: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
csName gml:csName (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:AbstractCoordinateSystemType
Collapse Comments:
blog comments powered by Disqus