Mark type attribute on packagereq as optional

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-05-18 14:33:53 +02:00
parent c1d12bd3d1
commit b960a7772a

View File

@ -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>