comparison test-schema.xsd @ 1250:31d2390b25a6

Test Create fixes for #1597 #1598 #1656 #1657
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 14 Mar 2016 12:34:36 +0000
parents ba6b9e1aaef5
children ee5f18d2fc47
comparison
equal deleted inserted replaced
1249:ba6b9e1aaef5 1250:31d2390b25a6
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"/>