|
ENTITY cell_with_explicit_boundary SUBTYPE OF (cell); boundary : SET [1:?] OF topological_representation_item; END_ENTITY; -- cell_with_explicit_boundary |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - cell description: text; dimension: INTEGER; cell_with_explicit_boundary boundary: SET [1:?] OF topological_representation_item; |
Global rules for this entity data type- |