|
ENTITY Interface_connection; id : STRING; description : OPTIONAL STRING; connection_type : STRING; connecting : connection_items; connected : connection_items; END_ENTITY; -- Interface_connection |
Entity data types and their attributesInterface_connectionid: STRING; (OPT) description: STRING; connection_type: STRING; connecting: connection_items; connected: connection_items; |
| Hierarchical_interface_connection (Interface_arm) |
Global rules for this entity data type- |