examples/CQL/CompanyDirectorEmployee.cql in activefacts-0.7.2 vs examples/CQL/CompanyDirectorEmployee.cql in activefacts-0.7.3

- old
+ new

@@ -1,12 +1,12 @@ vocabulary CompanyDirectorEmployee; /* * Value Types */ -CompanyName is defined as VariableLengthText(48); -EmployeeNr is defined as SignedInteger(32); -Name is defined as VariableLengthText(48); +CompanyName is written as VariableLengthText(48); +EmployeeNr is written as SignedInteger(32); +Name is written as VariableLengthText(48); /* * Entity Types */ Company is identified by its Name where