<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT registeredWebService (webServiceName,mediatorService,webServiceDescription,
											webServiceAddress,inputAttributes,outputAttributes,additionalData)>
<!ELEMENT webServiceName (#PCDATA)>
<!ELEMENT mediatorService (#PCDATA)>
<!ELEMENT webServiceDescription (#PCDATA)>
<!ELEMENT webServiceAddress (#PCDATA)>
<!ELEMENT inputAttributes (attributePair*)>
<!ELEMENT outputAttributes (attributePair*)>
<!ELEMENT additionalData (dataPair*)>
<!ELEMENT attributePair (attName, attType)>
<!ELEMENT dataPair (attName, attValue)>
<!ELEMENT attName (#PCDATA)>
<!ELEMENT attType (#PCDATA)>
<!ELEMENT attValue (#PCDATA)>
