SCHEMA source; SCHEMA target;The only way to create the child instances in the target is with a REPEAT loop and NEW.ENTITY parent; ENTITY parent; children : INTEGER; END_ENTITY; END_ENTITY; ENTITY child; END_SCHEMA; parent : parent; END_ENTITY; END_SCHEMA;
Maintained by John Valois, STEP Tools, Inc. (valois@steptools.com)