diff test-schema.xsd @ 2158:b4d6552aecb7

Test Create fixes for #1597 #1598 #1656 #1657
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 14 Mar 2016 12:34:36 +0000
parents 686f1fb84d7c
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"/>