The interface element, which is also known as the portType element, defines the communication pattern for a message. This communication pattern is made up of a collection of logically related operations that are defined in the operation element.
In the syntax for the interface element, InterfaceName is the name of the port or interface.
In the code example, LibInterface is the name of the interface.