Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element LinearErrorType / BaseError
Annotations
The BaseError element gives the constant to add.
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="BaseError" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The BaseError element gives the constant to add.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LinearErrorType / ErrorRate
Annotations
The ErrorRate element gives the rate of increase with distance of the error.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="ErrorRate" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The ErrorRate element gives the rate of increase with distance of the error.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LinearErrorType
Annotations
The LinearErrorType defines a maximum error that increases linearly with the distance measured. To compute the error, add the BaseError to the ErrorRate times the distance measured. The units for distance measured must be the same as those of the BaseError.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_LinearErrorType.tmp#LinearErrorType_BaseError QIFMeasurementResources_xsd_Complex_Type_LinearErrorType.tmp#LinearErrorType_ErrorRate
Used by
Children BaseError, ErrorRate
Source
<xs:complexType name="LinearErrorType">
  <xs:annotation>
    <xs:documentation>The LinearErrorType defines a maximum error that increases linearly with the distance measured. To compute the error, add the BaseError to the ErrorRate times the distance measured. The units for distance measured must be the same as those of the BaseError.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="BaseError" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The BaseError element gives the constant to add.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ErrorRate" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The ErrorRate element gives the rate of increase with distance of the error.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd