From 0b0891be7c2c6a84ed14a2b3553b8216b066eaad Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 4 Nov 2016 09:00:15 +0100 Subject: Fix "Annotation" element in RelaxNG schema --- docs/gir-1.2.rnc | 4 ++-- 1 file 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 } } -- cgit v1.2.1