|
ENTITY Numerical_representation_context SUBTYPE OF (Representation_context); units : OPTIONAL SET [1:?] OF Unit; accuracies : OPTIONAL SET [1:?] OF Uncertainty_with_unit; END_ENTITY; -- Numerical_representation_context |
Entity data types and their attributesRepresentation_contextid: STRING; kind: STRING; (INV) representations_in_context: SET [1:?] OF Representation FOR context_of_items; Numerical_representation_context (OPT) units: SET [1:?] OF Unit; (OPT) accuracies: SET [1:?] OF Uncertainty_with_unit; |
| Geometric_coordinate_space (Elemental_geometric_shape_arm) |
Global rules for this entity data type- |