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