Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type VerticalExtentType
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-GeospatialCoverage_xsd_Complex_Type_VerticalExtentType.tmp#VerticalExtentType_unitOfMeasure DDMS-GeospatialCoverage_xsd_Complex_Type_VerticalExtentType.tmp#VerticalExtentType_datum DDMS-GeospatialCoverage_xsd_Element_MinVerticalExtent.tmp#MinVerticalExtent DDMS-GeospatialCoverage_xsd_Element_MaxVerticalExtent.tmp#MaxVerticalExtent
Used by
Element verticalExtent
Model MinVerticalExtent , MaxVerticalExtent
Children MaxVerticalExtent, MinVerticalExtent
Attributes
QName Type Fixed Default Use Annotation
datum VerticalDatumType required
unitOfMeasure LengthMeasureType required
Source
<xs:complexType name="VerticalExtentType">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>Type that defines a GML compliant vertical extent. See ISO 19115 EX_VerticalExtent.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="MinVerticalExtent"/>
    <xs:element ref="MaxVerticalExtent"/>
  </xs:sequence>
  <xs:attribute name="unitOfMeasure" type="LengthMeasureType" use="required"/>
  <xs:attribute name="datum" type="VerticalDatumType" use="required"/>
</xs:complexType>
Schema location DDMS-GeospatialCoverage.xsd
Attribute VerticalExtentType / @unitOfMeasure
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type LengthMeasureType
Properties
use: required
Facets
enumeration Meter
enumeration Kilometer
enumeration Foot
enumeration StatuteMile
enumeration NauticalMile
enumeration Fathom
enumeration Inch
Used by
Complex Type VerticalExtentType
Source
<xs:attribute name="unitOfMeasure" type="LengthMeasureType" use="required"/>
Schema location DDMS-GeospatialCoverage.xsd
Attribute VerticalExtentType / @datum
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type VerticalDatumType
Properties
use: required
Facets
enumeration MSL
enumeration AGL
enumeration HAE
Used by
Complex Type VerticalExtentType
Source
<xs:attribute name="datum" type="VerticalDatumType" use="required"/>
Schema location DDMS-GeospatialCoverage.xsd