Make default and uservisible elements optional in group

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-05-18 14:30:03 +02:00
parent f7abece0cb
commit 90badc6639
1 changed files with 12 additions and 8 deletions

View File

@ -45,14 +45,18 @@
<a:documentation>This defines a package group.</a:documentation>
<interleave>
<ref name="id"/>
<element name="default" a:defaultValue="true">
<a:documentation>Should the group be enabled by default?</a:documentation>
<ref name="boolean"/>
</element>
<element name="uservisible" a:defaultValue="true">
<a:documentation>Should the group be visible to users?</a:documentation>
<ref name="boolean"/>
</element>
<optional>
<element name="default" a:defaultValue="true">
<a:documentation>Should the group be enabled by default?</a:documentation>
<ref name="boolean"/>
</element>
</optional>
<optional>
<element name="uservisible" a:defaultValue="true">
<a:documentation>Should the group be visible to users?</a:documentation>
<ref name="boolean"/>
</element>
</optional>
<optional>
<element name="display_order">
<ref name="positiveInteger"/>