Mark type attribute on packagereq as optional
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
c1d12bd3d1
commit
b960a7772a
16
comps.rng
16
comps.rng
@ -118,13 +118,15 @@
|
|||||||
<define name="packagereq">
|
<define name="packagereq">
|
||||||
<element name="packagereq">
|
<element name="packagereq">
|
||||||
<choice>
|
<choice>
|
||||||
<attribute name="type" a:defaultValue="optional">
|
<optional>
|
||||||
<choice>
|
<attribute name="type" a:defaultValue="optional">
|
||||||
<value>mandatory</value>
|
<choice>
|
||||||
<value>default</value>
|
<value>mandatory</value>
|
||||||
<value>optional</value>
|
<value>default</value>
|
||||||
</choice>
|
<value>optional</value>
|
||||||
</attribute>
|
</choice>
|
||||||
|
</attribute>
|
||||||
|
</optional>
|
||||||
<group>
|
<group>
|
||||||
<attribute name="type" a:defaultValue="conditional">
|
<attribute name="type" a:defaultValue="conditional">
|
||||||
<choice>
|
<choice>
|
||||||
|
Loading…
Reference in New Issue
Block a user