Definition Type: ComplexType
Name: EX_VerticalExtent_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:
Vertical domain of dataset
Collapse XSD Schema Diagram:
Drilldown into CRS in schema extent_xsd Drilldown into maximumValue in schema extent_xsd Drilldown into minimumValue 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_VerticalExtent_Type in schema extent_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="EX_VerticalExtent_Type">
    <xs:annotation>
        <xs:documentation>Vertical domain of dataset</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="minimumValue" type="gco:Real_PropertyType" />
                <xs:element name="maximumValue" type="gco:Real_PropertyType" />
                <xs:element name="CRS" type="gsr:SC_CRS_PropertyType" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
minimumValue gmd:minimumValue (1) (1)
maximumValue gmd:maximumValue (1) (1)
CRS gmd:CRS (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:EX_VerticalExtent