Definition Type: ComplexType
Name: BoundingShapeType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: feature.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Null in schema deprecatedtypes_xsd Drilldown into Envelope in schema geometrybasic0d1d_xsd Drilldown into nilReason in schema feature_xsdXSD Diagram of BoundingShapeType in schema feature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="BoundingShapeType">
    <sequence>
        <choice>
            <element ref="gml:Envelope" />
            <element ref="gml:Null" />
        </choice>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Envelope gml:Envelope (1) (1)
Null gml:Null (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
nilReason gml:nilReason (Optional)
Collapse Derivation Tree:
Collapse References:
gml:boundedBy