|
ENTITY context_dependent_over_riding_styled_item SUBTYPE OF (over_riding_styled_item); style_context : LIST [1:?] OF style_context_select; WHERE WR1: (SIZEOF(QUERY(sc <* SELF.style_context | 'REPRESENTATION_SCHEMA.REPRESENTATION_ITEM' IN TYPEOF(sc)))= 1) OR (SIZEOF(QUERY(sc <* SELF.style_context | ('REPRESENTATION_SCHEMA.MAPPED_ITEM' IN TYPEOF(sc)) OR ('REPRESENTATION_SCHEMA.REPRESENTATION_RELATIONSHIP' IN TYPEOF(sc)) )) = SIZEOF(style_context)); END_ENTITY; -- context_dependent_over_riding_styled_item |
Entity data types and their attributesrepresentation_itemname: label; styled_item styles: SET [1:?] OF presentation_style_assignment; item: representation_item; over_riding_styled_item over_ridden_style: styled_item; context_dependent_over_riding_styled_item style_context: LIST [1:?] OF style_context_select; |
| hidden_element_over_riding_styled_item (Camera_view_3d_mim) |
Global rules for this entity data type- |