Commit in lcdd/schemas/lcdd/1.0 on MAIN
lcdd_sensitive_detectors.xsd+191.6 -> 1.7
add unsegmented_calorimeter to schema

lcdd/schemas/lcdd/1.0
lcdd_sensitive_detectors.xsd 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- lcdd_sensitive_detectors.xsd	30 Oct 2009 21:24:17 -0000	1.6
+++ lcdd_sensitive_detectors.xsd	7 Dec 2010 01:03:13 -0000	1.7
@@ -95,6 +95,17 @@
         </xs:complexContent>    
     </xs:complexType>
 
+    <xs:complexType name="UnsegmentedCalorimeterType">
+        <xs:annotation>
+            <xs:documentation>
+                Optical calorimeter sensitive detector type
+            </xs:documentation>
+        </xs:annotation>
+        <xs:complexContent>
+            <xs:extension base="CalorimeterType"/>
+        </xs:complexContent>    
+    </xs:complexType>
+
     <xs:element name="calorimeter" substitutionGroup="sd" type="CalorimeterType">
         <xs:annotation>
             <xs:documentation>
@@ -111,6 +122,14 @@
         </xs:annotation>
     </xs:element>
 
+    <xs:element name="unsegmented_calorimeter" substitutionGroup="sd" type="UnsegmentedCalorimeterType">
+        <xs:annotation>
+            <xs:documentation>
+                Optical calorimeter sensitive detector element
+            </xs:documentation>
+        </xs:annotation>
+    </xs:element>
+
     <xs:complexType name="TrackerType">
         <xs:annotation>
             <xs:documentation>
CVSspam 0.2.8