simpleType errorBasisType

simpleType {http://www.xml-cml.org/schema/cml2/core}errorBasisType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}errorBasisType
Target Namespacehttp://www.xml-cml.org/schema/cml2/core
Declared Namespacesxmlns:val=http://www.w3.org/1999/XSL/TransformX
xmlns:stm=http://www.xml-cml.org/schema/stmml
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns:cml=http://www.xml-cml.org/schema/cml2/core
xmlns=http://www.xml-cml.org/schema/cml2/core


Source

<xsd:simpleType name="errorBasisType" id="st.errorBasisType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">The basis of an error value.</div>
            <
div class="description">
                <
p>
Errors in values can be of several types and this simpleType
provides a small controlled vocabulary
                
</p>
            </
div>
            <
div class="example">
                <
pre>
<stmml title="scalar example">
<scalar
dataType="xsd:decimal"
errorValue="1.0"
errorBasis="observedStandardDeviation"
title="body weight"
dictRef="zoo:bodywt"
units="units:g">34.3</scalar>
</stmml>
                
</pre>
            </
div>
        </
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:restriction>
</
xsd:simpleType>


Documentation

The basis of an error value.

Errors in values can be of several types and this simpleType provides a small controlled vocabulary

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


simpleType errorBasisType


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.