(* SCHEMA process_planning_schema; *)
ENTITY general_property_association;
name : label;
description : OPTIONAL text;
base_definition : general_property;
derived_definition : derived_property_select;
WHERE
wr1: SIZEOF(USEDIN(derived_definition,('PROCESS_PLANNING_SCHEMA.' +
'GENERAL_PROPERTY_ASSOCIATION.') + 'DERIVED_DEFINITION')) =
1;
wr2: derived_definition.name = base_definition.name;
END_ENTITY; -- general_property_association
|
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:47-04:00