<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>
|