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