|
ENTITY text_style_with_box_characteristics SUBTYPE OF (text_style); characteristics : SET [1:4] OF box_characteristic_select; WHERE WR1: SIZEOF( QUERY( c1 <* SELF.characteristics | SIZEOF( QUERY( c2 <* SELF.characteristics - c1 | TYPEOF (c1) = TYPEOF (c2) )) > 0 )) = 0; END_ENTITY; -- text_style_with_box_characteristics |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; text_style name: label; character_appearance: character_style_select; text_style_with_box_characteristics characteristics: SET [1:4] OF box_characteristic_select; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select text_style presentation_style_assignment.styles presentation_style_select text_style_with_box_characteristics Users: by defined types, not used by any entity attributetext_style_with_box_characteristics- |
Global rules for this entity data type- |