|
ENTITY Interface_connector_design_to_planned; id : STRING; name : STRING; description : OPTIONAL STRING; design : Interface_connector_design; planned : Interface_connector_as_planned; END_ENTITY; -- Interface_connector_design_to_planned |
Entity data types and their attributesInterface_connector_design_to_plannedid: STRING; name: STRING; (OPT) description: STRING; design: Interface_connector_design; planned: Interface_connector_as_planned; |
Global rules for this entity data type- |