[Xcb] [PATCH proto 2/5] schema: add paramref
Christian Linhart
chris at demorecorder.com
Sun Sep 7 17:29:07 PDT 2014
---
src/xcb.xsd | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/xcb.xsd b/src/xcb.xsd
index 2f11f64..5a4ab91 100644
--- a/src/xcb.xsd
+++ b/src/xcb.xsd
@@ -142,14 +142,23 @@ authorization from the authors.
<xsd:pattern value="~" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="fieldref" type="xsd:string" />
+ <xsd:element name="paramref">
+ <xsd:complexType>
+ <xsd:simpleContent>
+ <xsd:extension base="xsd:string">
+ <xsd:attribute name="type" use="required" type="xsd:string" />
+ </xsd:extension>
+ </xsd:simpleContent>
+ </xsd:complexType>
+ </xsd:element>
<xsd:element name="enumref">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="ref" use="required" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
--
2.0.1
More information about the Xcb
mailing list