Definition Type: ComplexType
Name: EnvelopeType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometryType
Containing Schema: geometryBasic0d1d.xsd
Abstract
Documentation:
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions.
Collapse XSD Schema Diagram:
Drilldown into coordinates in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into coord in schema geometrybasic0d1d_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsdXSD Diagram of EnvelopeType in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="EnvelopeType">
    <annotation>
        <documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometryType">
            <sequence>
                <choice>
                    <element ref="gml:coord" minOccurs="2" maxOccurs="2">
                        <annotation>
                            <appinfo>deprecated</appinfo>
                            <documentation>deprecated with GML version 3.0</documentation>
                        </annotation>
                    </element>
                    <element ref="gml:pos" minOccurs="2" maxOccurs="2" />
                    <element ref="gml:coordinates" />
                </choice>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
coord gml:coord 2 2
pos gml:pos 2 2
coordinates gml:coordinates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:boundingBox, gml:Box, gml:Envelope, gml:EnvelopeWithTimePeriodType, gml:verticalExtent