|
ENTITY shape_representation_with_parameters SUBTYPE OF (shape_representation); SELF\representation.items : SET [1:?] OF shape_representation_with_parameters_items; END_ENTITY; -- shape_representation_with_parameters |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - shape_representation_with_parameters (RT) items: SET [1:?] OF shape_representation_with_parameters_items; |
Global rules for this entity data type- |