|
ENTITY Position; name : STRING; description : OPTIONAL STRING; address : OPTIONAL Address; position_context : position_context_item; END_ENTITY; -- Position |
Entity data types and their attributesPositionname: STRING; (OPT) description: STRING; (OPT) address: Address; position_context: position_context_item; |
Global rules for this entity data type- |