comparison xml/test-schema.xsd @ 2318:fa52c9ea2486

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Fri, 29 Apr 2016 16:20:56 +0100
parents f1e67258f0b8
children fbc22422d73d
comparison
equal deleted inserted replaced
2314:cbc26d0f104a 2318:fa52c9ea2486
78 <xs:attribute ref="id" use="required" /> 78 <xs:attribute ref="id" use="required" />
79 <xs:attribute name="hostURL" type="xs:anyURI" default="" /> 79 <xs:attribute name="hostURL" type="xs:anyURI" default="" />
80 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false" /> 80 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false" />
81 <xs:attribute name="repeatCount" type="xs:nonNegativeInteger" default="0" /> 81 <xs:attribute name="repeatCount" type="xs:nonNegativeInteger" default="0" />
82 <xs:attribute name="loop" type="xs:boolean" default="false" /> 82 <xs:attribute name="loop" type="xs:boolean" default="false" />
83 <xs:attribute name="synchronous" type="xs:boolean" default="false" />
83 <xs:attribute name="showElementComments" type="xs:boolean" default="false" /> 84 <xs:attribute name="showElementComments" type="xs:boolean" default="false" />
84 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional" /> 85 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional" />
85 <xs:attribute name="label" use="optional" default="default"> 86 <xs:attribute name="label" use="optional" default="default">
86 <xs:simpleType> 87 <xs:simpleType>
87 <xs:restriction base="xs:string"> 88 <xs:restriction base="xs:string">