|
ENTITY Geometric_coordinate_space SUBTYPE OF (Numerical_representation_context); dimension_count : INTEGER; WHERE WR1: dimension_count >0; END_ENTITY; -- Geometric_coordinate_space |
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 dimension_count: INTEGER; |
Global rules for this entity data type- |