Sha256: e705c5d1bbb0450a2d19ff02c58c677880404ebfc489da2f27365e5be4202a05

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 Bytes

Contents

vocabulary PersonPlaysGame;

/*
 * Value Types
 */
GameCode is written as FixedLengthText;
PersonName is written as VariableLengthText;

/*
 * Entity Types
 */
Game is identified by its Code;

Person is identified by its Name;

Playing is where
	Person plays Game;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activefacts-0.8.6 examples/CQL/PersonPlaysGame.cql
activefacts-0.8.5 examples/CQL/PersonPlaysGame.cql