ENTITY action_method_with_associated_documents_constrained

(* SCHEMA method_definition_schema; *)
ENTITY action_method_with_associated_documents_constrained
  SUBTYPE OF (action_method_with_associated_documents);
  usage_constraints : SET [1:?] OF document_usage_constraint;
WHERE
  WR1: SIZEOF (QUERY (item <* usage_constraints | 
       NOT (item.source 
       IN SELF\action_method_with_associated_documents.documents))) = 0;
END_ENTITY;

Explicit Attributes

Entity action_method_with_associated_documents_constrained has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_method
 descriptiontext (STRING)action_method
 consequencetext (STRING)action_method
 purposetext (STRING)action_method
 documentsSET OF document (ENTITY)action_method_with_associated_documents
 usage_constraintsSET OF document_usage_constraint (ENTITY)action_method_with_associated_documents_constrained

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity action_method_with_associated_documents_constrained inherits from the following supertypes:
  action_method
    action_method_with_associated_documents

Subtypes

    No subtypes

Referenced By

Entity action_method_with_associated_documents_constrained and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY action_method
 action_method_assignment ENTITY action_method
 action_method_relationship ENTITY action_method
 action_method_with_associated_documents_constrained ENTITY action_method_with_associated_documents
 action_request_solution ENTITY action_method
 acyclic_action_method_relationship FUNCTION action_method
 characterized_action_definition SELECT action_method
 supported_item SELECT action_method


[Top Level Definitions] [Exit]

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