Definition Type: ComplexType
Name: BoundingShapeType
Namespace: http://www.opengis.net/gml
Containing Schema: feature.xsd
Abstract
Documentation:
Bounding shape.
Collapse XSD Schema Diagram:
Drilldown into Null in schema basictypes_xsd Drilldown into Envelope in schema geometrybasic0d1d_xsdXSD Diagram of BoundingShapeType in schema feature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="BoundingShapeType">
    <annotation>
        <documentation>Bounding shape.</documentation>
    </annotation>
    <sequence>
        <choice>
            <element ref="gml:Envelope" />
            <element ref="gml:Null" />
        </choice>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Envelope gml:Envelope (1) (1)
Null gml:Null (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:boundedBy