|
ENTITY Parallel_shape_element_relationship SUBTYPE OF (Shape_element_relationship); WHERE WR1: NOT EXISTS (SELF\Shape_element_relationship.relation_type); END_ENTITY; -- Parallel_shape_element_relationship |
Entity data types and their attributesShape_element_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating: Shape_element; related: Shape_element; Parallel_shape_element_relationship - |
Global rules for this entity data type- |