fix ordering on comps entries in rng

This commit is contained in:
Seth Vidal 2008-11-20 21:53:03 +00:00
parent 335daa6e78
commit 75e5f4f739
1 changed files with 25 additions and 18 deletions

View File

@ -33,24 +33,31 @@
<element name="group">
<!-- Example documentation. Please add more. -->
<a:documentation>This defines a package group.</a:documentation>
<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="langonly">
<ref name="locale"/>
</element>
</optional>
<optional>
<ref name="groupreqlist"/>
</optional>
<ref name="packagelist"/>
<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="display_order">
<ref name="positiveInteger"/>
</element>
</optional>
<optional>
<element name="langonly">
<ref name="locale"/>
</element>
</optional>
<optional>
<ref name="groupreqlist"/>
</optional>
<ref name="packagelist"/>
</interleave>
</element>
</define>
<define name="groupreqlist">