|
ENTITY Shape_element_locating_relationship SUBTYPE OF (Shape_element_constituent_relationship); SELF\Shape_element_relationship.relating RENAMED locating_shape_element : Shape_element; SELF\Shape_element_relationship.related RENAMED located_shape_element : Shape_element; UNIQUE UR1 : located_shape_element, locating_shape_element; END_ENTITY; -- Shape_element_locating_relationship |
Entity data types and their attributesShape_element_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating: Shape_element; related: Shape_element; Shape_element_constituent_relationship - Shape_element_locating_relationship (RT) relating->locating_shape_element: Shape_element; (RT) related->located_shape_element: Shape_element; |
Global rules for this entity data type- |