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