complexType PolygonType

complexType {http://www.opengis.net/gml}PolygonType

Type Heirarchy
{http://www.opengis.net/gml}AbstractGeometryType (by extension)
 {http://www.opengis.net/gml}PolygonType
Derived Types
{http://www.opengis.net/gml}PolygonType
 {http://www.opengis.net/gml}Polygon (by type)
 {http://www.opengis.net/gml}boundingPolygon (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns=http://www.w3.org/2001/XMLSchema


Source

<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>


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.


complexType PolygonType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.