Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ISO10360TestType / 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 ISO10360TestType / 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
Element ISO10360TestType / LesserError
Annotations
The LesserError element gives the maximum error in measuring a distance as the lesser of a constant and the value of a linear function of the distance measured.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_LesserErrorType.tmp#LesserErrorType_MaxErrorConstant QIFMeasurementResources_xsd_Complex_Type_LesserErrorType.tmp#LesserErrorType_LinearError QIFMeasurementResources_xsd_Complex_Type_LesserErrorType.tmp#LesserErrorType
Type LesserErrorType
Properties
content complex
Children LinearError, MaxErrorConstant
Instance
<LesserError xmlns="http://qifstandards.org/xsd/qif3">
  <MaxErrorConstant decimalPlaces="" linearUnit="" significantFigures="">{1,1}</MaxErrorConstant>
  <LinearError>{1,1}</LinearError>
</LesserError>
Source
<xs:element name="LesserError" type="LesserErrorType">
  <xs:annotation>
    <xs:documentation>The LesserError element gives the maximum error in measuring a distance as the lesser of a constant and the value of 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 ISO10360TestType
Annotations
The ISO10360TestType is the CMM volumetric accuracy test specified by ISO 10360-2.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CMMAccuracyTestBaseType.tmp#CMMAccuracyTestBaseType QIFMeasurementResources_xsd_Complex_Type_ISO10360TestType.tmp#ISO10360TestType_MaxErrorConstant QIFMeasurementResources_xsd_Complex_Type_ISO10360TestType.tmp#ISO10360TestType_LinearError QIFMeasurementResources_xsd_Complex_Type_ISO10360TestType.tmp#ISO10360TestType_LesserError
Type extension of CMMAccuracyTestBaseType
Type hierarchy
Used by
Children LesserError, LinearError, MaxErrorConstant
Source
<xs:complexType name="ISO10360TestType">
  <xs:annotation>
    <xs:documentation>The ISO10360TestType is the CMM volumetric accuracy test specified by ISO 10360-2.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CMMAccuracyTestBaseType">
      <xs:choice>
        <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:element name="LesserError" type="LesserErrorType">
          <xs:annotation>
            <xs:documentation>The LesserError element gives the maximum error in measuring a distance as the lesser of a constant and the value of a linear function of the distance measured.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd