diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2012-09-21 16:38:10 +0200 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2012-09-28 04:37:39 +0300 |
commit | 2e6ea8e48dcfc18885094b5e42339fb9d93ca459 (patch) | |
tree | 9bce157482892019f04f299a370a96a478102563 | |
parent | 77e5f0ca49a341140b32e271513eb6123b9a6319 (diff) |
RNG: Move product-attr and product-content to interleave
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | data/schemas/libosinfo.rng | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -17,6 +17,7 @@ Patches contributed by: Jim Meyering <meyering@redhat.com> Fabiano FidĂȘncio <fabiano@fidencio.org> Wanlong Gao <gaowanlong@cn.fujitsu.com> + Michal Privoznik <mprivozn@redhat.com> ...send patches to get your name here... -- End diff --git a/data/schemas/libosinfo.rng b/data/schemas/libosinfo.rng index 1392f74..e9fe643 100644 --- a/data/schemas/libosinfo.rng +++ b/data/schemas/libosinfo.rng @@ -358,9 +358,9 @@ <define name='os'> <element name='os'> - <ref name='product-attr'/> - <ref name='product-content'/> <interleave> + <ref name='product-attr'/> + <ref name='product-content'/> <ref name='product-dates'/> <ref name='product-rel'/> <optional> @@ -384,9 +384,9 @@ <define name='platform'> <element name='platform'> - <ref name='product-attr'/> - <ref name='product-content'/> <interleave> + <ref name='product-attr'/> + <ref name='product-content'/> <ref name='product-dates'/> <ref name='product-rel'/> <optional> |