Definition Type: ComplexType
Name: AbstractReferenceSystemBaseType
Namespace: http://www.opengis.net/gml
Type: gml:DefinitionType
Containing Schema: referenceSystems.xsd
Abstract True
Documentation:
Basic encoding for reference system objects, simplifying and restricting the DefinitionType as needed.
Collapse XSD Schema Diagram:
Drilldown into id Drilldown into srsName 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 AbstractReferenceSystemBaseType
Collapse XSD Schema Code:
<complexType name="AbstractReferenceSystemBaseType" abstract="true">
    <annotation>
        <documentation>Basic encoding for reference 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:srsName" />
            </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
srsName gml:srsName (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:AbstractReferenceSystemType
Collapse Comments:
blog comments powered by Disqus