<?xml version="1.0"?>
<Configuration xmlns="http://www.cern.ch/cms/DDL" 
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
	       name="CMSConfiguration" 
	       version="0">

<!-- This example geometry can be used both for test-beam analysis -->
<!-- and for generating OSCAR MC events with the particle gun.     -->

   <Include>
        <File name="tb.xml"   url="."/>
        <File name="tracker.xml"   url="."/>
        <File name="materials.xml"   url="."/>
        <File name="specs.xml"   url="."/>
        <Root fileName="tb.xml" logicalPartName="CMS"/>
   </Include>
   
   <!-- enforce validation of documents listed above -->
   <Schema schemaLocation="http://www.cern.ch/cms/DDL http://cmsdoc.cern.ch/cms/software/ddd/DDLSchema/DDLSchema.xsd" 
           validation="true"/>

</Configuration>              

