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