<?xml version="1.0"?>
<!DOCTYPE SLDomainProducts [
<!ELEMENT SLDomainProducts (product*)>
<!ELEMENT product (UTLMappings?)>
<!ATTLIST product
          name CDATA #REQUIRED
          vendor CDATA #REQUIRED
          version CDATA #REQUIRED>
<!ELEMENT UTLMappings (ProductMapping*)>
<!ATTLIST ProductMapping
          name CDATA #REQUIRED
          vendor CDATA #REQUIRED>
<!ELEMENT ProductMapping EMPTY>
]>

<SLDomainProducts>
		<product name="SAP NETWEAVER" vendor="sap.com" version="7.20">
			<UTLMappings>
				<ProductMapping name="" vendor=""/>
			</UTLMappings>
		</product>
</SLDomainProducts>
