|
ENTITY Experience_type; name : STRING; description : OPTIONAL STRING; consists_of : OPTIONAL defined_methods; END_ENTITY; -- Experience_type |
Entity data types and their attributesExperience_typename: STRING; (OPT) description: STRING; (OPT) consists_of: defined_methods; |
Global rules for this entity data type- |