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">
|
||||
<element name="packagereq">
|
||||
<choice>
|
||||
<attribute name="type" a:defaultValue="optional">
|
||||
<choice>
|
||||
<value>mandatory</value>
|
||||
<value>default</value>
|
||||
<value>optional</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<optional>
|
||||
<attribute name="type" a:defaultValue="optional">
|
||||
<choice>
|
||||
<value>mandatory</value>
|
||||
<value>default</value>
|
||||
<value>optional</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
<group>
|
||||
<attribute name="type" a:defaultValue="conditional">
|
||||
<choice>
|
||||
|
Loading…
Reference in New Issue
Block a user