|
ENTITY Location; name : STRING; description : OPTIONAL STRING; alternative_location_representations : SET [0:?] OF Location_representation; END_ENTITY; -- Location |
Entity data types and their attributesLocationname: STRING; (OPT) description: STRING; alternative_location_representations: SET [0:?] OF Location_representation; |
Global rules for this entity data type- |