gmd:EX_VerticalExtent_Type

Vertical domain of dataset

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Source

<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="verticalCRS" type="gsr:SC_CRS_PropertyType"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>