|
ENTITY Layer; id : STRING; description : STRING; layered_elements : SET [1:?] OF Representation_item; END_ENTITY; -- Layer |
Entity data types and their attributesLayerid: STRING; description: STRING; layered_elements: SET [1:?] OF Representation_item; |
Global rules for this entity data type- |