diff test-schema.xsd @ 1375:1350a66ae142

Test Creator nearing completion. Some more GUI events needed. Generates valid XML, can create new or use old. Supports most features.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 11 Feb 2016 14:07:24 +0000
parents 25a33f2489e7
children a4ad9e55b5b8
line wrap: on
line diff
--- a/test-schema.xsd	Thu Feb 11 12:06:54 2016 +0000
+++ b/test-schema.xsd	Thu Feb 11 14:07:24 2016 +0000
@@ -80,8 +80,8 @@
               </xs:simpleType>
             </xs:attribute>
             <xs:attribute ref="name" use="required"/>
-            <xs:attribute name="min" use="optional"/>
-            <xs:attribute name="max" use="optional"/>
+            <xs:attribute name="min" type="xs:decimal" use="optional"/>
+            <xs:attribute name="max" type="xs:decimal" use="optional"/>
           </xs:complexType>
         </xs:element>
         <xs:element name="scales" minOccurs="0" maxOccurs="1">