errorBasisType

<h:div class="summary">The basis of an error value.</h:div>
<h:div class="description">Errors in values can be of several types and this simpleType provides a small controlled vocabulary.</h:div>
<h:div class="example" href="scalar1.xml"/>

Simple Type Information

Used By

Source

<xsd:simpleType name="errorBasisType" id="st.errorBasisType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The basis of an error value.</h:div>
      <h:div class="description">Errors in values can be of several types and this simpleType provides a small controlled vocabulary.</h:div>
      <h:div class="example" href="scalar1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="observedRange"/>
    <xsd:enumeration value="observedStandardDeviation"/>
    <xsd:enumeration value="observedStandardError"/>
    <xsd:enumeration value="estimatedStandardDeviation"/>
    <xsd:enumeration value="estimatedStandardError"/>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>