Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:GravitationalGradientMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A measure type for gravitational gradient measurements, representing the rate of change of gravitational acceleration with position. Commonly used in gravity surveys and geophysical investigations. Units include Eötvös (E), 1/s2, mGal/min, and Gal/min. One Eötvös unit equals 10^-9 s^-2 or 0.1 mGal/km.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_GravitationalGradientMeasureType.tmp#GravitationalGradientMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:DiggsGravitationalGradientUomEnumType required
The unit of measure for gravitational gradient. Common units are Eötvös (E) for tensor gradiometry and mGal/min for gradient measurements.
Source
<complexType name="GravitationalGradientMeasureType">
  <annotation>
    <documentation>A measure type for gravitational gradient measurements, representing the rate of change of gravitational acceleration with position. Commonly used in gravity surveys and geophysical investigations. Units include Eötvös (E), 1/s2, mGal/min, and Gal/min. One Eötvös unit equals 10^-9 s^-2 or 0.1 mGal/km.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:DiggsGravitationalGradientUomEnumType" use="required">
        <annotation>
          <documentation>The unit of measure for gravitational gradient. Common units are Eötvös (E) for tensor gradiometry and mGal/min for gradient measurements.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:GravitationalGradientMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for gravitational gradient. Common units are Eötvös (E) for tensor gradiometry and mGal/min for gradient measurements.
Type diggs:DiggsGravitationalGradientUomEnumType
Properties
use required
Used by
Source
<attribute name="uom" type="diggs:DiggsGravitationalGradientUomEnumType" use="required">
  <annotation>
    <documentation>The unit of measure for gravitational gradient. Common units are Eötvös (E) for tensor gradiometry and mGal/min for gradient measurements.</documentation>
  </annotation>
</attribute>