SCHEMA test;
ENTITY person;
name : STRING;
age : INTEGER;
gender : gender_type;
END_ENTITY;
TYPE gender_type = ENUMERATION OF (man, woman);
END_TYPE;
END_SCHEMA;
SCHEMA test;
ENTITY person ABSTRACT SUPERTYPE OF (ONEOF (man, woman));
name : STRING;
age : INTEGER;
END_ENTITY;
ENTITY man SUBTYPE OF (person);
END_ENTITY;
ENTITY woman SUBTYPE OF (person);
END_ENTITY;
END_SCHEMA;
| Mode | E | -T | -U | -S | -H | -R | M | X |
| HLCs extracted from first model | 10 | 10 | 10 | 10 | 0 | 10 | 10 | 10 |
| HLCs extracted from second model | 8 | 8 | 8 | 8 | 0 | 8 | 8 | 8 |
| Comparisons | 99 | 97 | 99 | 100 | 26 | 79 | 91 | 99 |
| HLC-comparisons | 33 | 34 | 33 | 34 | 0 | 17 | 25 | 33 |
| Correspondences | 14 | 11 | 14 | 13 | 5 | 14 | 14 | 14 |
| HLC-correspondences | 7 | 6 | 7 | 6 | 0 | 7 | 7 | 7 |
| Differences | 26 | 20 | 26 | 26 | 5 | 22 | 26 | 26 |
| Number of FC-thesaurus lookups | 4 | 0 | 4 | 4 | 0 | 4 | 4 | 4 |
| Number of name-thesaurus lookups | 20 | 0 | 20 | 20 | 4 | 16 | 20 | 20 |
The frames generated by the CCUS (and output as HTML-ised FIL files) follow - a file for each frame-class: