Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type diggs:WaxDensityMeasureType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureKernel_xsd_Complex_Type_diggs_DensityOrUnitWeightMeasureType.tmp#DensityOrUnitWeightMeasureType_uomKernel_xsd_Complex_Type_diggs_DensityOrUnitWeightMeasureType.tmp#DensityOrUnitWeightMeasureTypeTestProcedures_xsd_Complex_Type_diggs_WaxDensityMeasureType.tmp#http___diggsml.org_schema-dev_WaxDensityMeasureType_howDetermined
Type extension of diggs:DensityOrUnitWeightMeasureType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
A value that describes the method by which the observation or measurement
was determined.
uom diggs:diggsDensityOrUnitWeightUom required
Source
<complexType name="WaxDensityMeasureType">
  <simpleContent>
    <extension base="diggs:DensityOrUnitWeightMeasureType">
      <attribute name="howDetermined" type="diggs:DescriptorMethodEnumType">
        <annotation>
          <documentation>A value that describes the method by which the observation or measurement was determined.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:WaxDensityMeasureType / @howDetermined
Namespace No namespace
Annotations
A value that describes the method by which the observation or measurement
was determined.
Type diggs:DescriptorMethodEnumType
Properties
content simple
Facets
enumeration assigned
Value is assigned a priori as a commonly used value or by assumption
enumeration calculated
Value is computed directly from other value(s)
enumeration extrapolated
Value is estimated by extrapolating trends in the known data
enumeration graphic
Value is manually picked from a graph or visual display
enumeration inferred
Value is estimated from some indirect measurements such as from a wireline log or transducer.
enumeration interpolated
Value is estimated betweem two known values using some presumed
function
enumeration maximum
Value is the largest value inferred for the property
enumeration measured
Value is determined directly from a laboratory or in situ test
enumeration minimum
Value is the smallest value inferred for the property
enumeration missing
Method known but not reported here
enumeration modeled
Value is estimated from a representation of the measured feature
enumeration moving average
Value is calculated as a moving average of reading
enumeration other
Method other than the choices in this list. Further information should be provided in the remarks property
enumeration reported
Value or description comes from a third party source
enumeration unknown
Method of determination unknown and can likely not be determined
enumeration visual
Value or description comes from visual or visual/manual inspection
Used by
Source
<attribute name="howDetermined" type="diggs:DescriptorMethodEnumType">
  <annotation>
    <documentation>A value that describes the method by which the observation or measurement was determined.</documentation>
  </annotation>
</attribute>