Mercurial > hg > webaudioevaluationtool
comparison xml/test-schema.xsd @ 2757:4c76b5e8874b
#183. Survey nodes can be empty
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 14 Apr 2017 16:43:55 +0100 |
parents | b9efbbe0d829 |
children | 2fc62a50d593 |
comparison
equal
deleted
inserted
replaced
2719:d30222a70f2d | 2757:4c76b5e8874b |
---|---|
449 </xs:complexType> | 449 </xs:complexType> |
450 </xs:element> | 450 </xs:element> |
451 | 451 |
452 <xs:element name="survey"> | 452 <xs:element name="survey"> |
453 <xs:complexType> | 453 <xs:complexType> |
454 <xs:choice maxOccurs="unbounded"> | 454 <xs:choice maxOccurs="unbounded" minOccurs="0"> |
455 <xs:element name="surveyentry" maxOccurs="unbounded"> | 455 <xs:element name="surveyentry" maxOccurs="unbounded"> |
456 <xs:complexType> | 456 <xs:complexType> |
457 <xs:sequence> | 457 <xs:sequence> |
458 <xs:element ref="statement" minOccurs="1" maxOccurs="1" /> | 458 <xs:element ref="statement" minOccurs="1" maxOccurs="1" /> |
459 <xs:element name="option" minOccurs="0" maxOccurs="unbounded"> | 459 <xs:element name="option" minOccurs="0" maxOccurs="unbounded"> |