Overview Schemas Index

experience_schema         


ENTITY experience_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          relating_experience : experience;
          related_experience : experience;
END_ENTITY; -- experience_relationship

Entity data types and their attributes

experience_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_experience: experience;
          related_experience: experience;

Users

experience_relationship

Global rules for this entity data type

          -