examples/CQL/MultiInheritance.cql in activefacts-0.7.0 vs examples/CQL/MultiInheritance.cql in activefacts-0.7.1
- old
+ new
@@ -11,10 +11,11 @@
* Entity Types
*/
Person is identified by its Name;
Australian is a kind of Person;
-Australian has at most one TFN;
+Australian has at most one TFN,
+ TFN is of one Australian;
Employee is a kind of Person identified by its ID;
AustralianEmployee is a kind of Employee, Australian;