Commit in lcdd/schemas/lcdd/1.0 on MAIN
sensitive_detectors.xsd+16-141.5 -> 1.6


lcdd/schemas/lcdd/1.0
sensitive_detectors.xsd 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- sensitive_detectors.xsd	5 Jul 2005 20:35:54 -0000	1.5
+++ sensitive_detectors.xsd	6 Jul 2005 16:18:51 -0000	1.6
@@ -85,7 +85,7 @@
     </xs:annotation>
     <xs:complexContent>
       <xs:extension base="SensitiveDetectorType">
-        <xs:attribute name="combine_hits" type="xs:boolean" default="false" />
+	<xs:attribute name="combine_hits" type="xs:boolean" default="false" />
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
@@ -102,22 +102,24 @@
     <xs:annotation>
       <xs:documentation>
 	Scoring plane sensitive detector type.
-	Assigned LV should be thin and close to Vacuum.
+	Assigned LV should be thin, e.g. a few micron, and close to Vacuum.
       </xs:documentation>
     </xs:annotation>
 
     <xs:complexContent>
       <xs:extension base="SensitiveDetectorType">
 	<xs:annotation>
-	  This type of SD ignore the ecut attribute, because this will often be 0 in a vacuum.
+	  <xs:documentation>
+	    This type of SD ignore the ecut attribute, because this will often be 0 in a vacuum.
+	  </xs:documentation>
 	</xs:annotation>
-<!--
-	<xs:attribute name="kill_tracks" type="xs:boolean" default="false" />
--->
+	<!--
+	    <xs:attribute name="kill_tracks" type="xs:boolean" default="false" />
+	-->
       </xs:extension>
     </xs:complexContent>
-<!--
--->
+    <!--
+    -->
   </xs:complexType>
 
   <xs:element name="scorer" substitutionGroup="sd" type="ScorerType">
@@ -219,12 +221,12 @@
 	Prj ZPlane segmentation type
       </xs:documentation>
     </xs:annotation>
-  <xs:complexContent>
-    <xs:extension base="SegmentationType">
-      <xs:attribute name="ntheta" type="xs:int" use="required" />
-      <xs:attribute name="nphi"   type="xs:int" use="required" />
-    </xs:extension>
-  </xs:complexContent>
+    <xs:complexContent>
+      <xs:extension base="SegmentationType">
+	<xs:attribute name="ntheta" type="xs:int" use="required" />
+	<xs:attribute name="nphi"   type="xs:int" use="required" />
+      </xs:extension>
+    </xs:complexContent>
   </xs:complexType>
 
   <xs:element name="projective_zplane" substitutionGroup="segmentation" type="ProjectiveZPlaneSegmentationType">
CVSspam 0.2.8