Update the schema: a reply may contain a valueparam.
[free-sw/xcb/proto] / 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>