Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type MeasuredDecimalType
Annotations
The MeasuredDecimalType defines a SpecifiedDecimalType with two additional optional attributes: meanError and combinedUncertainty. These attributes should either both be used or both be omitted.
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
Type extension of SpecifiedDecimalType
Type hierarchy
Used by
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:complexType name="MeasuredDecimalType">
  <xs:annotation>
    <xs:documentation>The MeasuredDecimalType defines a SpecifiedDecimalType with two additional optional attributes: meanError and combinedUncertainty. These attributes should either both be used or both be omitted.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="SpecifiedDecimalType">
      <xs:attribute name="combinedUncertainty" type="NonNegativeDecimalType">
        <xs:annotation>
          <xs:documentation>The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="meanError" type="NonNegativeDecimalType">
        <xs:annotation>
          <xs:documentation>The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Attribute MeasuredDecimalType / @combinedUncertainty
Annotations
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
Type NonNegativeDecimalType
Properties
content simple
Facets
minInclusive 0
Used by
Complex Type MeasuredDecimalType
Source
<xs:attribute name="combinedUncertainty" type="NonNegativeDecimalType">
  <xs:annotation>
    <xs:documentation>The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Attribute MeasuredDecimalType / @meanError
Annotations
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
Type NonNegativeDecimalType
Properties
content simple
Facets
minInclusive 0
Used by
Complex Type MeasuredDecimalType
Source
<xs:attribute name="meanError" type="NonNegativeDecimalType">
  <xs:annotation>
    <xs:documentation>The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd