schema: add rule for sumof with nested expression
authorChristian Linhart <chris@demorecorder.com>
Wed, 3 Sep 2014 11:17:56 +0000 (13:17 +0200)
committerChristian Linhart <chris@demorecorder.com>
Tue, 9 Sep 2014 00:05:49 +0000 (02:05 +0200)
Message-ID: <1409743080-302-3-git-send-email-chris@demorecorder.com>
Patch-Thread-Subject: [Xcb] xinput: make ListInputDevices work, sumof with nested expr, ...
Patch-Set: ListInputDevices
Patch-Number: proto 3/7
Patch-Version: V1
Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
src/xcb.xsd

index 85f5bc2..4ee578c 100644 (file)
@@ -162,6 +162,9 @@ authorization from the authors.
       </xsd:element>
       <xsd:element name="sumof">
         <xsd:complexType>
+          <xsd:sequence>
+            <xsd:group ref="expression" minOccurs="0" maxOccurs="1"/>
+          </xsd:sequence>
           <xsd:attribute name="ref" use="required" type="xsd:string" />
         </xsd:complexType>
       </xsd:element>