Mercurial > hg > webaudioevaluationtool
comparison xml/test-schema.xsd @ 2923:029b0ebc299a
Add to randomise to checkbox and radio specifications. #225
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 06 Sep 2017 12:17:14 +0100 |
parents | a1e294297380 |
children | 664065577426 |
comparison
equal
deleted
inserted
replaced
2921:b08ccdb5cb8f | 2923:029b0ebc299a |
---|---|
384 <xs:attribute ref="id" use="required" /> | 384 <xs:attribute ref="id" use="required" /> |
385 <xs:attribute ref="name" /> | 385 <xs:attribute ref="name" /> |
386 <xs:attribute ref="mandatory" /> | 386 <xs:attribute ref="mandatory" /> |
387 <xs:attribute name="min" type="xs:decimal" /> | 387 <xs:attribute name="min" type="xs:decimal" /> |
388 <xs:attribute name="max" type="xs:decimal" /> | 388 <xs:attribute name="max" type="xs:decimal" /> |
389 <xs:attribute name="randomise" type="xs:boolean" default="false" /> | |
389 <xs:attribute ref="minWait" /> | 390 <xs:attribute ref="minWait" /> |
390 </xs:complexType> | 391 </xs:complexType> |
391 </xs:element> | 392 </xs:element> |
392 | 393 |
393 <xs:element name="surveycheckbox"> | 394 <xs:element name="surveycheckbox"> |
409 <xs:attribute ref="name" /> | 410 <xs:attribute ref="name" /> |
410 <xs:attribute ref="mandatory" /> | 411 <xs:attribute ref="mandatory" /> |
411 <xs:attribute ref="minWait" /> | 412 <xs:attribute ref="minWait" /> |
412 <xs:attribute name="min" type="xs:decimal" /> | 413 <xs:attribute name="min" type="xs:decimal" /> |
413 <xs:attribute name="max" type="xs:decimal" /> | 414 <xs:attribute name="max" type="xs:decimal" /> |
415 <xs:attribute name="randomise" type="xs:boolean" default="false" /> | |
414 </xs:complexType> | 416 </xs:complexType> |
415 </xs:element> | 417 </xs:element> |
416 | 418 |
417 <xs:element name="surveystatement"> | 419 <xs:element name="surveystatement"> |
418 <xs:complexType> | 420 <xs:complexType> |