changeset 1941:8167e29c073b

Comment questions have optional id and/or name attributes.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 09 Mar 2016 14:04:31 +0000
parents fffc644a018d
children 749adcb68e99
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">