Mercurial > hg > webaudioevaluationtool
diff test-schema.xsd @ 1110:f53b1098795f
Minor fixes to test_create to match specification (was building empty interface nodes).
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 18 Feb 2016 12:11:09 +0000 |
parents | 282dfb8076f5 |
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"/>