Sha256: d129df11629ab25afaaf2cadd0b80448e3402fa642702e80967359c588c37dbc

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

vocabulary MultiInheritance;

/*
 * Value Types
 */
EmployeeID is defined as AutoCounter();
PersonName is defined as VariableLengthText();

/*
 * Entity Types
 */
Person is identified by its Name;

Australian is a kind of Person;

Employee is a kind of Person identified by its ID;

AustralianEmployee is a kind of Employee, Australian;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activefacts-0.6.0 examples/CQL/MultiInheritance.cql