Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element CartesianCMMAxisDirectionsType / XAxisDirection
Annotations
The XAxisDirection element gives the direction of the positive X axis with respect to the machine.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_CMMDirectionEnumType.tmp#CMMDirectionEnumType
Type CMMDirectionEnumType
Properties
content simple
Facets
enumeration RIGHT
enumeration LEFT
enumeration FRONT
enumeration BACK
enumeration UP
enumeration DOWN
Source
<xs:element name="XAxisDirection" type="CMMDirectionEnumType">
  <xs:annotation>
    <xs:documentation>The XAxisDirection element gives the direction of the positive X axis with respect to the machine.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMAxisDirectionsType / YAxisDirection
Annotations
The YAxisDirection element gives the direction of the positive Y axis with respect to the machine.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_CMMDirectionEnumType.tmp#CMMDirectionEnumType
Type CMMDirectionEnumType
Properties
content simple
Facets
enumeration RIGHT
enumeration LEFT
enumeration FRONT
enumeration BACK
enumeration UP
enumeration DOWN
Source
<xs:element name="YAxisDirection" type="CMMDirectionEnumType">
  <xs:annotation>
    <xs:documentation>The YAxisDirection element gives the direction of the positive Y axis with respect to the machine.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianCMMAxisDirectionsType / ZAxisDirection
Annotations
The ZAxisDirection element gives the direction of the positive Z axis with respect to the machine.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_CMMDirectionEnumType.tmp#CMMDirectionEnumType
Type CMMDirectionEnumType
Properties
content simple
Facets
enumeration RIGHT
enumeration LEFT
enumeration FRONT
enumeration BACK
enumeration UP
enumeration DOWN
Source
<xs:element name="ZAxisDirection" type="CMMDirectionEnumType">
  <xs:annotation>
    <xs:documentation>The ZAxisDirection element gives the direction of the positive Z axis with respect to the machine.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CartesianCMMAxisDirectionsType
Annotations
The CartesianCMMAxisDirectionsType defines how the coordinate axes point with respect to the machine. The axis directions must form a right-handed 3D Cartesian coordinate system.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CMMAxisDirectionsBaseType.tmp#CMMAxisDirectionsBaseType QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAxisDirectionsType.tmp#CartesianCMMAxisDirectionsType_XAxisDirection QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAxisDirectionsType.tmp#CartesianCMMAxisDirectionsType_YAxisDirection QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAxisDirectionsType.tmp#CartesianCMMAxisDirectionsType_ZAxisDirection
Type extension of CMMAxisDirectionsBaseType
Type hierarchy
Used by
Children XAxisDirection, YAxisDirection, ZAxisDirection
Source
<xs:complexType name="CartesianCMMAxisDirectionsType">
  <xs:annotation>
    <xs:documentation>The CartesianCMMAxisDirectionsType defines how the coordinate axes point with respect to the machine. The axis directions must form a right-handed 3D Cartesian coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CMMAxisDirectionsBaseType">
      <xs:sequence>
        <xs:element name="XAxisDirection" type="CMMDirectionEnumType">
          <xs:annotation>
            <xs:documentation>The XAxisDirection element gives the direction of the positive X axis with respect to the machine.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="YAxisDirection" type="CMMDirectionEnumType">
          <xs:annotation>
            <xs:documentation>The YAxisDirection element gives the direction of the positive Y axis with respect to the machine.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ZAxisDirection" type="CMMDirectionEnumType">
          <xs:annotation>
            <xs:documentation>The ZAxisDirection element gives the direction of the positive Z axis with respect to the machine.</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