Mercurial > hg > webaudioevaluationtool
changeset 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 | b08ccdb5cb8f |
children | 4ae62d4c5c6d |
files | xml/test-schema.xsd |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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>