Print

Print


Commit in lcdd/schemas/lcdd/1.0 on MAIN
lcdd_sensitive_detectors.xsd+8-11.2 -> 1.3
JM: Restrict verbose value of SD to between 0 and 2

lcdd/schemas/lcdd/1.0
lcdd_sensitive_detectors.xsd 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- lcdd_sensitive_detectors.xsd	27 Sep 2005 00:11:34 -0000	1.2
+++ lcdd_sensitive_detectors.xsd	31 Mar 2006 01:08:21 -0000	1.3
@@ -23,7 +23,14 @@
     <xs:attribute name="endcap_flag"        type="xs:boolean" default="false" />
     <xs:attribute name="ecut"               type="xs:double" default="0.0" />
     <xs:attribute name="eunit"              type="xs:string" default="MeV" />
-    <xs:attribute name="verbose"            type="xs:int" default="0" />
+    <xs:attribute name="verbose">
+      <xs:simpleType>
+	<xs:restriction base="xs:integer">
+	  <xs:minInclusive value="0"/>
+	  <xs:maxInclusive value="2"/>
+	</xs:restriction>
+      </xs:simpleType>
+    </xs:attribute>
 
   </xs:complexType>
 
CVSspam 0.2.8