|
ENTITY Light_source SUBTYPE OF (Detailed_geometric_model_element); colour : OPTIONAL Colour; light_type : light_type; END_ENTITY; -- Light_source |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Light_source (OPT) colour: Colour; light_type: light_type; |
Global rules for this entity data type- |