Mercurial > hg > webaudioevaluationtool
diff xml/test-schema.xsd @ 3061:83097e588634
Specification changes for #109
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 31 Oct 2017 15:43:05 +0000 |
parents | 21e3777edf58 |
children | 998e05c5769a |
line wrap: on
line diff
--- a/xml/test-schema.xsd Tue Oct 31 15:41:04 2017 +0000 +++ b/xml/test-schema.xsd Tue Oct 31 15:43:05 2017 +0000 @@ -67,6 +67,7 @@ </xs:restriction> </xs:simpleType> </xs:attribute> + <xs:attribute name="randomiseAxisOrder" type="xs:boolean" default="false" /> <xs:attribute ref="preSilence" /> <xs:attribute ref="postSilence" /> <xs:attribute ref="playOne" /> @@ -105,6 +106,7 @@ </xs:simpleType> </xs:attribute> <xs:attribute name="labelStart" type="xs:string" use="optional" default="" /> + <xs:attribute name="randomiseAxisOrder" type="xs:boolean" use="optional" /> <xs:attribute ref="poolSize" /> <xs:attribute ref="alwaysInclude" /> <xs:attribute name="position" use="optional" type="xs:nonNegativeInteger" />