Commit in lcsim/resources/org/lcsim/schemas/lcsim/1.0 on MAIN
lcsim.xsd+4-31.5 -> 1.6
add missing baseDir attribute to fileSet

lcsim/resources/org/lcsim/schemas/lcsim/1.0
lcsim.xsd 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- lcsim.xsd	18 May 2010 00:26:51 -0000	1.5
+++ lcsim.xsd	26 May 2010 16:37:50 -0000	1.6
@@ -19,15 +19,16 @@
                                 <!-- FIXME The file element is repeated here instead of having its own type. -->
                                 <xs:element name="file" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
                             </xs:sequence>
+                            <xs:attribute name="baseDir" type="xs:string" use="required"/>
                         </xs:complexType>
                     </xs:element>
-                    <xs:element name="fileRegExp" minOccurs="0" maxOccurs="unbounded">                        
+                    <xs:element name="fileRegExp" minOccurs="0" maxOccurs="unbounded"> 
                         <xs:complexType>                            
                             <xs:simpleContent>
                                 <xs:extension base="xs:string">
                                     <xs:attribute name="baseDir" type="xs:string" use="required"/>
                                 </xs:extension>  
-                            </xs:simpleContent>                                                                                                              
+                            </xs:simpleContent> 
                         </xs:complexType>                                                
                     </xs:element>
                 </xs:choice>            
@@ -114,4 +115,4 @@
         </xs:complexType>    
     </xs:element>
         
-</xs:schema>
\ No newline at end of file
+</xs:schema>
CVSspam 0.2.8