Definition Type: ComplexType
Name: PolygonType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractSurfaceType
Containing Schema: geometryBasic2d.xsd
Abstract
Documentation:
A Polygon is a special surface that is defined by a single surface patch. The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. It is backwards compatible with the Polygon of GML 2, GM_Polygon of ISO 19107 is implemented by PolygonPatch.
Collapse XSD Schema Diagram:
Drilldown into interior in schema geometrybasic2d_xsd Drilldown into exterior in schema geometrybasic2d_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometricPrimitiveType in schema geometrybasic0d1d_xsd Drilldown into AbstractSurfaceType in schema geometrybasic2d_xsdXSD Diagram of PolygonType in schema geometrybasic2d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="PolygonType">
    <annotation>
        <documentation>A Polygon is a special surface that is defined by a single surface patch. The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. It is backwards compatible with the Polygon of GML 2, GM_Polygon of ISO 19107 is implemented by PolygonPatch.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractSurfaceType">
            <sequence>
                <element ref="gml:exterior" minOccurs="0" />
                <element ref="gml:interior" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
        </extension>
    </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
exterior gml:exterior 0 (1)
interior gml:interior 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:boundingPolygongml:Polygon,