<xsd:simpleType name="errorValueType" id="st.errorValueType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An estimate of the error in the value of a quantity.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:double" />
</xsd:simpleType>
|