Commit in lcdd/schemas/lcdd/1.0 on MAIN
lcdd_fields.xsd+5-51.5 -> 1.6
LCDD Schema Update: Fix errors in restriction settings for RZ field map attributes.

lcdd/schemas/lcdd/1.0
lcdd_fields.xsd 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- lcdd_fields.xsd	31 Aug 2005 18:57:28 -0000	1.5
+++ lcdd_fields.xsd	31 Aug 2005 20:33:43 -0000	1.6
@@ -111,7 +111,7 @@
 	  </xs:simpleType>
 	</xs:attribute>
 
-	<xs:attribute name="num_bins_z" type="xs:integer">
+	<xs:attribute name="num_bins_z">
 	  <xs:simpleType>
 	    <xs:restriction base="xs:integer">
 	      <xs:minInclusive value="2"/>
@@ -119,17 +119,17 @@
 	  </xs:simpleType>
 	</xs:attribute>
 
-	<xs:attribute name="grid_size_r" type="xs:double">
+	<xs:attribute name="grid_size_r">
 	  <xs:simpleType>
-	    <xs:restriction>
+	    <xs:restriction base="xs:double">
 	      <xs:minExclusive value="0"/>
 	    </xs:restriction>
 	  </xs:simpleType>
 	</xs:attribute>
 
-	<xs:attribute name="grid_size_z" type="xs:double">
+	<xs:attribute name="grid_size_z">
 	  <xs:simpleType>
-	    <xs:restriction>
+	    <xs:restriction base="xs:double">
 	      <xs:minExclusive value="0"/>
 	    </xs:restriction>
 	  </xs:simpleType>
CVSspam 0.2.8