|
ENTITY Component_2d_embedded_location SUBTYPE OF (Component_2d_location); precedent_surface : Adjacent_stratum_surface_embedded_physical_component_surface_definition; subsequent_surface : Adjacent_stratum_surface_embedded_physical_component_surface_definition; reference_terminal : Fabrication_joint; UNIQUE UR1 : precedent_surface, reference_terminal, subsequent_surface; WHERE WR1: precedent_surface <> subsequent_surface; WR2: SELF\Component_2d_location.substrate_location = FALSE; WR3: NOT EXISTS(SELF\Representation_relationship.description); END_ENTITY; -- Component_2d_embedded_location |
Global rules for this entity data type- |