|
ENTITY Interface_connector_planned_to_realized; id : STRING; name : STRING; description : OPTIONAL STRING; planned : Interface_connector_as_planned; realized : Interface_connector_as_realized; END_ENTITY; -- Interface_connector_planned_to_realized |
Entity data types and their attributesInterface_connector_planned_to_realizedid: STRING; name: STRING; (OPT) description: STRING; planned: Interface_connector_as_planned; realized: Interface_connector_as_realized; |
Global rules for this entity data type- |