summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Linhart <chris@demorecorder.com>2014-09-08 02:29:07 +0200
committerChristian Linhart <chris@demorecorder.com>2014-11-03 11:23:23 +0100
commitd8c5e82ab26417afc4383ad16ff3e076a6e4434c (patch)
tree0e1d5f5e753f4733066a4e3b35f9d3b3fae104f5
parent4f3678a406c230e41b96cb0e6def53070a1a50fd (diff)
schema: add paramref
Message-ID: <1410136150-30254-2-git-send-email-chris@demorecorder.com> Patch-Thread-Subject: [Xcb] parametrized structs implemented Patch-Set: ParametrizedStruct Patch-Number: proto 2/5 Patch-Version: V1 Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
-rw-r--r--src/xcb.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xcb.xsd b/src/xcb.xsd
index 2f11f64..5a4ab91 100644
--- a/src/xcb.xsd
+++ b/src/xcb.xsd
@@ -146,6 +146,15 @@ authorization from the authors.
</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>