diff xml/test-schema.xsd @ 2923:029b0ebc299a

Add to randomise to checkbox and radio specifications. #225
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 06 Sep 2017 12:17:14 +0100
parents a1e294297380
children 664065577426
line wrap: on
line diff
--- a/xml/test-schema.xsd	Thu Aug 03 14:44:26 2017 +0200
+++ b/xml/test-schema.xsd	Wed Sep 06 12:17:14 2017 +0100
@@ -386,6 +386,7 @@
                 <xs:attribute ref="mandatory" />
                 <xs:attribute name="min" type="xs:decimal" />
                 <xs:attribute name="max" type="xs:decimal" />
+                <xs:attribute name="randomise" type="xs:boolean" default="false" />
                 <xs:attribute ref="minWait" />
             </xs:complexType>
         </xs:element>
@@ -411,6 +412,7 @@
                 <xs:attribute ref="minWait" />
                 <xs:attribute name="min" type="xs:decimal" />
                 <xs:attribute name="max" type="xs:decimal" />
+                <xs:attribute name="randomise" type="xs:boolean" default="false" />
             </xs:complexType>
         </xs:element>