summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Linhart <chris@demorecorder.com>2014-09-04 17:48:58 +0200
committerChristian Linhart <chris@demorecorder.com>2014-11-03 11:23:23 +0100
commite0d5a80d9c313046b7b5ba7f494f52ae46266e4c (patch)
tree7d357046f5618e7431012081e745a229d020f90b
parente5bc503a071bc42d3da10ecaf6456cb2d0e1e0e1 (diff)
xcb-schema: add listelement-ref
Message-ID: <1409845742-38797-4-git-send-email-chris@demorecorder.com> Patch-Thread-Subject: [Xcb] support popcount of a list and associated xml changes Patch-Set: PopcountList Patch-Number: proto 4/8 Patch-Version: V1 Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
-rw-r--r--src/xcb.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcb.xsd b/src/xcb.xsd
index 4ee578c..2f11f64 100644
--- a/src/xcb.xsd
+++ b/src/xcb.xsd
@@ -168,6 +168,7 @@ authorization from the authors.
<xsd:attribute name="ref" use="required" type="xsd:string" />
</xsd:complexType>
</xsd:element>
+ <xsd:element name="listelement-ref" />
<xsd:element name="value" type="xsd:integer" />
<xsd:element name="bit" type="bitType" />
</xsd:choice>