Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element ABCResolutionType / AAxisResolution
Annotations
The AAxisResolution element is the resolution along the A axis. This axis could be linear or rotary.
Diagram
Diagram QIFMeasurementResources_xsd_Element_Axis.tmp#Axis QIFMeasurementResources_xsd_Complex_Type_LinearOrRotaryAxisType.tmp#LinearOrRotaryAxisType
Type LinearOrRotaryAxisType
Properties
content complex
Children Axis
Instance
<AAxisResolution xmlns="http://qifstandards.org/xsd/qif3">
  <Axis>{1,1}</Axis>
</AAxisResolution>
Source
<xs:element name="AAxisResolution" type="LinearOrRotaryAxisType">
  <xs:annotation>
    <xs:documentation>The AAxisResolution element is the resolution along the A axis. This axis could be linear or rotary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element ABCResolutionType / BAxisResolution
Annotations
The BAxisResolution element is the resolution along the B axis. This axis could be linear or rotary.
Diagram
Diagram QIFMeasurementResources_xsd_Element_Axis.tmp#Axis QIFMeasurementResources_xsd_Complex_Type_LinearOrRotaryAxisType.tmp#LinearOrRotaryAxisType
Type LinearOrRotaryAxisType
Properties
content complex
Children Axis
Instance
<BAxisResolution xmlns="http://qifstandards.org/xsd/qif3">
  <Axis>{1,1}</Axis>
</BAxisResolution>
Source
<xs:element name="BAxisResolution" type="LinearOrRotaryAxisType">
  <xs:annotation>
    <xs:documentation>The BAxisResolution element is the resolution along the B axis. This axis could be linear or rotary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element ABCResolutionType / CAxisResolution
Annotations
The CAxisResolution element is the resolution along the C axis. This axis could be linear or rotary.
Diagram
Diagram QIFMeasurementResources_xsd_Element_Axis.tmp#Axis QIFMeasurementResources_xsd_Complex_Type_LinearOrRotaryAxisType.tmp#LinearOrRotaryAxisType
Type LinearOrRotaryAxisType
Properties
content complex
Children Axis
Instance
<CAxisResolution xmlns="http://qifstandards.org/xsd/qif3">
  <Axis>{1,1}</Axis>
</CAxisResolution>
Source
<xs:element name="CAxisResolution" type="LinearOrRotaryAxisType">
  <xs:annotation>
    <xs:documentation>The CAxisResolution element is the resolution along the C axis. This axis could be linear or rotary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type ABCResolutionType
Annotations
The ABCResolutionType gives the resolution of the device along each of the three coordinate axes.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_ABCResolutionType.tmp#ABCResolutionType_AAxisResolution QIFMeasurementResources_xsd_Complex_Type_ABCResolutionType.tmp#ABCResolutionType_BAxisResolution QIFMeasurementResources_xsd_Complex_Type_ABCResolutionType.tmp#ABCResolutionType_CAxisResolution
Used by
Children AAxisResolution, BAxisResolution, CAxisResolution
Source
<xs:complexType name="ABCResolutionType">
  <xs:annotation>
    <xs:documentation>The ABCResolutionType gives the resolution of the device along each of the three coordinate axes.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AAxisResolution" type="LinearOrRotaryAxisType">
      <xs:annotation>
        <xs:documentation>The AAxisResolution element is the resolution along the A axis. This axis could be linear or rotary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BAxisResolution" type="LinearOrRotaryAxisType">
      <xs:annotation>
        <xs:documentation>The BAxisResolution element is the resolution along the B axis. This axis could be linear or rotary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CAxisResolution" type="LinearOrRotaryAxisType">
      <xs:annotation>
        <xs:documentation>The CAxisResolution element is the resolution along the C axis. This axis could be linear or rotary.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd