|
ENTITY Representation_with_uncertainty SUBTYPE OF (Representation); uncertainty : SET [1:?] OF Uncertainty_with_unit; END_ENTITY; -- Representation_with_uncertainty |
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; Representation_with_uncertainty uncertainty: SET [1:?] OF Uncertainty_with_unit; |
Global rules for this entity data type- |