projects
/
profile
/
ivi
/
xcb-proto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee2d45a
)
Update the schema: a reply may contain a valueparam.
author
Josh Triplett
<josh@freedesktop.org>
Sat, 25 Feb 2006 00:10:42 +0000
(16:10 -0800)
committer
Josh Triplett
<josh@freedesktop.org>
Sat, 25 Feb 2006 00:10:42 +0000
(16:10 -0800)
src/xcb.xsd
patch
|
blob
|
history
diff --git
a/src/xcb.xsd
b/src/xcb.xsd
index
47f8c69
..
23dc352
100644
(file)
--- a/
src/xcb.xsd
+++ b/
src/xcb.xsd
@@
-165,7
+165,10
@@
authorization from the authors.
</xsd:choice>
<xsd:element name="reply" minOccurs="0" maxOccurs="1">
<xsd:complexType>
- <xsd:group ref="fields" minOccurs="1" maxOccurs="unbounded" />
+ <xsd:choice minOccurs="1" maxOccurs="unbounded">
+ <xsd:group ref="fields" />
+ <xsd:element ref="valueparam" />
+ </xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>