|
ENTITY Representation_item_with_uncertainty SUBTYPE OF (Representation_item); uncertainty : SET [1:?] OF Uncertainty_value; END_ENTITY; -- Representation_item_with_uncertainty |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Representation_item_with_uncertainty uncertainty: SET [1:?] OF Uncertainty_value; |
Global rules for this entity data type- |