diff 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
line wrap: on
line diff
--- a/test-schema.xsd	Thu Mar 10 17:08:10 2016 +0000
+++ b/test-schema.xsd	Mon Mar 14 12:34:36 2016 +0000
@@ -44,7 +44,7 @@
         <xs:element ref="interface" maxOccurs="1"/>
       </xs:sequence>
       <xs:attribute name="interface" type="xs:string" use="required"/>
-      <xs:attribute name="projectReturn" type="xs:string" use="required"/>
+      <xs:attribute name="projectReturn" type="xs:string" use="optional" default=""/>
       <xs:attribute name="randomiseOrder" type="xs:boolean" default="false"/>
       <xs:attribute name="testPages" type="xs:nonNegativeInteger" default="0"/>
       <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional"/>