Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type MeasureActionGroupFunctionEnumType
Annotations
The MeasureActionGroupFunctionEnumType enumerates values that
describe the functions of action groups within the context of a
measurement plan.
- Routing Plan is a group of actions that may route the product
  from one measurement work cell to another.
- Operation Sequence is a group of actions that are performed
  at one work cell, typically referencing a measurement device
  resource.
- Setup Usage Group is a group of actions that are performed at
  one part setup, typically referencing a fixture resource.
- Sensor Usage Group is a group of actions that are performed at
  one sensor tool change, typically referencing a sensor resource.
- Carriage Usage Group is a group of actions that are performed
  at one carriage, typically referencing a carriage of a
  measurement device resource.
- PCS Usage Group is a group of actions that are performed at one
  active part coordinate system which usually corresponds with a
  datum reference frame.
- Evaluate Characteristic Actions is a group of actions that are
  performed to evaluate a characteristic.
- Establish Datum Actions is a group of actions that are
  performed to establish a datum with a datum reference frame.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration ROUTING_PLAN
enumeration OPERATION_SEQUENCE
enumeration SETUP_USAGE_GROUP
enumeration SENSOR_USAGE_GROUP
enumeration CARRIAGE_USAGE_GROUP
enumeration PCS_USAGE_GROUP
enumeration EVALUATE_CHAR_ACTIONS
enumeration ESTABLISH_DATUM_ACTIONS
enumeration UNDEFINED
Used by
Source
<xs:simpleType name="MeasureActionGroupFunctionEnumType">
  <xs:annotation>
    <xs:documentation>The MeasureActionGroupFunctionEnumType enumerates values that describe the functions of action groups within the context of a measurement plan. - Routing Plan is a group of actions that may route the product from one measurement work cell to another. - Operation Sequence is a group of actions that are performed at one work cell, typically referencing a measurement device resource. - Setup Usage Group is a group of actions that are performed at one part setup, typically referencing a fixture resource. - Sensor Usage Group is a group of actions that are performed at one sensor tool change, typically referencing a sensor resource. - Carriage Usage Group is a group of actions that are performed at one carriage, typically referencing a carriage of a measurement device resource. - PCS Usage Group is a group of actions that are performed at one active part coordinate system which usually corresponds with a datum reference frame. - Evaluate Characteristic Actions is a group of actions that are performed to evaluate a characteristic. - Establish Datum Actions is a group of actions that are performed to establish a datum with a datum reference frame.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="ROUTING_PLAN"/>
    <xs:enumeration value="OPERATION_SEQUENCE"/>
    <xs:enumeration value="SETUP_USAGE_GROUP"/>
    <xs:enumeration value="SENSOR_USAGE_GROUP"/>
    <xs:enumeration value="CARRIAGE_USAGE_GROUP"/>
    <xs:enumeration value="PCS_USAGE_GROUP"/>
    <xs:enumeration value="EVALUATE_CHAR_ACTIONS"/>
    <xs:enumeration value="ESTABLISH_DATUM_ACTIONS"/>
    <xs:enumeration value="UNDEFINED"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd