Mercurial > hg > webaudioevaluationtool
comparison 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 |
comparison
equal
deleted
inserted
replaced
1309:e8b1aa4f2c0a | 1310:fe19bb2222ef |
---|---|
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> |