comparison test-schema.xsd @ 1102:b5bf2f57187c

Merge
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 08 Mar 2016 14:44:14 +0000
parents 0a15fa67bda1
children 2051868b21f0
comparison
equal deleted inserted replaced
1101:a497058ae2ae 1102:b5bf2f57187c
45 <xs:element ref="audioelement" minOccurs="1" maxOccurs="unbounded"/> 45 <xs:element ref="audioelement" minOccurs="1" maxOccurs="unbounded"/>
46 <xs:element ref="commentquestion" minOccurs="0" maxOccurs="unbounded"/> 46 <xs:element ref="commentquestion" minOccurs="0" maxOccurs="unbounded"/>
47 <xs:element ref="survey" minOccurs="0" maxOccurs="2"/> 47 <xs:element ref="survey" minOccurs="0" maxOccurs="2"/>
48 </xs:sequence> 48 </xs:sequence>
49 <xs:attribute ref="id" use="required"/> 49 <xs:attribute ref="id" use="required"/>
50 <xs:attribute name="hostURL" type="xs:anyURI"/> 50 <xs:attribute name="hostURL" type="xs:anyURI" default=""/>
51 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false"/> 51 <xs:attribute name="randomiseOrder" type="xs:boolean" default="false"/>
52 <xs:attribute name="repeatCount" type="xs:nonNegativeInteger" default="0"/> 52 <xs:attribute name="repeatCount" type="xs:nonNegativeInteger" default="0"/>
53 <xs:attribute name="loop" type="xs:boolean" default="false"/> 53 <xs:attribute name="loop" type="xs:boolean" default="false"/>
54 <xs:attribute name="showElementComments" type="xs:boolean" default="false"/> 54 <xs:attribute name="showElementComments" type="xs:boolean" default="false"/>
55 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional"/> 55 <xs:attribute name="loudness" type="xs:nonPositiveInteger" use="optional"/>
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>