Overview Schemas Index

presentation_appearance_schema         


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 attributes

surface_style_rendering
          rendering_method: shading_surface_method;
          surface_colour: colour;
surface_style_rendering_with_properties
          properties: SET [1:2] OF rendering_properties_select;

Users: by entity attributes

surface_style_rendering
          surface_side_style.styles
                    surface_style_element_select
surface_style_rendering_with_properties

Users: by defined types, not used by any entity attribute

surface_style_rendering_with_properties
          -

Global rules for this entity data type

          -