Definition Type: ComplexType
Name: RectangleType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractSurfacePatchType
Containing Schema: geometryPrimitives.xsd
Abstract False
Documentation:
Represents a rectangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be five.
Collapse XSD Schema Diagram:
Drilldown into interpolation Drilldown into exterior Drilldown into AbstractSurfacePatchTypeXSD Diagram of RectangleType
Collapse XSD Schema Code:
<complexType name="RectangleType">
    <annotation>
        <documentation>Represents a rectangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be five.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractSurfacePatchType">
            <sequence>
                <element ref="gml:exterior">
                    <annotation>
                        <documentation>Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.</documentation>
                    </annotation>
                </element>
            </sequence>
            <attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar">
                <annotation>
                    <documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exterior gml:exterior (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
interpolation gml:interpolation (Optional)
Collapse Derivation Tree:
Collapse References:
gml:Rectangle
Collapse Comments:
blog comments powered by Disqus