Commit in GeomConverter/resources/org/lcsim/schemas/compact/1.0 on MAIN
compact.xsd+1-11.2 -> 1.3
make id attribute of detector optional so 0 id need not be specified for supports and other dead material

GeomConverter/resources/org/lcsim/schemas/compact/1.0
compact.xsd 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- compact.xsd	12 Feb 2009 19:43:15 -0000	1.2
+++ compact.xsd	16 Mar 2009 22:34:02 -0000	1.3
@@ -207,7 +207,7 @@
             </xs:sequence>
             <xs:attribute name="name" type="xs:string" use="required"/>
             <xs:attribute name="type" type="xs:string" use="required"/>
-            <xs:attribute name="id" type="xs:integer" use="required" />
+            <xs:attribute name="id" type="xs:integer" use="optional" />
             <xs:attribute name="readout" type="xs:string" use="optional" />
             <xs:attribute name="insideTrackingVolume" type="xs:boolean" use="optional"/>
             <xs:attribute name="reflect" type="xs:boolean" use="optional"/>
CVSspam 0.2.8