Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element XYZResolutionType / XResolution
Annotations
The XResolution element is the resolution of the X axis.
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="XResolution" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The XResolution element is the resolution of the X axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element XYZResolutionType / YResolution
Annotations
The YResolution element is the resolution of the Y axis.
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="YResolution" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The YResolution element is the resolution of the Y axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element XYZResolutionType / ZResolution
Annotations
The ZResolution element is the resolution of the Z axis.
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="ZResolution" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The ZResolution element is the resolution of the Z axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type XYZResolutionType
Annotations
The XYZResolutionType defines the resolution of a Cartesian CMM (or other device with 3D Cartesian coordinates) using separate values for the three axes.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_XYZResolutionType.tmp#XYZResolutionType_XResolution QIFMeasurementResources_xsd_Complex_Type_XYZResolutionType.tmp#XYZResolutionType_YResolution QIFMeasurementResources_xsd_Complex_Type_XYZResolutionType.tmp#XYZResolutionType_ZResolution
Used by
Children XResolution, YResolution, ZResolution
Source
<xs:complexType name="XYZResolutionType">
  <xs:annotation>
    <xs:documentation>The XYZResolutionType defines the resolution of a Cartesian CMM (or other device with 3D Cartesian coordinates) using separate values for the three axes.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="XResolution" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The XResolution element is the resolution of the X axis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YResolution" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The YResolution element is the resolution of the Y axis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ZResolution" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The ZResolution element is the resolution of the Z axis.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd