<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
  This file configures GDAS to locate and query a specific GDAS 0.9.1
  GetCapabilities <Framework><Dataset>. 

  The documentation in this file defines the mapping between values in
  the GetCapabilities.xml and the DataHandlerConfig.xml. The schema
  that defines this file is schema091/dataHandlerConfig.xsd.
-->

<!-- You do not need to modify the <data_source_list> element -->
<data_source_list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:noNamespaceSchemaLocation="../../schema091/dataHandlerConfig091.xsd">

  <!--
    The correct values for the framework_config attributes are found
    in your GetCapabilities.xml
    
    FrameworkName = <Framework><Name> value
    FrameworkVersion=<Framework><Version> value
    FrameworkDomain=<Framework><Domain> value
    
    There is a one to one mapping of  elements GetCapabilities <Framework>
    elements to <framework_config> elements.
  -->
  <framework_config FrameworkName= FrameworkVersion=
    FrameworkDomain="">
    <!--
      The correct values for the dataset_config attributes are
      found in your GetCapabilities.xml
      
      <Dataset><Name>=DatasetName value
      <Dataset><Domain>=DatasetDomain value
      
      There is a one to one mapping of GetCapabilities <Dataset> elements 
      to this files <dataset_config> elements.
    -->
        <dataset_config DatasetName= DatasetDomain="">
            <!--
              The content of the <parameter> tags will vary depending
              on the implementation of the DataRetieverInterface that
              is needed for this data store. Consult the documentation
              of the DataRetrieverInterface implementation to be used
              to know what goes in the parameter(s) element. Parameter
              elements have 'name' and 'value' attributes. There can
              be any number of them.
              
              More information on this configuration can be found in the
              distribution - doc/org/nfis/gdas/v091/doc-files/configureGdas.html#parameterElement
            -->
            <parameter name="" value=""/>
            <parameter name="" value=""/>

            <!--
              geo_linkage_field_type is the data type of the GDAS
              Geolinkage field (section 7.1.4.1.10.9), this value is
              not in the GetCapabilities.xml but you know it because
              you house the data
            -->
            <geo_linkage_field_type value=""/>

            <!--
              Different data stores may require different
              DataRetrieverInterface implementations.  The value of
              the data_retriever_class_name attribute is the class
              name of the DataRetrieverInterface this datastore needs
              to use. See the GDAS programmers manual to find out how
              to create a new retiever.
            -->
            <data_retriever_class data_retriever_class_name=
            ""/>
        </dataset_config>
    </framework_config>
</data_source_list>












