Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MeasurementTechniqueEnumType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Simple_Type_diggs_DescriptorMethodEnumType.tmp#DescriptorMethodEnumTypeKernel_xsd_Complex_Type_diggs_MeasurementTechniqueEnumType.tmp#MeasurementTechniqueEnumType_formula
Type extension of diggs:DescriptorMethodEnumType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
formula string optional
A description of the formula used to obtain the measurement
result.
Source
<complexType name="MeasurementTechniqueEnumType">
  <simpleContent>
    <extension base="diggs:DescriptorMethodEnumType">
      <attribute name="formula" type="string">
        <annotation>
          <documentation>A description of the formula used to obtain the measurement result.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MeasurementTechniqueEnumType / @formula
Namespace No namespace
Annotations
A description of the formula used to obtain the measurement
result.
Type string
Properties
content simple
Used by
Source
<attribute name="formula" type="string">
  <annotation>
    <documentation>A description of the formula used to obtain the measurement result.</documentation>
  </annotation>
</attribute>