|
ENTITY Hardness SUBTYPE OF (Surface_condition); description : OPTIONAL STRING; depth : OPTIONAL Measure_item; environment_condition : SET [0:?] OF STRING; hardness_value : Measure_item; measuring_method : STRING; measuring_position : OPTIONAL STRING; END_ENTITY; -- Hardness |
Entity data types and their attributesSurface_condition(OPT) value_determination: STRING; Hardness (OPT) description: STRING; (OPT) depth: Measure_item; environment_condition: SET [0:?] OF STRING; hardness_value: Measure_item; measuring_method: STRING; (OPT) measuring_position: STRING; |
Global rules for this entity data type- |