|
ENTITY element_sequence; order_id : identifier; control_ref : control; purpose : text; elements : LIST [1:?] OF model_or_control_element; UNIQUE UR1 : order_id, control_ref; END_ENTITY; -- element_sequence |
Entity data types and their attributeselement_sequenceorder_id: identifier; control_ref: control; purpose: text; elements: LIST [1:?] OF model_or_control_element; |
Users: by entity attributeselement_sequenceUsers: by defined types, not used by any entity attributeelement_sequence- |
Global rules for this entity data type- |