errorValueType

<h:div class="summary">An estimate of the error in the value of a quantity.</h:div>
<h:div class="description">An observed or calculated estimate of the error in the value of a numeric quantity. It should be ignored for dataTypes such as URL, date or string. The statistical basis of the errorValueType is not defined - it could be a range, an estimated standard deviation, an observed standard error, etc. This information can be added through _errorBasisType_.</h:div>
<h:div class="example" href="scalar1.xml"/>

Simple Type Information

Used By

Source

<xsd:simpleType name="errorValueType" id="st.errorValueType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">An estimate of the error in the value of a quantity.</h:div>
      <h:div class="description">An observed or calculated estimate of the error in the value of a numeric quantity. It should be ignored for dataTypes such as URL, date or string. The statistical basis of the errorValueType is not defined - it could be a range, an estimated standard deviation, an observed standard error, etc. This information can be added through _errorBasisType_.</h:div>
      <h:div class="example" href="scalar1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:double"/>
</xsd:simpleType>