<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT registeredMediatorService (mediatorServiceName,ServiceDomain,mediatorServiceDescription,
													mediatorServiceAddress,auxiliaryAttributes)>
<!ELEMENT mediatorServiceName (#PCDATA)>
<!ELEMENT ServiceDomain (#PCDATA)>
<!ELEMENT mediatorServiceDescription (#PCDATA)>
<!ELEMENT mediatorServiceAddress (#PCDATA)>
<!ELEMENT auxiliaryAttributes (attributePair*)>
<!ELEMENT attributePair (attName, attType)>
<!ELEMENT attName (#PCDATA)>
<!ELEMENT attType (#PCDATA)>
