Definition Type: ComplexType
Name: GridEnvelopeType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Abstract
Documentation:
Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.
Collapse XSD Schema Diagram:
Drilldown into high in schema gml_xsd Drilldown into low in schema gml_xsdXSD Diagram of GridEnvelopeType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="GridEnvelopeType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">grids.xsd</appinfo>
        <documentation>Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.</documentation>
    </annotation>
    <sequence>
        <element name="low" type="gml:integerList" />
        <element name="high" type="gml:integerList" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
low gml:low (1) (1)
high gml:high (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:GridEnvelope