Mercurial > hg > webaudioevaluationtool
comparison test-schema.xsd @ 654:37f3359709bd
Merge
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 31 Mar 2016 15:48:57 +0100 |
parents | 6edb164f15b8 |
children |
comparison
equal
deleted
inserted
replaced
605:716c05000a6e | 654:37f3359709bd |
---|---|
42 <xs:element ref="survey" minOccurs="0" maxOccurs="2"/> | 42 <xs:element ref="survey" minOccurs="0" maxOccurs="2"/> |
43 <xs:element ref="metric" maxOccurs="1"/> | 43 <xs:element ref="metric" maxOccurs="1"/> |
44 <xs:element ref="interface" maxOccurs="1"/> | 44 <xs:element ref="interface" maxOccurs="1"/> |
45 </xs:sequence> | 45 </xs:sequence> |
46 <xs:attribute name="interface" type="xs:string" use="required"/> | 46 <xs:attribute name="interface" type="xs:string" use="required"/> |
47 <xs:attribute name="projectReturn" type="xs:string" use="required"/> | 47 <xs:attribute name="projectReturn" type="xs:string" use="optional" default=""/> |
48 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false"/> | 48 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false"/> |
49 <xs:attribute name="testPages" type="xs:nonNegativeInteger" default="0"/> | 49 <xs:attribute name="testPages" type="xs:nonNegativeInteger" default="0"/> |
50 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional"/> | 50 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional"/> |
51 <xs:attribute name="sampleRate" type="xs:positiveInteger" use="optional"/> | 51 <xs:attribute name="sampleRate" type="xs:positiveInteger" use="optional"/> |
52 <xs:attribute name="calibration" type="xs:boolean" default="false"/> | 52 <xs:attribute name="calibration" type="xs:boolean" default="false"/> |
68 <xs:attribute ref="id" use="required"/> | 68 <xs:attribute ref="id" use="required"/> |
69 <xs:attribute name="hostURL" type="xs:anyURI" default=""/> | 69 <xs:attribute name="hostURL" type="xs:anyURI" default=""/> |
70 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false"/> | 70 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false"/> |
71 <xs:attribute name="repeatCount" type="xs:nonNegativeInteger" default="0"/> | 71 <xs:attribute name="repeatCount" type="xs:nonNegativeInteger" default="0"/> |
72 <xs:attribute name="loop" type="xs:boolean" default="false"/> | 72 <xs:attribute name="loop" type="xs:boolean" default="false"/> |
73 <xs:attribute name="synchronous" type="xs:boolean" default="false"/> | |
74 <xs:attribute name="showElementComments" type="xs:boolean" default="false"/> | 73 <xs:attribute name="showElementComments" type="xs:boolean" default="false"/> |
75 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional"/> | 74 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional"/> |
76 <xs:attribute name="label" use="optional" default="default"> | 75 <xs:attribute name="label" use="optional" default="default"> |
77 <xs:simpleType> | 76 <xs:simpleType> |
78 <xs:restriction base="xs:string"> | 77 <xs:restriction base="xs:string"> |