|
ENTITY Externally_defined_work_request SUBTYPE OF (Work_request); INVERSE source : External_source_identification FOR item; WHERE WR1: NOT (SELF\Work_request.purpose IN Pre_defined_work_request_types); END_ENTITY; -- Externally_defined_work_request |
Entity data types and their attributesWork_requestrequest_id: STRING; version_id: STRING; (OPT) description: STRING; purpose: STRING; Externally_defined_work_request (INV) source: External_source_identification FOR item; |
Global rules for this entity data type- |