(* SCHEMA step_ship_schema; *)
-- ONLY IN AP203
ENTITY assembly_component_usage_substitute;
name : label;
definition : text;
base : assembly_component_usage;
substitute : assembly_component_usage;
UNIQUE
ur1 : base, substitute;
WHERE
wr1: (base.relating_product_definition :=: substitute.
relating_product_definition);
wr2: (base :<>: substitute);
END_ENTITY;
|
[Top Level Definitions] [Exit]
Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:20-04:00