(* SCHEMA integrated_cnc_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, 'INTEGRATED_CNC_SCHEMA.' +
'GENERAL_PROPERTY_ASSOCIATION.' + 'DERIVED_DEFINITION')) = 1;
WR2: derived_definition.name = base_definition.name;
END_ENTITY; -- 10303-41: product_property_definition_schema
|
Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:20-02:00