Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type CMMDirectionEnumType
Annotations
The CMMDirectionEnumType enumerates values that describe the directions on a CMM with which axes may be aligned. The directions are those seen when standing in front of the CMM.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration RIGHT
enumeration LEFT
enumeration FRONT
enumeration BACK
enumeration UP
enumeration DOWN
Used by
Source
<xs:simpleType name="CMMDirectionEnumType">
  <xs:annotation>
    <xs:documentation>The CMMDirectionEnumType enumerates values that describe the directions on a CMM with which axes may be aligned. The directions are those seen when standing in front of the CMM.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="RIGHT"/>
    <xs:enumeration value="LEFT"/>
    <xs:enumeration value="FRONT"/>
    <xs:enumeration value="BACK"/>
    <xs:enumeration value="UP"/>
    <xs:enumeration value="DOWN"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd