ENTITY controller

(* SCHEMA process_planning_schema; *)
  ENTITY controller
    SUBTYPE OF (action_resource);
    WHERE
      wr1: SIZEOF(QUERY ( adr <* USEDIN(SELF,
               'PROCESS_PLANNING_SCHEMA.APPLIED_DOCUMENT_REFERENCE.ITEMS')
                | ('PROCESS_PLANNING_SCHEMA.PROCESS_PLAN_SPECIFICATION' IN 
               TYPEOF(adr.assigned_document)) )) = 1;
  END_ENTITY; -- controller

Explicit Attributes

Entity controller has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_resource
 descriptiontext (STRING)action_resource
 usageSET OF supported_item (SELECT)action_resource
 kindaction_resource_type (ENTITY)action_resource

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity controller inherits from the following supertypes:
  action_resource

Subtypes

    No subtypes

Referenced By

Entity controller and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_resource_relationship ENTITY action_resource
 characterized_resource_definition SELECT action_resource
 document_reference_item SELECT controller
 requirement_for_action_resource ENTITY action_resource
 subtype_exclusiveness_action_resource RULE action_resource


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:46-04:00