ENTITY activity_execution_result

(* SCHEMA cast_parts_schema; *)
  ENTITY activity_execution_result
    SUBTYPE OF (executed_action);
    WHERE
      wr1: NOT (SIZEOF(QUERY ( ap <* USEDIN(SELF,
               'CAST_PARTS_SCHEMA.ACTION_PROPERTY.DEFINITION') | (SIZEOF(
               QUERY ( apr <* USEDIN(ap,
               'CAST_PARTS_SCHEMA.ACTION_PROPERTY_REPRESENTATION.PROPERTY')
                | ('CAST_PARTS_SCHEMA.ACTIVITY_RESULT_RECORD' IN TYPEOF(apr
               .representation)) )) = 1) )) = 0);
      wr2: SIZEOF(QUERY ( ppa <* USEDIN(SELF,
               'CAST_PARTS_SCHEMA.PROCESS_PROPERTY_ASSOCIATION.PROCESS') | 
               ((ppa.description = 'validation part shape') AND (
               'CAST_PARTS_SCHEMA.SAMPLED_SET' IN TYPEOF(ppa.
               property_or_shape))) )) = 1;
  END_ENTITY; -- activity_execution_result

Explicit Attributes

Entity activity_execution_result has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action
 descriptiontext (STRING)action
 chosen_methodaction_method (ENTITY)action

Derived Attributes

Entity activity_execution_result has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)action

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity activity_execution_result inherits from the following supertypes:
  action
    executed_action

Subtypes

    No subtypes

Referenced By

Entity activity_execution_result and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_assignment ENTITY action
 action_relationship ENTITY action
 action_status ENTITY executed_action
 characterized_action_definition SELECT action
 date_item SELECT action
 document_reference_item SELECT action
 id_attribute_select SELECT action
 ordered_item SELECT action
 person_and_organization_item SELECT action
 process_plan_version ENTITY action
 security_classification_item SELECT action
 supported_item SELECT action


[Top Level Definitions] [Exit]

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