summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-12-02 17:50:36 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-12-02 17:50:36 +0000
commitc07e3b9d4953cc49fdcf68731eef0d007ec8971c (patch)
tree11c400d881f18516dd2e04cc6d7897570192924e /schemas/pkglist.xsd
parent62ae67d535b057cf18c3257f4671ff4d1ab69a5e (diff)
downloadbcfg2-c07e3b9d4953cc49fdcf68731eef0d007ec8971c.tar.gz
bcfg2-c07e3b9d4953cc49fdcf68731eef0d007ec8971c.tar.bz2
bcfg2-c07e3b9d4953cc49fdcf68731eef0d007ec8971c.zip
schema: Group name attribute required for Pkgmgr listings (Reported by Bruce Bush)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5607 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r--schemas/pkglist.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd
index dd1ac4f11..c16ed654e 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -17,7 +17,7 @@
<xsd:element name='Group' type='PackageContainerType'/>
<xsd:element name='Client' type='PackageContainerType'/>
</xsd:choice>
- <xsd:attribute name='name' type='xsd:string'/>
+ <xsd:attribute name='name' type='xsd:string' use='required'/>
<xsd:attribute name='negate' type='xsd:string'/>
</xsd:complexType>