Definition Type: ComplexType
Name: PolygonPropertyType
Namespace: http://www.opengis.net/gml
Type: gml:GeometryAssociationType
Containing Schema: feature.xsd
Abstract False
Documentation:
Encapsulates a single polygon to represent coverage or extentOf properties.
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 Polygon 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 _Geometry Drilldown into GeometryAssociationTypeXSD Diagram of PolygonPropertyType
Collapse XSD Schema Code:
<complexType name="PolygonPropertyType">
    <annotation>
        <documentation>

        Encapsulates a single polygon to represent coverage or extentOf 

        properties.

      </documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:GeometryAssociationType">
            <sequence minOccurs="0">
                <element ref="gml:Polygon" />
            </sequence>
            <attributeGroup ref="xlink:simpleLink" />
            <attribute ref="gml:remoteSchema" use="optional" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Geometry gml:_Geometry (1) (1)
Polygon gml:Polygon (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 Derivation Tree:
Collapse References:
gml:coverage, gml:extentOf, gml:polygonProperty
Collapse Comments:
blog comments powered by Disqus