Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type VerticalDistanceType
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-GeospatialCoverage_xsd_Complex_Type_VerticalDistanceType.tmp#VerticalDistanceType_unitOfMeasure DDMS-GeospatialCoverage_xsd_Complex_Type_VerticalDistanceType.tmp#VerticalDistanceType_datum
Type extension of xs:double
Used by
Attributes
QName Type Fixed Default Use Annotation
datum VerticalDatumType optional
unitOfMeasure LengthMeasureType optional
Source
<xs:complexType name="VerticalDistanceType">
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="unitOfMeasure" type="LengthMeasureType" use="optional"/>
      <xs:attribute name="datum" type="VerticalDatumType" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location DDMS-GeospatialCoverage.xsd
Attribute VerticalDistanceType / @unitOfMeasure
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type LengthMeasureType
Properties
use: optional
Facets
enumeration Meter
enumeration Kilometer
enumeration Foot
enumeration StatuteMile
enumeration NauticalMile
enumeration Fathom
enumeration Inch
Used by
Complex Type VerticalDistanceType
Source
<xs:attribute name="unitOfMeasure" type="LengthMeasureType" use="optional"/>
Schema location DDMS-GeospatialCoverage.xsd
Attribute VerticalDistanceType / @datum
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Type VerticalDatumType
Properties
use: optional
Facets
enumeration MSL
enumeration AGL
enumeration HAE
Used by
Complex Type VerticalDistanceType
Source
<xs:attribute name="datum" type="VerticalDatumType" use="optional"/>
Schema location DDMS-GeospatialCoverage.xsd