diff xml/test-schema.xsd @ 2580:a6b32c473577

Added minimum (left) and maximum (right) slider markers to the comment slider element
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 31 Oct 2016 15:14:53 +0000
parents d83b38564fbb
children 01df891a3390
line wrap: on
line diff
--- a/xml/test-schema.xsd	Sun Oct 30 13:57:37 2016 +0000
+++ b/xml/test-schema.xsd	Mon Oct 31 15:14:53 2016 +0000
@@ -269,6 +269,8 @@
             <xs:complexType>
                 <xs:sequence>
                     <xs:element ref="statement" minOccurs="1" maxOccurs="1" />
+                    <xs:element name="minText" minOccurs="0" maxOccurs="1" type="xs:string" />
+                    <xs:element name="maxText" minOccurs="0" maxOccurs="1" type="xs:string" />
                 </xs:sequence>
                 <xs:attribute ref="id" use="optional" />
                 <xs:attribute ref="name" use="optional" />