simpleType errorValueType

simpleType {http://www.xml-cml.org/schema/stmml}errorValueType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}decimal (by restriction)
 {http://www.xml-cml.org/schema/stmml}errorValueType
Target Namespacehttp://www.xml-cml.org/schema/stmml
Declared Namespacesxmlns:sch=http://www.ascc.net/xml/schematron
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.xml-cml.org/schema/stmml


Source

<xsd:simpleType name="errorValueType" id="st.errorValueType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">An observed or calculated estimate of the error in the value of a numeric quantity</div>
            <
div class="description">
                <
p>
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
                    
<tt>errorValueType</tt>
is not defined - it could be a range,
an estimated standard deviation, an observed standard error, etc. This information can
be added through
                    
<a href="at.errorBasisType">errorBasisType</a>
.
</p>
            </
div>
            <
div class="example">
                <
pre>
<scalar
dataType="xsd:decimal"
errorValue="1.0"
errorBasis="observedStandardDeviation"
title="body weight"
dictRef="zoo:bodywt"
units="units:g">34.3</scalar>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:decimal"/>
</
xsd:simpleType>


Documentation

An observed or calculated estimate of the error in the value of a numeric 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.

<scalar
    dataType="xsd:decimal"
    errorValue="1.0"
    errorBasis="observedStandardDeviation"
    title="body weight"
    dictRef="zoo:bodywt"
    units="units:g">34.3</scalar>


simpleType errorValueType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.