|
ENTITY In_zone; id : STRING; name : STRING; description : OPTIONAL STRING; located_item : in_zone_item; zone : Zone_element_definition; END_ENTITY; -- In_zone |
Entity data types and their attributesIn_zoneid: STRING; name: STRING; (OPT) description: STRING; located_item: in_zone_item; zone: Zone_element_definition; |
Global rules for this entity data type- |