[Xcb] [PATCH proto 4/8] xcb-schema: add listelement-ref

Christian Linhart chris at demorecorder.com
Thu Sep 4 08:48:58 PDT 2014


---
 src/xcb.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xcb.xsd b/src/xcb.xsd
index 4ee578c..2f11f64 100644
--- a/src/xcb.xsd
+++ b/src/xcb.xsd
@@ -164,14 +164,15 @@ authorization from the authors.
         <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>
+      <xsd:element name="listelement-ref" />
       <xsd:element name="value" type="xsd:integer" />
       <xsd:element name="bit" type="bitType" />
     </xsd:choice>
   </xsd:group>
   
   <!-- Fields in requests that are calculated from other information, not
        supplied by the caller. -->
-- 
2.0.1



More information about the Xcb mailing list