|
ENTITY connected_edge_set SUBTYPE OF (topological_representation_item); ces_edges : SET [1:?] OF edge; END_ENTITY; -- connected_edge_set |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - connected_edge_set ces_edges: SET [1:?] OF edge; |
Global rules for this entity data type- |