aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2010-01-25 10:00:38 +0200
committerMarius Vollmer <marius.vollmer@nokia.com>2010-01-25 10:00:38 +0200
commitcda33906d637e29354b4789fb086b66bd8ec8a45 (patch)
tree0939714d068db8681125bcce7763d3786245d46a
parentae656f5a271ecf81a6e159d1fbd3c22dc6e2bdeb (diff)
Update XML schema for the "deprecated" flag.property-groups
-rw-r--r--spec/context.xsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/context.xsd b/spec/context.xsd
index e334ee27..b0374dd6 100644
--- a/spec/context.xsd
+++ b/spec/context.xsd
@@ -116,6 +116,7 @@
<element minOccurs="0" ref="provider:doc"/>
<element minOccurs="0" ref="provider:type"/>
<element minOccurs="0" ref="provider:typedoc"/>
+ <element minOccurs="0" ref="provider:deprecated"/>
</all>
<attribute name="name" use="required" type="token">
<annotation><documentation>
@@ -132,6 +133,11 @@
The type of this key, if it is a simple string.
</documentation></annotation>
</attribute>
+ <attribute name="deprecated" use="optional" type="token">
+ <annotation><documentation>
+ Whether or not the key is dperecated.
+ </documentation></annotation>
+ </attribute>
</complexType>
</element>