ENTITY tool_body

(* SCHEMA process_planning_schema; *)
  ENTITY tool_body
    SUBTYPE OF (tool_assembly_element);
    WHERE
      wr1: SIZEOF(QUERY ( rp <* USEDIN(SELF,
               'PROCESS_PLANNING_SCHEMA.RESOURCE_PROPERTY.RESOURCE') | (
               NOT (SIZEOF(QUERY ( impl_rep <* QUERY ( pdr <* USEDIN(rp,'PROCESS_PLANNING_SCHEMA.RESOURCE_PROPERTY_REPRESENTATION.PROPERTY')
                | ('PROCESS_PLANNING_SCHEMA.REPRESENTATION' IN TYPEOF(pdr.
               representation)) ) | (NOT (SIZEOF(QUERY ( it <* impl_rep.
               representation.items | ((SIZEOF([
               'PROCESS_PLANNING_SCHEMA.MEASURE_REPRESENTATION_ITEM',
               'PROCESS_PLANNING_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM'] *
                TYPEOF(it)) = 1) AND (it.name = 'tool body parameter')) )) 
               >= 0)) )) = 0)) )) = 0;
  END_ENTITY; -- tool_body

Explicit Attributes

Entity tool_body 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 tool_body inherits from the following supertypes:
  action_resource
    tool_assembly_element

Subtypes

    No subtypes

Referenced By

Entity tool_body 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 tool_assembly_element
 organization_item SELECT tool_assembly_element
 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:47-04:00