<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) International Business Machines Corporation, 2002, 2003. (c) University of Edinburgh 2002, 2003.-->
<!-- See OGSA-DAI-Licence.txt for licencing information.-->

<dataResourceConfig
     xmlns="http://ogsadai.org.uk/namespaces/2004/05/gdsf/config" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://ogsadai.org.uk/namespaces/2004/05/gdsf/config
     ../../schema/ogsadai/xsd/data_resource_config.xsd">
                                    
  <documentation>
  
    This is an example data resource configuration file for a relational
    data resource. It specifies, amongst other things, the URL to the data 
    resource, the database driver class name, and the activities that are
    supported by a Grid Data Service (GDS) created by a Grid Data Service 
    Factory (GDSF) configured with this file.
  
  </documentation>

  <!-- Metadata describing the data resource -->
  <metaData>
    <!-- These elements and their contents are optional -->
    <productInfo>
      <productName>dqp</productName>
      <productVersion>1</productVersion>
      <vendorName>ogsa-dai</vendorName>
    </productInfo>
    <relationalMetaData>
      
    </relationalMetaData>
  </metaData>


  <!-- Rolemapper to use for mapping from Grid credentials to database roles -->
  <!-- information on how to map from Grid credentials to database roles -->
	<roleMap name="Name" implementation="uk.org.ogsadai.common.rolemap.SimpleFileRoleMapper" configuration="F:\jakarta-tomcat-4.1.31/webapps/ogsa/WEB-INF/etc/ExampleDatabaseRoles.xml"/>

	<!-- Data resource details. These settings allow GDS to connect to the DBMS -->
  <dataResource
    	implementation="uk.org.ogsadai.dqp.gdqs.dataresource.DQPDataResourceImplementation">
    <driver implementation="dqp">
      <uri>dqp</uri>
    </driver>
  </dataResource>

</dataResourceConfig>










