|
ENTITY Text_based_representation SUBTYPE OF (Representation); SELF\Representation.context_of_items : Text_based_representation_context; SELF\Representation.items : SET [1:1] OF text_based_item_select; END_ENTITY; -- Text_based_representation |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Text_based_representation (RT) context_of_items: Text_based_representation_context; (RT) items: SET [1:1] OF text_based_item_select; |
Global rules for this entity data type- |