|
ENTITY surface_style_rendering_with_properties SUBTYPE OF (surface_style_rendering); properties : SET [1:2] OF rendering_properties_select; WHERE WR1: (HIINDEX(SELF.properties) = 1) XOR (TYPEOF(SELF.properties[1]) <> TYPEOF(SELF.properties[2])); END_ENTITY; -- surface_style_rendering_with_properties |
Entity data types and their attributessurface_style_renderingrendering_method: shading_surface_method; surface_colour: colour; surface_style_rendering_with_properties properties: SET [1:2] OF rendering_properties_select; |
Users: by entity attributessurface_style_renderingsurface_side_style.styles surface_style_element_select surface_style_rendering_with_properties Users: by defined types, not used by any entity attributesurface_style_rendering_with_properties- |
Global rules for this entity data type- |