|
ENTITY shape_dimension_representation SUBTYPE OF (shape_representation); SELF\representation.items : SET [1:?] OF shape_dimension_representation_item; WHERE WR1: SIZEOF (QUERY (temp <* items | NOT ( NOT('QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM' IN TYPEOF (temp)) OR (('MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT' IN TYPEOF (temp)) OR ('MEASURE_SCHEMA.PLANE_ANGLE_MEASURE_WITH_UNIT' IN TYPEOF (temp))) ) )) = 0; END_ENTITY; -- shape_dimension_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; shape_representation - shape_dimension_representation (RT) items: SET [1:?] OF shape_dimension_representation_item; |
Global rules for this entity data type- |