Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hqdm_framework.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,8 @@ SCHEMA HQDM_FRAMEWORK 'Version 1.0';
consists_of : SET [1:?] OF sign FOR participant_in;
END_ENTITY;

ENTITY class_of_representation;
ENTITY class_of_representation
SUBTYPE OF(class_of_association);
END_ENTITY;

ENTITY representation_by_pattern
Expand Down