The latter is a better description of what the group actually is: 'archnames' values plus the 'all' value Signed-off-by: Cole Robinson <crobinso@xxxxxxxxxx> --- data/schema/osinfo.rng.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in index d778239..858e55b 100644 --- a/data/schema/osinfo.rng.in +++ b/data/schema/osinfo.rng.in @@ -290,7 +290,7 @@ <define name='resources'> <element name='resources'> <attribute name='arch'> - <ref name='archnamesorwildcard'/> + <ref name='archnamesorall'/> </attribute> <optional> <attribute name='inherit'> @@ -774,7 +774,7 @@ </element> </define> - <define name='archnamesorwildcard'> + <define name='archnamesorall'> <choice> <value>all</value> <ref name='archnames'/> -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo