Make default and uservisible elements optional in group
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
f7abece0cb
commit
90badc6639
@ -45,14 +45,18 @@
|
|||||||
<a:documentation>This defines a package group.</a:documentation>
|
<a:documentation>This defines a package group.</a:documentation>
|
||||||
<interleave>
|
<interleave>
|
||||||
<ref name="id"/>
|
<ref name="id"/>
|
||||||
|
<optional>
|
||||||
<element name="default" a:defaultValue="true">
|
<element name="default" a:defaultValue="true">
|
||||||
<a:documentation>Should the group be enabled by default?</a:documentation>
|
<a:documentation>Should the group be enabled by default?</a:documentation>
|
||||||
<ref name="boolean"/>
|
<ref name="boolean"/>
|
||||||
</element>
|
</element>
|
||||||
|
</optional>
|
||||||
|
<optional>
|
||||||
<element name="uservisible" a:defaultValue="true">
|
<element name="uservisible" a:defaultValue="true">
|
||||||
<a:documentation>Should the group be visible to users?</a:documentation>
|
<a:documentation>Should the group be visible to users?</a:documentation>
|
||||||
<ref name="boolean"/>
|
<ref name="boolean"/>
|
||||||
</element>
|
</element>
|
||||||
|
</optional>
|
||||||
<optional>
|
<optional>
|
||||||
<element name="display_order">
|
<element name="display_order">
|
||||||
<ref name="positiveInteger"/>
|
<ref name="positiveInteger"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user