Definition Type: ComplexType
Name: EnvelopeType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.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).
Collapse XSD Schema Diagram:
Drilldown into upperCorner in schema gml_xsd Drilldown into lowerCorner in schema gml_xsd Drilldown into srsDimension in schema gml_xsd Drilldown into srsName in schema gml_xsd Drilldown into SRSReferenceGroup in schema gml_xsdXSD Diagram of EnvelopeType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="EnvelopeType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:geometryBasic0d1d:v3.1.1">geometryBasic0d1d.xsd</appinfo>
        <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).</documentation>
    </annotation>
    <sequence>
        <element name="lowerCorner" type="gml:DirectPositionType" />
        <element name="upperCorner" type="gml:DirectPositionType" />
    </sequence>
    <attributeGroup ref="gml:SRSReferenceGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lowerCorner gml:lowerCorner (1) (1)
upperCorner gml:upperCorner (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
Collapse Derivation Tree:
Collapse References:
xls:BBoxContext, xls:BBoxContext, gml:boundingBox, xls:BoundingBox, xls:BoundingBox, xls:BoundingBoxgml:Envelope, gml:verticalExtent,