Definition Type: Element
Name: SeriesEnvelope
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Containing Schema: temporalAggregates.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Grid extent specified in grid coordinates - i.e. 2 integers
Collapse XSD Schema Diagram:
Drilldown into high in schema temporalaggregates_xsd Drilldown into low in schema temporalaggregates_xsdXSD Diagram of SeriesEnvelope in schema temporalaggregates_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<element name="SeriesEnvelope">
    <annotation>
        <documentation>Grid extent specified in grid coordinates - i.e. 2 integers</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element name="low" type="integer" />
            <element name="high" type="integer" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
low swe:low (1) (1)
high swe:high (1) (1)