Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element StatsMeasuredDecimalType / Value
Annotations
The Value element is the numeric statistical result.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType
Type MeasuredDecimalType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Value" type="MeasuredDecimalType">
  <xs:annotation>
    <xs:documentation>The Value element is the numeric statistical result.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type StatsMeasuredDecimalType
Annotations
The StatsMeasuredDecimalType defines a numeric statistical result and optionally defines the software, standard or specification, or algorithm used to evaluate the value.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_SoftwareId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_StandardId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_AlgorithmId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType PrimitivesPMI_xsd_Complex_Type_StatsMeasuredDecimalType.tmp#StatsMeasuredDecimalType_Value
Type extension of StatsWithReferenceBaseType
Type hierarchy
Used by
Children AlgorithmId, SoftwareId, StandardId, Value
Source
<xs:complexType name="StatsMeasuredDecimalType">
  <xs:annotation>
    <xs:documentation>The StatsMeasuredDecimalType defines a numeric statistical result and optionally defines the software, standard or specification, or algorithm used to evaluate the value.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsWithReferenceBaseType">
      <xs:sequence>
        <xs:element name="Value" type="MeasuredDecimalType">
          <xs:annotation>
            <xs:documentation>The Value element is the numeric statistical result.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd