|
ENTITY General_symbol SUBTYPE OF (Representation); END_ENTITY; -- General_symbol |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; General_symbol - |
Global rules for this entity data type- |