|
ENTITY Structured_text_representation SUBTYPE OF (Representation); SELF\Representation.items : SET [1:1] OF string_representation_item_select; END_ENTITY; -- Structured_text_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; Structured_text_representation (RT) items: SET [1:1] OF string_representation_item_select; |
Global rules for this entity data type- |