Overview Schemas Index

fea_definition_relationships_schema         


ENTITY element_topological_relationship;
          aspect : element_aspect;
          element_ref : element_representation;
          item : analysis_item_within_representation;
WHERE
          WR1: 'TOPOLOGY_SCHEMA.TOPOLOGICAL_REPRESENTATION_ITEM' IN TYPEOF (item.item);
          WR2: consistent_topological_reference (aspect, item.item);
          WR3: consistent_element_reference (aspect, element_ref);
END_ENTITY; -- element_topological_relationship

Entity data types and their attributes

element_topological_relationship
          aspect: element_aspect;
          element_ref: element_representation;
          item: analysis_item_within_representation;

Users: by entity attributes

element_topological_relationship

Users: by defined types, not used by any entity attribute

element_topological_relationship
          -

Global rules for this entity data type

          -