Definition Type: ComplexType
Name: ExtentType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Abstract
Documentation:
Information about the spatial, vertical, and/or temporal extent of a reference system object. Constraints: At least one of the elements "description", "boundingBox", "boundingPolygon", "verticalExtent", and temporalExtent" must be included, but more that one can be included when appropriate. Furthermore, more than one "boundingBox", "boundingPolygon", "verticalExtent", and/or temporalExtent" element can be included, with more than one meaning the union of the individual domains.
Collapse XSD Schema Diagram:
Drilldown into temporalExtent in schema gml_xsd Drilldown into verticalExtent in schema gml_xsd Drilldown into boundingPolygon in schema gml_xsd Drilldown into boundingBox in schema gml_xsd Drilldown into description in schema gml_xsdXSD Diagram of ExtentType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ExtentType">
    <annotation>
        <documentation>Information about the spatial, vertical, and/or temporal extent of a reference system object. Constraints: At least one of the elements "description", "boundingBox", "boundingPolygon", "verticalExtent", and temporalExtent" must be included, but more that one can be included when appropriate. Furthermore, more than one "boundingBox", "boundingPolygon", "verticalExtent", and/or temporalExtent" element can be included, with more than one meaning the union of the individual domains. </documentation>
    </annotation>
    <sequence>
        <element ref="gml:description" minOccurs="0">
            <annotation>
                <documentation>Description of spatial and/or temporal extent of this object. </documentation>
            </annotation>
        </element>
        <choice>
            <annotation>
                <documentation>Geographic domain of this reference system object. </documentation>
            </annotation>
            <element ref="gml:boundingBox" minOccurs="0" maxOccurs="unbounded">
                <annotation>
                    <documentation>Unordered list of bounding boxes (or envelopes) whose union describes the spatial domain of this object. </documentation>
                </annotation>
            </element>
            <element ref="gml:boundingPolygon" minOccurs="0" maxOccurs="unbounded">
                <annotation>
                    <documentation>Unordered list of bounding polygons whose union describes the spatial domain of this object. </documentation>
                </annotation>
            </element>
        </choice>
        <element ref="gml:verticalExtent" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>Unordered list of vertical intervals whose union describes the spatial domain of this object. </documentation>
            </annotation>
        </element>
        <element ref="gml:temporalExtent" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>Unordered list of time periods whose union describes the spatial domain of this object. </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description gml:description 0 (1)
boundingBox gml:boundingBox 0 unbounded
boundingPolygon gml:boundingPolygon 0 unbounded
verticalExtent gml:verticalExtent 0 unbounded
temporalExtent gml:temporalExtent 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:validArea