|
ENTITY Specification_allocation SUBTYPE OF (Document_assignment); SELF\Document_assignment.assigned_document RENAMED allocated_specification : Specification_definition; END_ENTITY; -- Specification_allocation |
Entity data types and their attributesDocument_assignmentassigned_document: assigned_document_select; is_assigned_to: documented_element_select; role: STRING; Specification_allocation (RT) assigned_document->allocated_specification: Specification_definition; |
Global rules for this entity data type- |