|
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; |
Users: by entity attributesSurface_conditionConnection_zone.surface_conditions Part_feature_template_definition.surface_conditions Shape_feature.surface_conditions Surface_condition_association.describing_surface_condition Treatment_result Users: by defined types, not used by any entity attributeTreatment_result- |
Global rules for this entity data type- |