<h:div class="summary">Array of error estimate values.</h:div> <h:div class="description">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"/> |
Attribute | errorValueArray/@errorValueArray |
<xsd:simpleType name="errorValueArrayType" id="st.errorValueArrayType"> <xsd:annotation> <xsd:documentation> <h:div class="summary">Array of error estimate values.</h:div> <h:div class="description">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"/> </xsd:documentation> </xsd:annotation> <xsd:list itemType="errorValueType"/> </xsd:simpleType> |