diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-04 09:00:15 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-04 09:00:15 +0100 |
commit | 0b0891be7c2c6a84ed14a2b3553b8216b066eaad (patch) | |
tree | 31ee5a8464801ec80df3d9e1b13734ac8aee6c3b /docs/gir-1.2.rnc | |
parent | 88b42e54504747210a84fbe9551502827eef89aa (diff) | |
download | gobject-introspection-0b0891be7c2c6a84ed14a2b3553b8216b066eaad.tar.gz |
Fix "Annotation" element in RelaxNG schema
Diffstat (limited to 'docs/gir-1.2.rnc')
-rw-r--r-- | docs/gir-1.2.rnc | 4 |
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 } } |