summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-11-04 09:00:15 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-11-04 09:00:15 +0100
commit0b0891be7c2c6a84ed14a2b3553b8216b066eaad (patch)
tree31ee5a8464801ec80df3d9e1b13734ac8aee6c3b
parent88b42e54504747210a84fbe9551502827eef89aa (diff)
downloadgobject-introspection-0b0891be7c2c6a84ed14a2b3553b8216b066eaad.tar.gz
Fix "Annotation" element in RelaxNG schema
-rw-r--r--docs/gir-1.2.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gir-1.2.rnc b/docs/gir-1.2.rnc
index f75893bb..5072be11 100644
--- a/docs/gir-1.2.rnc
+++ b/docs/gir-1.2.rnc
@@ -41,8 +41,8 @@ grammar {
}
Annotation =
- element annotation {
- attribute key { xsd:string },
+ element attribute {
+ attribute name { xsd:string },
attribute value { xsd:string }
}