Commit in lcdd/schemas/lcdd/1.0 on MAIN
sensitive_detectors.xsd+29-41.3 -> 1.4
Scoring plane SD added to schema as 'scorer' element.

lcdd/schemas/lcdd/1.0
sensitive_detectors.xsd 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- sensitive_detectors.xsd	7 Apr 2005 21:04:46 -0000	1.3
+++ sensitive_detectors.xsd	5 Jul 2005 19:03:45 -0000	1.4
@@ -33,7 +33,7 @@
 	Abstract sensitive detector element for group substitution
       </xs:documentation>
     </xs:annotation>
-  </xs:element>  
+  </xs:element>
 
   <xs:complexType name="SensitiveDetectorsType">
     <xs:annotation>
@@ -98,6 +98,32 @@
     </xs:annotation>
   </xs:element>
 
+  <xs:complexType name="ScorerType">
+    <xs:annotation>
+      <xs:documentation>
+	Scoring plane sensitive detector type
+      </xs:documentation>
+    </xs:annotation>
+
+    <xs:complexContent>
+      <xs:extension base="SensitiveDetectorType">
+<!--
+	<xs:attribute name="kill_tracks" type="xs:boolean" default="false" />
+-->
+      </xs:extension>
+    </xs:complexContent>
+<!--
+-->
+  </xs:complexType>
+
+  <xs:element name="scorer" substitutionGroup="sd" type="ScorerType">
+    <xs:annotation>
+      <xs:documentation>
+	Scoring plane element
+      </xs:documentation>
+    </xs:annotation>
+  </xs:element>
+
   <xs:complexType name="SegmentationType">
     <xs:annotation>
       <xs:documentation>
@@ -127,7 +153,7 @@
 	<xs:attribute name="grid_size_z" type="xs:double" use="required"/>
 	<xs:attribute default="mm"  name="lunit"  type="xs:string"/>
       </xs:extension>
-    </xs:complexContent>   
+    </xs:complexContent>
   </xs:complexType>
 
   <xs:complexType name="NonprojectiveCylinderSegmentationType">
@@ -142,7 +168,7 @@
 	<xs:attribute name="grid_size_phi" type="xs:double" use="required"/>
 	<xs:attribute default="mm"  name="lunit"  type="xs:string"/>
       </xs:extension>
-    </xs:complexContent>   
+    </xs:complexContent>
   </xs:complexType>
 
   <xs:element name="grid_xyz" substitutionGroup="segmentation" type="NonprojectiveSegmentationType">
@@ -205,5 +231,4 @@
     </xs:annotation>
   </xs:element>
 
-
 </xs:schema>
CVSspam 0.2.8