|
ENTITY Position_type; name : STRING; description : OPTIONAL STRING; defined_by : Type_of_person; END_ENTITY; -- Position_type |
Entity data types and their attributesPosition_typename: STRING; (OPT) description: STRING; defined_by: Type_of_person; |
Global rules for this entity data type- |