|
ENTITY Resource_item; name : STRING; description : OPTIONAL STRING; resource_items : OPTIONAL SET [0:?] OF resource_item_select; END_ENTITY; -- Resource_item |
Entity data types and their attributesResource_itemname: STRING; (OPT) description: STRING; (OPT) resource_items: SET [0:?] OF resource_item_select; |
Global rules for this entity data type- |