<?xml version='1.0' encoding='us-ascii' ?>


<!-- A sample isntance info file -->



<!-- Specifying the location of the DTD for the 
     instance info file -->
<!DOCTYPE instance-info SYSTEM "instance-info.dtd">


<!-- root element of the instance info document -->
<instance-info>


 
     <!-- The component ID for this instance -->
     <componentID> some component ID </componentID>


     <!-- User given name to the instance -->
     <instance-name>  Test Instance </instance-name>


     <!-- The unique ID that is used as a file name when storing
          the information -->
     <uniqueID>  /database/design-4/final/TestInstance.xml </uniqueID>


     <!-- Creation mechanism independent information -->
     <creation-indep-info>

             <!-- POSIX environment variable values -->
             <POSIX-env>

                    <!-- Specifying the location of tmp
                         directory -->
                    <TMPDIR>   /tmp    </TMPDIR>
 
             </POSIX-env>


             <!-- Framework services network locations
                  and port numbers -->
             <services-env>

                    <!-- Details of the instance registry --> 
                    <REGISTRY_CONTEXT>   http://lookout.extreme.indiana.edu:9999/instances/ccat   </REGISTRY_CONTEXT>
             </services-env>

     </creation-indep-info>




     <!-- Creation mechanism dependent information -->
     <creation-dep-info>

             <creation-method>  gram  </creation-method>

             <creation-env>

                    <name-value-pair>

                           <name>  TMPDIR  </name>
                           <value>  /tmp  </value>

                    </name-value-pair>

             </creation-env>


             <!-- Path to the executable for the instance -->
             <exe-path>  /bin/test  </exe-path>


      </creation-dep-info>



      <!-- instance creation time -->
      <creation-time>   9 October 1999   </creation-time>


      <!-- Address of the machine on which the instance
           was created -->
      <target-host>  mishrak.extreme.indiana.edu  </target-host>


</instance-info>
 
                   
