|
ENTITY Visual_appearance SUBTYPE OF (Surface_condition); id : OPTIONAL STRING; colour_id : STRING; name : OPTIONAL STRING; colour_name : OPTIONAL STRING; lustre : STRING; transparency : OPTIONAL STRING; pattern : OPTIONAL STRING; END_ENTITY; -- Visual_appearance |
Entity data types and their attributesSurface_condition(OPT) value_determination: STRING; Visual_appearance (OPT) id: STRING; colour_id: STRING; (OPT) name: STRING; (OPT) colour_name: STRING; lustre: STRING; (OPT) transparency: STRING; (OPT) pattern: STRING; |
| Extended_visual_appearance (Surface_conditions_arm) |
Global rules for this entity data type- |