|
ENTITY Interface_definition_for; id : STRING; name : STRING; description : OPTIONAL STRING; interface : Interface_specification_definition; interface_component : interface_definition_item; END_ENTITY; -- Interface_definition_for |
Entity data types and their attributesInterface_definition_forid: STRING; name: STRING; (OPT) description: STRING; interface: Interface_specification_definition; interface_component: interface_definition_item; |
Global rules for this entity data type- |