diff test-schema.xsd @ 1310:fe19bb2222ef

Minor fixes to test_create to match specification (was building empty interface nodes).
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 18 Feb 2016 12:11:09 +0000
parents cc55cc323592
children 9ee921c8cdd3
line wrap: on
line diff
--- a/test-schema.xsd	Thu Feb 18 10:55:36 2016 +0000
+++ b/test-schema.xsd	Thu Feb 18 12:11:09 2016 +0000
@@ -168,7 +168,7 @@
   <xs:element name="survey">
     <xs:complexType>
       <xs:sequence>
-        <xs:element name="surveyentry" maxOccurs="unbounded">
+        <xs:element name="surveyentry" minOccurs="0" maxOccurs="unbounded">
           <xs:complexType>
             <xs:sequence>
               <xs:element ref="statement" minOccurs="1" maxOccurs="1"/>