Sha256: b252e7dc3d62aec96443ab4029d47e888b154f3a77fa9c37cc839f9f15ab0b5b

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

vocabulary PersonPlaysGame;

/*
 * Value Types
 */
GameCode is defined as FixedLengthText();
PersonName is defined 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

3 entries across 3 versions & 1 rubygems

Version Path
activefacts-0.7.0 examples/CQL/PersonPlaysGame.cql
activefacts-0.7.1 examples/CQL/PersonPlaysGame.cql
activefacts-0.7.2 examples/CQL/PersonPlaysGame.cql