Overview Schemas Index

Surface_conditions_arm         


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 attributes

Surface_condition
          (OPT) value_determination: STRING;
Treatment_result
          (OPT) id: STRING;
          (OPT) name: STRING;
          description: STRING;
          (OPT) purpose: STRING;

Users: by entity attributes

Surface_condition
          Connection_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 attribute

Treatment_result
          -

Global rules for this entity data type

          -