|
ENTITY light_source SUPERTYPE OF (ONEOF (light_source_ambient, light_source_directional, light_source_positional, light_source_spot)) SUBTYPE OF (geometric_representation_item); light_colour : colour; WHERE WR1: SIZEOF(USEDIN(SELF,'PRESENTATION_APPEARANCE_SCHEMA.'+ 'STYLED_ITEM.ITEM')) = 0; END_ENTITY; -- light_source |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; light_source light_colour: colour; |
| light_source_ambient (presentation_organization_schema) |
| light_source_directional (presentation_organization_schema) |
| light_source_positional (presentation_organization_schema) |
| light_source_spot (presentation_organization_schema) |
Global rules for this entity data type- |