|
ENTITY face_shape_representation SUBTYPE OF (shape_representation); WHERE WR1: SIZEOF ( SELF.items ) =1; WR2: SIZEOF ( QUERY ( i <* SELF.items | SIZEOF ( ['AUTOMOTIVE_DESIGN.'+ 'FACE' , 'AUTOMOTIVE_DESIGN.'+ 'CLOSED_SHELL' , 'AUTOMOTIVE_DESIGN.'+ 'OPEN_SHELL']*TYPEOF ( i ) ) =1 ) ) =1; END_ENTITY; -- face_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; shape_representation - face_shape_representation - |
Global rules for this entity data type- |