|
ENTITY Tactile_appearance SUBTYPE OF (Surface_condition); id : OPTIONAL STRING; name : OPTIONAL STRING; depth : OPTIONAL Measure_item; description : OPTIONAL STRING; END_ENTITY; -- Tactile_appearance |
Entity data types and their attributesSurface_condition(OPT) value_determination: STRING; Tactile_appearance (OPT) id: STRING; (OPT) name: STRING; (OPT) depth: Measure_item; (OPT) description: STRING; |
Global rules for this entity data type- |