Sha256: 2162193868f60e8ede7c7f6b2884cb1314260fbb97a027705a8873bd870b3e2f
Contents?: true
Size: 696 Bytes
Versions: 14
Compression:
Stored size: 696 Bytes
Contents
vocabulary SchoolActivities; /* * Value Types */ Activity Name is written as String(32); School Name is written as String; Student Name is written as String; /* * Entity Types */ Activity is identified by its Name; School is identified by its Name; School Activity is where School sanctions Activity; Student is identified by its Name; Student is enrolled in one School; Student Participation is where Student represents School in Activity, Student participates in Activity as representative of one School; /* * Constraints: */ Student represents School in Activity only if School sanctions Activity; Student represents School in Activity only if Student is enrolled in School;
Version data entries
14 entries across 14 versions & 2 rubygems