|
ENTITY path_parameter_representation SUBTYPE OF (definitional_representation); SELF\representation.context_of_items : path_parameter_representation_context; SELF\representation.items : SET [1:?] OF bounded_curve; WHERE WR1: SELF\representation.context_of_items\geometric_representation_context.coordinate_space_dimension = 2; END_ENTITY; -- path_parameter_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; definitional_representation - path_parameter_representation (RT) context_of_items: path_parameter_representation_context; (RT) items: SET [1:?] OF bounded_curve; |
Global rules for this entity data type- |