|
ENTITY Interface_connector_design_to_realized; id : STRING; name : STRING; description : OPTIONAL STRING; design : Interface_connector_design; realized : Interface_connector_as_realized; END_ENTITY; -- Interface_connector_design_to_realized |
Entity data types and their attributesInterface_connector_design_to_realizedid: STRING; name: STRING; (OPT) description: STRING; design: Interface_connector_design; realized: Interface_connector_as_realized; |
Global rules for this entity data type- |