Print

Print


Commit in lcdd/schemas/lcdd/1.0 on MAIN
limits.xsd+3-31.8 -> 1.9


lcdd/schemas/lcdd/1.0
limits.xsd 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- limits.xsd	8 Jul 2005 23:27:44 -0000	1.8
+++ limits.xsd	8 Jul 2005 23:28:46 -0000	1.9
@@ -6,7 +6,7 @@
 	   xmlns:xs="http://www.w3.org/2001/XMLSchema"
 	   xmlns:lcdd="http://www.lcsim.org/schemas/lcdd/1.0/">
 
-  <xs:complexType name="LimitParamType">
+  <xs:complexType name="LimitaramType">
     <xs:annotation>
       <xs:documentation>
 	A single Geant4 user limit parameter.
@@ -18,7 +18,7 @@
     <xs:attribute name="particles" type="xs:string" default="*"/>
   </xs:complexType>
 
-  <xs:element name="limit" type="LimitParamType" />
+  <xs:element name="limit" type="LimitaramType" />
 
   <xs:complexType name="LimitSetType">
     <xs:annotation>
@@ -27,7 +27,7 @@
       </xs:documentation>
     </xs:annotation>
     <xs:sequence>
-      <xs:element ref="limitp" minOccurs="1" maxOccurs="unbounded" />
+      <xs:element ref="limit" minOccurs="1" maxOccurs="unbounded" />
     </xs:sequence>
     <xs:attribute name="name" type="xs:id" />
   </xs:complexType>
CVSspam 0.2.8