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
@ -118,6 +118,7 @@
|
||||
<define name="packagereq">
|
||||
<element name="packagereq">
|
||||
<choice>
|
||||
<optional>
|
||||
<attribute name="type" a:defaultValue="optional">
|
||||
<choice>
|
||||
<value>mandatory</value>
|
||||
@ -125,6 +126,7 @@
|
||||
<value>optional</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
<group>
|
||||
<attribute name="type" a:defaultValue="conditional">
|
||||
<choice>
|
||||
|
Loading…
Reference in New Issue
Block a user