summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-10 22:40:15 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-10 22:40:15 +0000
commit749eef242b8acf1306912ab8f6c473ca3d221699 (patch)
treef9b51661f8ad42ba8a5f5ca00ea2e69701e5cf66 /schemas/pkglist.xsd
parent95b3c04e41a6f0e7497d2f87152c66a45d71604e (diff)
downloadbcfg2-749eef242b8acf1306912ab8f6c473ca3d221699.tar.gz
bcfg2-749eef242b8acf1306912ab8f6c473ca3d221699.tar.bz2
bcfg2-749eef242b8acf1306912ab8f6c473ca3d221699.zip
Implement negation for bundles, base, pkgmgr, svcmgr, and rules
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2643 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r--schemas/pkglist.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd
index 13d70646a..65c5435d0 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -29,6 +29,7 @@
<xsd:element name='Client' type='ContainerType'/>
</xsd:choice>
<xsd:attribute name='name' type='xsd:string'/>
+ <xsd:attribute name='negate' type='xsd:string'/>
</xsd:complexType>
<xsd:element name='PackageList'>