Mercurial > hg > webaudioevaluationtool
diff test-schema.xsd @ 1204:96acb21e1cd5
Bug #1615 Fixed. Also set hostURL in schema to default to an empty string if not specified in <page>
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 22 Feb 2016 15:05:39 +0000 |
parents | 47bfd9594617 |
children | 124e6c702845 |
line wrap: on
line diff
--- a/test-schema.xsd Mon Feb 22 14:55:16 2016 +0000 +++ b/test-schema.xsd Mon Feb 22 15:05:39 2016 +0000 @@ -47,7 +47,7 @@ <xs:element ref="survey" minOccurs="0" maxOccurs="2"/> </xs:sequence> <xs:attribute ref="id" use="required"/> - <xs:attribute name="hostURL" type="xs:anyURI"/> + <xs:attribute name="hostURL" type="xs:anyURI" default=""/> <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"/>