|
ENTITY Data_environment; environment_name : STRING; description : OPTIONAL STRING; environment_characterization : SET [1:?] OF dependent_or_independent_property_representation; END_ENTITY; -- Data_environment |
Entity data types and their attributesData_environmentenvironment_name: STRING; (OPT) description: STRING; environment_characterization: SET [1:?] OF dependent_or_independent_property_representation; |
Global rules for this entity data type- |