From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D45358973 for ; Mon, 25 Jan 2016 09:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5180EE08AA; Mon, 25 Jan 2016 09:22:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0837E08AA for ; Mon, 25 Jan 2016 09:22:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C49C334092E for ; Mon, 25 Jan 2016 09:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BBB3102F for ; Mon, 25 Jan 2016 09:21:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1322600536.79fafd6b89e9bf633403318e41ebf729198a4403.ulm@gentoo> Subject: [gentoo-commits] proj/nxml-gentoo-schemas:master commit in: / X-VCS-Repository: proj/nxml-gentoo-schemas X-VCS-Files: common.rnc metadoc.rnc project.rnc X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 79fafd6b89e9bf633403318e41ebf729198a4403 X-VCS-Branch: master Date: Mon, 25 Jan 2016 09:21:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 61f095f2-4bad-4769-8c35-3165008737b9 X-Archives-Hash: 23abf4bbebea9d8c1b5defdc72360c2b commit: 79fafd6b89e9bf633403318e41ebf729198a4403 Author: Diego Elio Pettenò flameeyes eu> AuthorDate: Tue Nov 29 21:02:16 2011 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 29 21:02:16 2011 +0000 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=79fafd6b Update schemas for new license tag version attribute. common.rnc | 2 +- metadoc.rnc | 12 ++++++------ project.rnc | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common.rnc b/common.rnc index a5241d6..5373e73 100644 --- a/common.rnc +++ b/common.rnc @@ -29,7 +29,7 @@ abstract.attlist &= empty summary = element summary { summary.attlist, text } summary.attlist &= empty license = element license { license.attlist, empty } -license.attlist &= empty +license.attlist &= attribute version { text }? version = element version { version.attlist, text } version.attlist &= empty figure = element figure { figure.attlist, empty } diff --git a/metadoc.rnc b/metadoc.rnc index a735d75..a69bef0 100644 --- a/metadoc.rnc +++ b/metadoc.rnc @@ -69,12 +69,12 @@ section = body = element body { body.attlist, (\include | block.class+) } chapter |= notAllowed start = - glepindex - | abstract - | author + summary + | glepindex | values - | metadoc - | license | included - | summary | dynamic + | author + | license + | abstract + | metadoc diff --git a/project.rnc b/project.rnc index 05b5c2d..65c3ce7 100644 --- a/project.rnc +++ b/project.rnc @@ -118,4 +118,4 @@ milestone.attlist &= depends = element depends { depends.attlist, text } depends.attlist &= attribute ref { xsd:IDREF } chapter |= notAllowed -start = abstract | \include | values | license | included | project +start = values | \include | project | included | license | abstract