summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-06-12 00:41:51 +0200
committerUlrich Müller <ulm@gentoo.org>2018-06-12 00:41:51 +0200
commitea7cd6e092def3df76f45f3ed30ecd1e4473e499 (patch)
treec8cd8ef435309359f1172db9471260bcfc6ffa67 /glsa.rnc
parentUpdate rnc schemas from dtds. (diff)
downloadnxml-gentoo-schemas-ea7cd6e092def3df76f45f3ed30ecd1e4473e499.tar.gz
nxml-gentoo-schemas-ea7cd6e092def3df76f45f3ed30ecd1e4473e499.tar.bz2
nxml-gentoo-schemas-ea7cd6e092def3df76f45f3ed30ecd1e4473e499.zip
Update rnc schemas.nxml-gentoo-schemas-20180611
Diffstat (limited to 'glsa.rnc')
-rw-r--r--glsa.rnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/glsa.rnc b/glsa.rnc
index a9f182a..2711a6a 100644
--- a/glsa.rnc
+++ b/glsa.rnc
@@ -128,7 +128,8 @@ vulnerable = element vulnerable { attlist.vulnerable, text }
attlist.vulnerable &=
attribute range {
"le" | "lt" | "eq" | "gt" | "ge" | "rlt" | "rle" | "rgt" | "rge"
- }
+ },
+ [ a:defaultValue = "*" ] attribute slot { text }?
# Element: unaffected
# Description: Version of the fixed (or unaffected) package. In case the
# package is superseded by another package, you need to
@@ -144,6 +145,7 @@ attlist.unaffected &=
attribute range {
"le" | "lt" | "eq" | "gt" | "ge" | "rlt" | "rle" | "rgt" | "rge"
},
+ [ a:defaultValue = "*" ] attribute slot { text }?,
attribute name { text }?
# Element: service
# Description: Provide information about the Gentoo services that are