Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element LesserErrorType / MaxErrorConstant
Annotations
The MaxErrorConstant element gives the maximum error in measuring a distance as a constant.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MaxErrorConstant" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The MaxErrorConstant element gives the maximum error in measuring a distance as a constant.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LesserErrorType / LinearError
Annotations
The LinearError element gives the maximum error in measuring a distance as a linear function of the distance measured.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_LinearErrorType.tmp#LinearErrorType_BaseError QIFMeasurementResources_xsd_Complex_Type_LinearErrorType.tmp#LinearErrorType_ErrorRate QIFMeasurementResources_xsd_Complex_Type_LinearErrorType.tmp#LinearErrorType
Type LinearErrorType
Properties
content complex
Children BaseError, ErrorRate
Instance
<LinearError xmlns="http://qifstandards.org/xsd/qif3">
  <BaseError decimalPlaces="" linearUnit="" significantFigures="">{1,1}</BaseError>
  <ErrorRate>{1,1}</ErrorRate>
</LinearError>
Source
<xs:element name="LinearError" type="LinearErrorType">
  <xs:annotation>
    <xs:documentation>The LinearError element gives the maximum error in measuring a distance as a linear function of the distance measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LesserErrorType
Annotations
The LesserErrorType defines a maximum error that is the lesser of a constant error or a linear error.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_LesserErrorType.tmp#LesserErrorType_MaxErrorConstant QIFMeasurementResources_xsd_Complex_Type_LesserErrorType.tmp#LesserErrorType_LinearError
Used by
Children LinearError, MaxErrorConstant
Source
<xs:complexType name="LesserErrorType">
  <xs:annotation>
    <xs:documentation>The LesserErrorType defines a maximum error that is the lesser of a constant error or a linear error.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MaxErrorConstant" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The MaxErrorConstant element gives the maximum error in measuring a distance as a constant.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LinearError" type="LinearErrorType">
      <xs:annotation>
        <xs:documentation>The LinearError element gives the maximum error in measuring a distance as a linear function of the distance measured.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd