Definition Type: ComplexType
Name: TimeGridExtentType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Containing Schema: temporalAggregates.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SeriesEnvelope in schema temporalaggregates_xsdXSD Diagram of TimeGridExtentType in schema temporalaggregates_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="TimeGridExtentType">
    <sequence>
        <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>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SeriesEnvelope swe:SeriesEnvelope (1) (1)
Collapse Derivation Tree:
Collapse References:
swe:extent