Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CartesianCMMType / HomeLocation
Annotations
The optional HomeLocation element gives the home location of the tool mount point of the Cartesian CMM in the coordinate system of the Cartesian CMM.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="HomeLocation" type="PointType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional HomeLocation element gives the home location of the tool mount point of the Cartesian CMM in the coordinate system of the Cartesian CMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / CMMGeometry
Annotations
The optional CMMGeometry element gives the type of the construction of the Cartesian CMM.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CartesianCMMGeometryType.tmp#CartesianCMMGeometryType_CartesianCMMGeometryEnum QIFMeasurementResources_xsd_Complex_Type_CartesianCMMGeometryType.tmp#CartesianCMMGeometryType_OtherCartesianCMMGeometry QIFMeasurementResources_xsd_Complex_Type_CartesianCMMGeometryType.tmp#CartesianCMMGeometryType
Type CartesianCMMGeometryType
Properties
content complex
minOccurs 0
Children CartesianCMMGeometryEnum, OtherCartesianCMMGeometry
Instance
<CMMGeometry xmlns="http://qifstandards.org/xsd/qif3">
  <CartesianCMMGeometryEnum>{1,1}</CartesianCMMGeometryEnum>
  <OtherCartesianCMMGeometry>{1,1}</OtherCartesianCMMGeometry>
</CMMGeometry>
Source
<xs:element name="CMMGeometry" type="CartesianCMMGeometryType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CMMGeometry element gives the type of the construction of the Cartesian CMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / MaxWorkpieceHeight
Annotations
The optional MaxWorkpieceHeight element gives the maximum height (vertical extent) of an object to be measured when the object is placed on the bed of the Cartesian CMM in the desired orientation.
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="MaxWorkpieceHeight" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaxWorkpieceHeight element gives the maximum height (vertical extent) of an object to be measured when the object is placed on the bed of the Cartesian CMM in the desired orientation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / MaxWorkpieceMass
Annotations
The optional MaxWorkpieceMass element gives the maximum mass of an object to be measured.
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="MaxWorkpieceMass" type="MassValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaxWorkpieceMass element gives the maximum mass of an object to be measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / JoystickSpeeds
Annotations
The optional JoystickSpeeds element describes the maximum speed in joystick mode of each axis for traversing and probing.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CMMSpeedsBaseType.tmp#CMMSpeedsBaseType QIFMeasurementResources_xsd_Complex_Type_CartesianCMMSpeedsType.tmp#CartesianCMMSpeedsType_MaxXTraverseSpeed QIFMeasurementResources_xsd_Complex_Type_CartesianCMMSpeedsType.tmp#CartesianCMMSpeedsType_MaxYTraverseSpeed QIFMeasurementResources_xsd_Complex_Type_CartesianCMMSpeedsType.tmp#CartesianCMMSpeedsType_MaxZTraverseSpeed QIFMeasurementResources_xsd_Complex_Type_CartesianCMMSpeedsType.tmp#CartesianCMMSpeedsType_MaxXProbingSpeed QIFMeasurementResources_xsd_Complex_Type_CartesianCMMSpeedsType.tmp#CartesianCMMSpeedsType_MaxYProbingSpeed QIFMeasurementResources_xsd_Complex_Type_CartesianCMMSpeedsType.tmp#CartesianCMMSpeedsType_MaxZProbingSpeed QIFMeasurementResources_xsd_Complex_Type_CartesianCMMSpeedsType.tmp#CartesianCMMSpeedsType
Type CartesianCMMSpeedsType
Type hierarchy
Properties
content complex
minOccurs 0
Children MaxXProbingSpeed, MaxXTraverseSpeed, MaxYProbingSpeed, MaxYTraverseSpeed, MaxZProbingSpeed, MaxZTraverseSpeed
Instance
<JoystickSpeeds xmlns="http://qifstandards.org/xsd/qif3">
  <MaxXTraverseSpeed decimalPlaces="" significantFigures="" speedUnit="">{0,1}</MaxXTraverseSpeed>
  <MaxYTraverseSpeed decimalPlaces="" significantFigures="" speedUnit="">{0,1}</MaxYTraverseSpeed>
  <MaxZTraverseSpeed decimalPlaces="" significantFigures="" speedUnit="">{0,1}</MaxZTraverseSpeed>
  <MaxXProbingSpeed decimalPlaces="" significantFigures="" speedUnit="">{0,1}</MaxXProbingSpeed>
  <MaxYProbingSpeed decimalPlaces="" significantFigures="" speedUnit="">{0,1}</MaxYProbingSpeed>
  <MaxZProbingSpeed decimalPlaces="" significantFigures="" speedUnit="">{0,1}</MaxZProbingSpeed>
</JoystickSpeeds>
Source
<xs:element name="JoystickSpeeds" type="CartesianCMMSpeedsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional JoystickSpeeds element describes the maximum speed in joystick mode of each axis for traversing and probing.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / RotaryTable
Annotations
The optional RotaryTable element describes a rotary table attached to the Cartesian CMM.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_LocationOnCMM QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_AxisDirection QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_ZeroIndexDirection QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_TableRadius QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType_TableErrors QIFMeasurementResources_xsd_Complex_Type_RotaryTableType.tmp#RotaryTableType
Type RotaryTableType
Properties
content complex
minOccurs 0
Children AxisDirection, LocationOnCMM, TableErrors, TableRadius, ZeroIndexDirection
Instance
<RotaryTable xmlns="http://qifstandards.org/xsd/qif3">
  <LocationOnCMM decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</LocationOnCMM>
  <AxisDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</AxisDirection>
  <ZeroIndexDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</ZeroIndexDirection>
  <TableRadius decimalPlaces="" linearUnit="" significantFigures="">{1,1}</TableRadius>
  <TableErrors>{1,1}</TableErrors>
</RotaryTable>
Source
<xs:element name="RotaryTable" type="RotaryTableType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional RotaryTable element describes a rotary table attached to the Cartesian CMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / Accuracies
Annotations
The optional Accuracies element is a list of CMM accuracies, each of which gives the accuracy of the Cartesian CMM.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAccuraciesType.tmp#CartesianCMMAccuraciesType_n QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAccuraciesType.tmp#CartesianCMMAccuraciesType_CartesianCMMAccuracy QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAccuraciesType.tmp#CartesianCMMAccuraciesType
Type CartesianCMMAccuraciesType
Properties
content complex
minOccurs 0
Children CartesianCMMAccuracy
Instance
<Accuracies n="" xmlns="http://qifstandards.org/xsd/qif3">
  <CartesianCMMAccuracy>{1,unbounded}</CartesianCMMAccuracy>
</Accuracies>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Cartesian CMM accuracies in the list.
Source
<xs:element name="Accuracies" type="CartesianCMMAccuraciesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Accuracies element is a list of CMM accuracies, each of which gives the accuracy of the Cartesian CMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / ToolIds
Annotations
The optional ToolIds element is a list of the QIF ids of Cartesian CMM measurement tools associated with the Cartesian CMM.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<ToolIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</ToolIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ToolIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ToolIds element is a list of the QIF ids of Cartesian CMM measurement tools associated with the Cartesian CMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMType / SensorIds
Annotations
The optional SensorIds element is a list of the QIF ids of detachable sensors associated with the Cartesian CMM.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<SensorIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</SensorIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="SensorIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SensorIds element is a list of the QIF ids of detachable sensors associated with the Cartesian CMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CartesianCMMType
Annotations
The CartesianCMMType defines a Cartesian CMM with zero or one rotary table and zero to many tools. A Cartesian CMM is assumed to have a fixed native 3D Cartesian coordinate system.
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_CMMType.tmp#CMMType QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_HomeLocation QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_CMMGeometry QIFMeasurementResources_xsd_Element_CMMAxisDirections.tmp#CMMAxisDirections QIFMeasurementResources_xsd_Element_Scales.tmp#Scales QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_MaxWorkpieceHeight QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_MaxWorkpieceMass QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_JoystickSpeeds QIFMeasurementResources_xsd_Element_CMMSpeeds.tmp#CMMSpeeds QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_RotaryTable QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_Accuracies QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_ToolIds QIFMeasurementResources_xsd_Complex_Type_CartesianCMMType.tmp#CartesianCMMType_SensorIds
Type extension of CMMType
Type hierarchy
Used by
Children Accuracies, Attributes, CMMAxisDirections, CMMGeometry, CMMSpeeds, Calibrations, Description, EffectiveWorkingVolume, EnvironmentalRange, HomeLocation, JoystickSpeeds, Location, LocationId, Manufacturer, Mass, MaxWorkpieceHeight, MaxWorkpieceMass, ModelNumber, Name, Resolution, RotaryTable, Scales, SensorIds, SerialNumber, Size, TemperatureCompensation, ToolIds, 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="CartesianCMMType">
  <xs:annotation>
    <xs:documentation>The CartesianCMMType defines a Cartesian CMM with zero or one rotary table and zero to many tools. A Cartesian CMM is assumed to have a fixed native 3D Cartesian coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CMMType">
      <xs:sequence>
        <xs:element name="HomeLocation" type="PointType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional HomeLocation element gives the home location of the tool mount point of the Cartesian CMM in the coordinate system of the Cartesian CMM.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CMMGeometry" type="CartesianCMMGeometryType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CMMGeometry element gives the type of the construction of the Cartesian CMM.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="CMMAxisDirections" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CMMAxisDirections element gives the orientation of the axes of the coordinate system of the Cartesian CMM with respect to the machine.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="Scales" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CMMScales element describes the scales used on the Cartesian CMM.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaxWorkpieceHeight" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MaxWorkpieceHeight element gives the maximum height (vertical extent) of an object to be measured when the object is placed on the bed of the Cartesian CMM in the desired orientation.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaxWorkpieceMass" type="MassValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MaxWorkpieceMass element gives the maximum mass of an object to be measured.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="JoystickSpeeds" type="CartesianCMMSpeedsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional JoystickSpeeds element describes the maximum speed in joystick mode of each axis for traversing and probing.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="CMMSpeeds" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CMMSpeeds element describes the maximum speed in CNC mode of each axis for traversing and probing.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="RotaryTable" type="RotaryTableType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional RotaryTable element describes a rotary table attached to the Cartesian CMM.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Accuracies" type="CartesianCMMAccuraciesType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Accuracies element is a list of CMM accuracies, each of which gives the accuracy of the Cartesian CMM.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ToolIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ToolIds element is a list of the QIF ids of Cartesian CMM measurement tools associated with the Cartesian CMM.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SensorIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SensorIds element is a list of the QIF ids of detachable sensors associated with the Cartesian CMM.</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