|
ENTITY property_process SUBTYPE OF (action); identification : identifier; INVERSE properties : SET [1:?] OF process_property_association FOR process; END_ENTITY; -- property_process |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; property_process identification: identifier; (INV) properties: SET [1:?] OF process_property_association FOR process; |
Global rules for this entity data type- |