Definition Type: ComplexType
Name: GeometryPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: feature.xsd
Abstract False
Documentation:
A simple geometry property encapsulates a geometry element. Alternatively, it can function as a pointer (simple-type link) that refers to a remote geometry element.
Collapse XSD Schema Diagram:
Drilldown into remoteSchema Drilldown into actuate Drilldown into show Drilldown into title Drilldown into arcrole Drilldown into role Drilldown into href Drilldown into type Drilldown into _GeometryXSD Diagram of GeometryPropertyType
Collapse XSD Schema Code:
<complexType name="GeometryPropertyType">
    <annotation>
        <documentation>

        A simple geometry property encapsulates a geometry element.

        Alternatively, it can function as a pointer (simple-type link) 

        that refers to a remote geometry element.

      </documentation>
    </annotation>
    <sequence minOccurs="0">
        <element ref="gml:_Geometry" />
    </sequence>
    <attributeGroup ref="xlink:simpleLink" />
    <attribute ref="gml:remoteSchema" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Geometry gml:_Geometry (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href Optional
role xlink:role Optional
arcrole xlink:arcrole Optional
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
remoteSchema gml:remoteSchema Optional
Collapse Comments:
blog comments powered by Disqus