Mercurial > hg > webaudioevaluationtool
comparison 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 |
comparison
equal
deleted
inserted
replaced
1109:1796ab711cdc | 1110:f53b1098795f |
---|---|
166 </xs:element> | 166 </xs:element> |
167 | 167 |
168 <xs:element name="survey"> | 168 <xs:element name="survey"> |
169 <xs:complexType> | 169 <xs:complexType> |
170 <xs:sequence> | 170 <xs:sequence> |
171 <xs:element name="surveyentry" maxOccurs="unbounded"> | 171 <xs:element name="surveyentry" minOccurs="0" maxOccurs="unbounded"> |
172 <xs:complexType> | 172 <xs:complexType> |
173 <xs:sequence> | 173 <xs:sequence> |
174 <xs:element ref="statement" minOccurs="1" maxOccurs="1"/> | 174 <xs:element ref="statement" minOccurs="1" maxOccurs="1"/> |
175 <xs:element name="option" minOccurs="0" maxOccurs="unbounded"> | 175 <xs:element name="option" minOccurs="0" maxOccurs="unbounded"> |
176 <xs:complexType> | 176 <xs:complexType> |