Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element XYZLinearSpecificationType / X
Annotations
The optional X element is the specification along 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
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="X" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional X element is the specification along the X axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element XYZLinearSpecificationType / Y
Annotations
The optional Y element is the specification along 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
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="Y" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Y element is the specification along the Y axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element XYZLinearSpecificationType / Z
Annotations
The optional Z element is the specification along 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
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="Z" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Z element is the specification along the Z axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type XYZLinearSpecificationType
Annotations
The XYZLinearSpecificationType defines the linear specifications in any Cartesian coordinate system device. This specification could be backlash, motion range, minimum incremental motion, resolution, etc.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_XYZLinearSpecificationType.tmp#XYZLinearSpecificationType_X QIFMeasurementResources_xsd_Complex_Type_XYZLinearSpecificationType.tmp#XYZLinearSpecificationType_Y QIFMeasurementResources_xsd_Complex_Type_XYZLinearSpecificationType.tmp#XYZLinearSpecificationType_Z
Used by
Children X, Y, Z
Source
<xs:complexType name="XYZLinearSpecificationType">
  <xs:annotation>
    <xs:documentation>The XYZLinearSpecificationType defines the linear specifications in any Cartesian coordinate system device. This specification could be backlash, motion range, minimum incremental motion, resolution, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="X" type="LinearValueType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional X element is the specification along the X axis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Y" type="LinearValueType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Y element is the specification along the Y axis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Z" type="LinearValueType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Z element is the specification along 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