Doc change for groupreq and minor whitespace change

This commit is contained in:
Will Woods 2009-07-07 21:01:20 +00:00
parent f68c754189
commit 1c49c26001
1 changed files with 8 additions and 2 deletions

View File

@ -9,7 +9,9 @@
create grammar for comps.xml.in create grammar for comps.xml.in
add more documentation for comps elements add more documentation for comps elements
--> -->
<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> <grammar xmlns="http://relaxng.org/ns/structure/1.0"
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<start> <start>
<ref name="comps"/> <ref name="comps"/>
</start> </start>
@ -61,6 +63,11 @@
</element> </element>
</define> </define>
<define name="groupreqlist"> <define name="groupreqlist">
<a:documentation>
Contains a list of other groups that this group requires.
This element has been ignored by yum et. al. since 2005 and should
therefore be considered deprecated.
</a:documentation>
<element name="grouplist"> <element name="grouplist">
<oneOrMore> <oneOrMore>
<ref name="groupreq"/> <ref name="groupreq"/>
@ -69,7 +76,6 @@
</define> </define>
<define name="groupreq"> <define name="groupreq">
<element name="groupreq"> <element name="groupreq">
<a:documentation>Other groups that this group requires.</a:documentation>
<ref name="groupname"/> <ref name="groupname"/>
</element> </element>
</define> </define>