Definition Type: ComplexType
Name: ExtentType
Namespace: http://www.opengis.net/gml
Containing Schema: referenceSystems.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 referencesystems_xsd Drilldown into verticalExtent in schema referencesystems_xsd Drilldown into boundingPolygon in schema referencesystems_xsd Drilldown into boundingBox in schema referencesystems_xsd Drilldown into description in schema gmlbase_xsdXSD Diagram of ExtentType in schema referencesystems_xsd (Geography Markup Language)
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" />
            <element ref="gml:boundingPolygon" minOccurs="0" maxOccurs="unbounded" />
        </choice>
        <element ref="gml:verticalExtent" minOccurs="0" maxOccurs="unbounded" />
        <element ref="gml:temporalExtent" minOccurs="0" maxOccurs="unbounded" />
    </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