Mercurial > hg > webaudioevaluationtool
changeset 1104:c82bd8a6fa95
Comment questions have optional id and/or name attributes.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 09 Mar 2016 14:04:31 +0000 |
parents | 2051868b21f0 |
children | 83b439322229 |
files | test-schema.xsd |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test-schema.xsd Wed Mar 09 11:29:16 2016 +0000 +++ b/test-schema.xsd Wed Mar 09 14:04:31 2016 +0000 @@ -153,8 +153,8 @@ </xs:complexType> </xs:element> </xs:sequence> - <xs:attribute ref="id"/> - <xs:attribute ref="name" use="required"/> + <xs:attribute ref="id" use="optional"/> + <xs:attribute ref="name" use="optional"/> <xs:attribute name="type" default="question"> <xs:simpleType> <xs:restriction base="xs:string">