Definition Type: ComplexType
Name: BoundingShapeType
Namespace: http://www.opengis.net/gml
Containing Schema: feature.xsd
Abstract False
Documentation:
Bounding shapes--a Box or a null element are currently allowed.
Collapse XSD Schema Diagram:
Drilldown into null Drilldown into BoxXSD Diagram of BoundingShapeType
Collapse XSD Schema Code:
<complexType name="BoundingShapeType">
    <annotation>
        <documentation>

        Bounding shapes--a Box or a null element are currently allowed.

      </documentation>
    </annotation>
    <sequence>
        <choice>
            <element ref="gml:Box" />
            <element name="null" type="gml:NullType" />
        </choice>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Box gml:Box (1) (1)
null gml:null (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:boundedBy
Collapse Comments:
blog comments powered by Disqus