Sha256: 0c49b06c425866a94d381b7df703912c02faf95440fc7e93d70f6b478adfe0e3

Contents?: true

Size: 326 Bytes

Versions: 25

Compression:

Stored size: 326 Bytes

Contents

vocabulary OddIdentifier;

/*
 * Value Types
 */
Ordinal is written as Signed Integer(32);
Text is written as String;
Thing ID is written as Auto Counter;

/*
 * Entity Types
 */
Thing is identified by its ID;

Thing Sequence is identified by Thing and Text where
	Thing has Ordinal occurrence,
	Thing Sequence has one Text;

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
activefacts-0.8.13 examples/CQL/OddIdentifier.cql
activefacts-0.8.12 examples/CQL/OddIdentifier.cql
activefacts-0.8.10 examples/CQL/OddIdentifier.cql
activefacts-0.8.9 examples/CQL/OddIdentifier.cql
activefacts-0.8.8 examples/CQL/OddIdentifier.cql