Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element LaserTrackerType / MaximumAngularVelocity
Annotations
The optional MaximumAngularVelocity element is the maximum angular velocity of the rotating head of a laser tracker.
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_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType_unitName Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType
Type UserDefinedUnitValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
unitName xs:token required
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="MaximumAngularVelocity" type="UserDefinedUnitValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaximumAngularVelocity element is the maximum angular velocity of the rotating head of a laser tracker.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / DistanceAccuracy
Annotations
The optional DistanceAccuracy element is the accuracy in linear measurements with a laser tracker.
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
minOccurs 0
Children BaseError, ErrorRate
Instance
<DistanceAccuracy xmlns="http://qifstandards.org/xsd/qif3">
  <BaseError decimalPlaces="" linearUnit="" significantFigures="">{1,1}</BaseError>
  <ErrorRate>{1,1}</ErrorRate>
</DistanceAccuracy>
Source
<xs:element name="DistanceAccuracy" type="LinearErrorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DistanceAccuracy element is the accuracy in linear measurements with a laser tracker.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / AngularAccuracy
Annotations
The optional AngularAccuracy element is the angular accuracy when a laser tracker head is rotating. With increasing the distance, angular error increases.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_AngularErrorType.tmp#AngularErrorType_BaseError QIFMeasurementResources_xsd_Complex_Type_AngularErrorType.tmp#AngularErrorType_ErrorRate QIFMeasurementResources_xsd_Complex_Type_AngularErrorType.tmp#AngularErrorType
Type AngularErrorType
Properties
content complex
minOccurs 0
Children BaseError, ErrorRate
Instance
<AngularAccuracy xmlns="http://qifstandards.org/xsd/qif3">
  <BaseError angularUnit="" decimalPlaces="" significantFigures="">{1,1}</BaseError>
  <ErrorRate>{1,1}</ErrorRate>
</AngularAccuracy>
Source
<xs:element name="AngularAccuracy" type="AngularErrorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional AngularAccuracy element is the angular accuracy when a laser tracker head is rotating. With increasing the distance, angular error increases.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / SamplingRate
Annotations
The optional SamplingRate element is the number of collected points per second.
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_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType_unitName Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType
Type UserDefinedUnitValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
unitName xs:token required
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="SamplingRate" type="UserDefinedUnitValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SamplingRate element is the number of collected points per second.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / TargetMirror
Annotations
The optional TargetMirror element is the technology used in the target mirror of the leaser tracker.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_TargetMirrorEnumType.tmp#TargetMirrorEnumType
Type TargetMirrorEnumType
Properties
content simple
minOccurs 0
Facets
enumeration CUBE_CORNER
enumeration CATS_EYE
enumeration PLANE_MIRROR
Source
<xs:element name="TargetMirror" type="TargetMirrorEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TargetMirror element is the technology used in the target mirror of the leaser tracker.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / HeadMass
Annotations
The optional HeadMass element is the mass of a laser tracker head.
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_MassValueType.tmp#MassValueType_massUnit Units_xsd_Complex_Type_MassValueType.tmp#MassValueType
Type MassValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
massUnit xs:token optional
The optional massUnit attribute defines the UnitName for the MassValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="HeadMass" type="MassValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional HeadMass element is the mass of a laser tracker head.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / HeadSize
Annotations
The optional HeadSize element is the dimensions of a box that laser tracker head could fit in.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_WorkingVolumeBaseType.tmp#WorkingVolumeBaseType QIFMeasurementResources_xsd_Complex_Type_CartesianWorkingVolumeType.tmp#CartesianWorkingVolumeType_XAxisLength QIFMeasurementResources_xsd_Complex_Type_CartesianWorkingVolumeType.tmp#CartesianWorkingVolumeType_YAxisLength QIFMeasurementResources_xsd_Complex_Type_CartesianWorkingVolumeType.tmp#CartesianWorkingVolumeType_ZAxisLength QIFMeasurementResources_xsd_Complex_Type_CartesianWorkingVolumeType.tmp#CartesianWorkingVolumeType
Type CartesianWorkingVolumeType
Type hierarchy
Properties
content complex
minOccurs 0
Children XAxisLength, YAxisLength, ZAxisLength
Instance
<HeadSize xmlns="http://qifstandards.org/xsd/qif3">
  <XAxisLength decimalPlaces="" linearUnit="" significantFigures="">{0,1}</XAxisLength>
  <YAxisLength decimalPlaces="" linearUnit="" significantFigures="">{0,1}</YAxisLength>
  <ZAxisLength decimalPlaces="" linearUnit="" significantFigures="">{0,1}</ZAxisLength>
</HeadSize>
Source
<xs:element name="HeadSize" type="CartesianWorkingVolumeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional HeadSize element is the dimensions of a box that laser tracker head could fit in.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / MaximumWorkingAmplitude
Annotations
The optional MaximumWorkingAmplitude element is the maximum amplitude that laser tracker is able to run usable measurements.
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
minOccurs 0
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="MaximumWorkingAmplitude" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaximumWorkingAmplitude element is the maximum amplitude that laser tracker is able to run usable measurements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / Laser
Annotations
The optional Laser element is the laser used in the laser tracker.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_id QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Name QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Description QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Manufacturer QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_ModelNumber QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_SerialNumber QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Mass QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Size QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_LocationId QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Location Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType_LaserSource QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType_LaserWaveLength QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType_LaserPower QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType_LaserSafetyClass QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType_LaserEffectiveLength QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType_LaserSpotSize QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType_LaserPowerSupply QIFMeasurementResources_xsd_Complex_Type_LaserType.tmp#LaserType
Type LaserType
Type hierarchy
Properties
content complex
minOccurs 0
Children Attributes, Description, LaserEffectiveLength, LaserPower, LaserPowerSupply, LaserSafetyClass, LaserSource, LaserSpotSize, LaserWaveLength, Location, LocationId, Manufacturer, Mass, ModelNumber, Name, SerialNumber, Size
Instance
<Laser id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Description>{0,1}</Description>
  <Manufacturer>{0,1}</Manufacturer>
  <ModelNumber>{0,1}</ModelNumber>
  <SerialNumber>{0,1}</SerialNumber>
  <Mass decimalPlaces="" massUnit="" significantFigures="">{0,1}</Mass>
  <Size>{0,1}</Size>
  <LocationId xId="">{1,1}</LocationId>
  <Location id="">{1,1}</Location>
  <Attributes n="">{0,1}</Attributes>
  <LaserSource>{0,1}</LaserSource>
  <LaserWaveLength decimalPlaces="" linearUnit="" significantFigures="">{0,1}</LaserWaveLength>
  <LaserPower decimalPlaces="" significantFigures="" unitName="">{0,1}</LaserPower>
  <LaserSafetyClass>{0,1}</LaserSafetyClass>
  <LaserEffectiveLength decimalPlaces="" linearUnit="" significantFigures="">{0,1}</LaserEffectiveLength>
  <LaserSpotSize decimalPlaces="" linearUnit="" significantFigures="">{0,1}</LaserSpotSize>
  <LaserPowerSupply decimalPlaces="" significantFigures="" unitName="">{0,1}</LaserPowerSupply>
</Laser>
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:element name="Laser" type="LaserType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Laser element is the laser used in the laser tracker.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LaserTrackerType / Repeatability
Annotations
The optional Repeatability element is the laser tracker repeatability.
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
minOccurs 0
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="Repeatability" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Repeatability element is the laser tracker repeatability.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LaserTrackerType
Annotations
The LaserTrackerType defines a laser tracker measurement device.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_id QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Name QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Description QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Manufacturer QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_ModelNumber QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_SerialNumber QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Mass QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Size QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_LocationId QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Location Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceType.tmp#MeasurementDeviceType_Calibrations QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceType.tmp#MeasurementDeviceType_EnvironmentalRange QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceType.tmp#MeasurementDeviceType QIFMeasurementResources_xsd_Element_Resolution.tmp#Resolution QIFMeasurementResources_xsd_Element_WorkingVolume.tmp#WorkingVolume QIFMeasurementResources_xsd_Element_EffectiveWorkingVolume.tmp#EffectiveWorkingVolume QIFMeasurementResources_xsd_Complex_Type_UniversalDeviceType.tmp#UniversalDeviceType_TemperatureCompensation QIFMeasurementResources_xsd_Complex_Type_UniversalDeviceType.tmp#UniversalDeviceType QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_MaximumAngularVelocity QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_DistanceAccuracy QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_AngularAccuracy QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_SamplingRate QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_TargetMirror QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_HeadMass QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_HeadSize QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_MaximumWorkingAmplitude QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_Laser QIFMeasurementResources_xsd_Complex_Type_LaserTrackerType.tmp#LaserTrackerType_Repeatability
Type extension of UniversalDeviceType
Type hierarchy
Used by
Element LaserTracker
Children AngularAccuracy, Attributes, Calibrations, Description, DistanceAccuracy, EffectiveWorkingVolume, EnvironmentalRange, HeadMass, HeadSize, Laser, Location, LocationId, Manufacturer, Mass, MaximumAngularVelocity, MaximumWorkingAmplitude, ModelNumber, Name, Repeatability, Resolution, SamplingRate, SerialNumber, Size, TargetMirror, TemperatureCompensation, WorkingVolume
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="LaserTrackerType">
  <xs:annotation>
    <xs:documentation>The LaserTrackerType defines a laser tracker measurement device.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UniversalDeviceType">
      <xs:sequence>
        <xs:element name="MaximumAngularVelocity" type="UserDefinedUnitValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MaximumAngularVelocity element is the maximum angular velocity of the rotating head of a laser tracker.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DistanceAccuracy" type="LinearErrorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional DistanceAccuracy element is the accuracy in linear measurements with a laser tracker.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="AngularAccuracy" type="AngularErrorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional AngularAccuracy element is the angular accuracy when a laser tracker head is rotating. With increasing the distance, angular error increases.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SamplingRate" type="UserDefinedUnitValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SamplingRate element is the number of collected points per second.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="TargetMirror" type="TargetMirrorEnumType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional TargetMirror element is the technology used in the target mirror of the leaser tracker.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HeadMass" type="MassValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional HeadMass element is the mass of a laser tracker head.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HeadSize" type="CartesianWorkingVolumeType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional HeadSize element is the dimensions of a box that laser tracker head could fit in.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaximumWorkingAmplitude" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MaximumWorkingAmplitude element is the maximum amplitude that laser tracker is able to run usable measurements.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Laser" type="LaserType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Laser element is the laser used in the laser tracker.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Repeatability" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Repeatability element is the laser tracker repeatability.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd