Mercurial > hg > webaudioevaluationtool
changeset 2317:f1e67258f0b8
Schema changes for #13
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 29 Apr 2016 15:52:41 +0100 |
parents | 0ca5bcfdc2d4 |
children | fa52c9ea2486 6897339ac651 |
files | test_create/attributes.json xml/test-schema.xsd |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test_create/attributes.json Fri Apr 29 15:48:11 2016 +0100 +++ b/test_create/attributes.json Fri Apr 29 15:52:41 2016 +0100 @@ -11,7 +11,8 @@ "sampleRate": "Required Sample Rate", "hostURL": "Element URL Prefix", "repeatCount": "Repeat Count", - "loop": "Synchronous Loop", + "loop": "Loop playback", + "synchronous": "Synchronous playback", "showElementComments": "Show Comment Boxes", "type": "Type", "min": "Minimum",
--- a/xml/test-schema.xsd Fri Apr 29 15:48:11 2016 +0100 +++ b/xml/test-schema.xsd Fri Apr 29 15:52:41 2016 +0100 @@ -80,6 +80,7 @@ <xs:attribute name="randomiseOrder" type="xs:boolean" default="false" /> <xs:attribute name="repeatCount" type="xs:nonNegativeInteger" default="0" /> <xs:attribute name="loop" type="xs:boolean" default="false" /> + <xs:attribute name="synchronous" type="xs:boolean" default="false" /> <xs:attribute name="showElementComments" type="xs:boolean" default="false" /> <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional" /> <xs:attribute name="label" use="optional" default="default">