diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-02 09:37:32 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-02 09:37:32 +0100 |
commit | 88b814fa147ad085a74be4308b4de56de254b19d (patch) | |
tree | 41b03eac335ecf8f052fc097e0fb49d1cfbf46ae | |
parent | Update metadata.rnc from DTD. (diff) | |
download | nxml-gentoo-schemas-88b814fa147ad085a74be4308b4de56de254b19d.tar.gz nxml-gentoo-schemas-88b814fa147ad085a74be4308b4de56de254b19d.tar.bz2 nxml-gentoo-schemas-88b814fa147ad085a74be4308b4de56de254b19d.zip |
Update rnc schemas from dtds.nxml-gentoo-schemas-20170302
-rw-r--r-- | book.rnc | 2 | ||||
-rw-r--r-- | glsa.rnc | 3 | ||||
-rw-r--r-- | guide.rnc | 2 | ||||
-rw-r--r-- | metadata.rnc | 1 | ||||
-rw-r--r-- | metadoc.rnc | 12 | ||||
-rw-r--r-- | project.rnc | 2 |
6 files changed, 12 insertions, 10 deletions
@@ -43,4 +43,4 @@ subsection.attlist &= attribute id { text }?, attribute test { text }? body = element body { body.attlist, (\include | block.class+) } -start = summary | glepindex | included | sections | book +start = sections | book | included | summary | glepindex @@ -49,6 +49,7 @@ attlist.synopsis &= empty # infrastructure # # The text contains one keyword that defines the issue. +# Note: All type values but 'ebuild' are considered deprecated. # # Example: <product type="ebuild">openssl</product> # Example: <product type="infrastructure">rsync mirror</product> @@ -87,7 +88,7 @@ attlist.access &= empty # Element: affected # Description: Describe what the affected subjects are. # -# If product@type = 'build', the child elements are 'package' +# If product@type = 'ebuild', the child elements are 'package' # If product@type = 'portage', the child elements are 'package' # If product@type = 'infrastructure', the child elements are # 'service' @@ -81,4 +81,4 @@ mirrorlist.attlist &= [ a:defaultValue = "full" ] attribute select { "full" | "partial" }? mirrorlist.attlist &= [ a:defaultValue = "/main/en/mirrors3.xml" ] attribute src { text }? -start = guide | included | news | mainpage +start = guide | mainpage | included | news diff --git a/metadata.rnc b/metadata.rnc index 3919793..2ac5f01 100644 --- a/metadata.rnc +++ b/metadata.rnc @@ -83,6 +83,7 @@ attlist.remote-id &= | "ctan" | "freecode" | "freshmeat" + | "gentoo" | "github" | "gitlab" | "gitorious" diff --git a/metadoc.rnc b/metadoc.rnc index a69bef0..481587c 100644 --- a/metadoc.rnc +++ b/metadoc.rnc @@ -69,12 +69,12 @@ section = body = element body { body.attlist, (\include | block.class+) } chapter |= notAllowed start = - summary - | glepindex - | values - | included - | dynamic + dynamic | author | license - | abstract + | values + | included + | summary | metadoc + | abstract + | glepindex diff --git a/project.rnc b/project.rnc index 6984fa9..6a885a5 100644 --- a/project.rnc +++ b/project.rnc @@ -120,4 +120,4 @@ milestone.attlist &= depends = element depends { depends.attlist, text } depends.attlist &= attribute ref { xsd:IDREF } chapter |= notAllowed -start = values | \include | project | included | license | abstract +start = project | license | values | included | \include | abstract |