|
ENTITY node_sequence; order_id : identifier; control_ref : control; purpose : text; nodes : LIST [1:?] OF node_representation; UNIQUE UR1 : order_id, control_ref; END_ENTITY; -- node_sequence |
Entity data types and their attributesnode_sequenceorder_id: identifier; control_ref: control; purpose: text; nodes: LIST [1:?] OF node_representation; |
Users: by entity attributesnode_sequenceUsers: by defined types, not used by any entity attributenode_sequence- |
Global rules for this entity data type- |