Update the schema: a reply may contain a valueparam.
authorJosh Triplett <josh@freedesktop.org>
Sat, 25 Feb 2006 00:10:42 +0000 (16:10 -0800)
committerJosh Triplett <josh@freedesktop.org>
Sat, 25 Feb 2006 00:10:42 +0000 (16:10 -0800)
src/xcb.xsd

index 47f8c69..23dc352 100644 (file)
@@ -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>