|
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; -- action_method_with_associated_documents_constrained |
Entity data types and their attributesaction_methodname: label; (OPT) description: text; consequence: text; purpose: text; action_method_with_associated_documents documents: SET [1:?] OF document; action_method_with_associated_documents_constrained usage_constraints: SET [1:?] OF document_usage_constraint; |
Global rules for this entity data type- |