aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-10-15 10:42:19 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-10-15 10:42:19 +0300
commitf1565d744731a0f146006368b1869048f8936dd4 (patch)
tree1799b166c6d991cf25021976b73438fffc5a3d66 /spec
parentdc5def215f11f9190e11cb7b1544396f7bf4cca6 (diff)
Update context schema for the new typedoc element/attribute.
Diffstat (limited to 'spec')
-rw-r--r--spec/context.xsd18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/context.xsd b/spec/context.xsd
index e3d9432a..e334ee27 100644
--- a/spec/context.xsd
+++ b/spec/context.xsd
@@ -115,6 +115,7 @@
<all>
<element minOccurs="0" ref="provider:doc"/>
<element minOccurs="0" ref="provider:type"/>
+ <element minOccurs="0" ref="provider:typedoc"/>
</all>
<attribute name="name" use="required" type="token">
<annotation><documentation>
@@ -126,6 +127,11 @@
The type of this key, if it is a simple string.
</documentation></annotation>
</attribute>
+ <attribute name="typedoc" use="optional" type="token">
+ <annotation><documentation>
+ The type of this key, if it is a simple string.
+ </documentation></annotation>
+ </attribute>
</complexType>
</element>
@@ -141,4 +147,16 @@
</complexType>
</element>
+ <element name="typedoc">
+ <annotation><documentation>
+ The type of this key.
+ </documentation></annotation>
+ <!-- XXX - not very strict -->
+ <complexType mixed="true">
+ <sequence>
+ <any minOccurs="0" processContents="lax"/>
+ </sequence>
+ </complexType>
+ </element>
+
</schema>