|
ENTITY experience_type_relationship; id : identifier; name : label; description : OPTIONAL text; relating_experience_type : experience_type; related_experience_type : experience_type; END_ENTITY; -- experience_type_relationship |
Entity data types and their attributesexperience_type_relationshipid: identifier; name: label; (OPT) description: text; relating_experience_type: experience_type; related_experience_type: experience_type; |
Global rules for this entity data type- |