Definition Type: ComplexType
Name: AbstractGeometryType
Namespace: http://www.opengis.net/gml
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: geometry.xsd
Abstract True
Documentation:
All geometry elements are derived from this abstract supertype; a geometry element may have an identifying attribute (gid). It may be associated with a spatial reference system.
Collapse XSD Schema Diagram:
Drilldown into srsName Drilldown into gidXSD Diagram of AbstractGeometryType
Collapse XSD Schema Code:
<complexType name="AbstractGeometryType" abstract="true">
    <annotation>
        <documentation>

        All geometry elements are derived from this abstract supertype; 

        a geometry element may have an identifying attribute (gid). 

        It may be associated with a spatial reference system.

      </documentation>
    </annotation>
    <complexContent>
        <restriction base="anyType">
            <attribute name="gid" type="ID" use="optional" />
            <attribute name="srsName" type="anyURI" use="optional" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:_Geometrygml:AbstractGeometryCollectionBaseType, gml:BoxType, gml:LinearRingType, gml:LineStringType, gml:PointType, gml:PolygonType,
Collapse Comments:
blog comments powered by Disqus