Definition Type: Element
Name: Envelope
Namespace: http://www.opengis.net/gml/3.2
Type: gml:EnvelopeType
Containing Schema: geometryBasic0d1d.xsd
Abstract
Documentation:
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. The first direct position is the "lower corner" (a coordinate position consisting of all the minimal ordinates for each dimension for all points within the envelope), the second one the "upper corner" (a coordinate position consisting of all the maximal ordinates for each dimension for all points within the envelope). The use of the properties "coordinates" and "pos" has been deprecated. The explicitly named properties "lowerCorner" and "upperCorner" shall be used instead.
Collapse XSD Schema Diagram:
Drilldown into coordinates in schema deprecatedtypes_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into upperCorner in schema geometrybasic0d1d_xsd Drilldown into lowerCorner in schema geometrybasic0d1d_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into SRSReferenceGroup in schema geometrybasic0d1d_xsd Drilldown into EnvelopeType in schema geometrybasic0d1d_xsdXSD Diagram of Envelope in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Envelope" type="gml:EnvelopeType" substitutionGroup="gml:AbstractObject">
    <annotation>
        <documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. The first direct position is the "lower corner" (a coordinate position consisting of all the minimal ordinates for each dimension for all points within the envelope), the second one the "upper corner" (a coordinate position consisting of all the maximal ordinates for each dimension for all points within the envelope).
The use of the properties "coordinates" and "pos" has been deprecated. The explicitly named properties "lowerCorner" and "upperCorner" shall be used instead.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lowerCorner gml:lowerCorner (1) (1)
upperCorner gml:upperCorner (1) (1)
pos gml:pos 2 2
coordinates gml:coordinates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
srsName gml:srsName (Optional)
srsDimension gml:srsDimension (Optional)
axisLabels gml:axisLabels (Optional)
uomLabels gml:uomLabels (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractObject