Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:ReadingMeasureType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_PressureMeasureExt.tmp#PressureMeasureExt_uomMeasureType_xsd_Complex_Type_eml_PressureMeasureExt.tmp#PressureMeasureExtTestProcedures_xsd_Complex_Type_diggs_ReadingMeasureType.tmp#http___diggsml.org_schema-dev_ReadingMeasureType_trialNo
Type extension of eml:PressureMeasureExt
Type hierarchy
Used by
Attributes
QName Type Use Annotation
trialNo positiveInteger optional
Indicates the order of trials (eg. 1=the first trial, 2=the second trial, etc.)
uom eml:PressureUomExt required
Source
<complexType name="ReadingMeasureType">
  <complexContent>
    <extension base="eml:PressureMeasureExt">
      <attribute name="trialNo" type="positiveInteger">
        <annotation>
          <documentation>Indicates the order of trials (eg. 1=the first trial, 2=the second trial, etc.)</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Attribute diggs:ReadingMeasureType / @trialNo
Namespace No namespace
Annotations
Indicates the order of trials (eg. 1=the first trial, 2=the second trial, etc.)
Type positiveInteger
Properties
content simple
Used by
Source
<attribute name="trialNo" type="positiveInteger">
  <annotation>
    <documentation>Indicates the order of trials (eg. 1=the first trial, 2=the second trial, etc.)</documentation>
  </annotation>
</attribute>