Definition Type: SimpleType
Name: errorValueType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
An estimate of the error in the value of a quantity. 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_.
Collapse XSD Schema Diagram:
XSD Diagram of errorValueType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree:
Collapse References:
nsA:errorValue, nsA:errorValueArrayType