Definition Type: SimpleType
Name: errorBasisType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The basis of an error value. Errors in values can be of several types and this simpleType provides a small controlled vocabulary.
Collapse XSD Schema Diagram:
XSD Diagram of errorBasisType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="errorBasisType" id="st.errorBasisType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The basis of an error value.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:union>
        <xsd:simpleType>
            <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>
        <xsd:simpleType>
            <xsd:restriction base="namespaceRefType" />
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:errorBasis