Definition Type: ComplexType
Name: EX_Extent_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Type: gco:AbstractObject_Type
Containing Schema: extent.xsd
Abstract
Documentation:
Information about spatial, vertical, and temporal extent
Collapse XSD Schema Diagram:
Drilldown into verticalElement in schema extent_xsd Drilldown into temporalElement in schema extent_xsd Drilldown into geographicElement in schema extent_xsd Drilldown into description in schema extent_xsd Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of EX_Extent_Type in schema extent_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="EX_Extent_Type">
    <xs:annotation>
        <xs:documentation>Information about spatial, vertical, and temporal extent</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0" />
                <xs:element name="geographicElement" type="gmd:EX_GeographicExtent_PropertyType" minOccurs="0" maxOccurs="unbounded" />
                <xs:element name="temporalElement" type="gmd:EX_TemporalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded" />
                <xs:element name="verticalElement" type="gmd:EX_VerticalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description gmd:description 0 (1)
geographicElement gmd:geographicElement 0 unbounded
temporalElement gmd:temporalElement 0 unbounded
verticalElement gmd:verticalElement 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:EX_Extent