summaryrefslogtreecommitdiffstats
path: root/schemas
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
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')
-rw-r--r--schemas/base.xsd1
-rw-r--r--schemas/bundle.xsd1
-rw-r--r--schemas/pkglist.xsd1
-rw-r--r--schemas/rules.xsd1
-rw-r--r--schemas/services.xsd1
5 files changed, 5 insertions, 0 deletions
diff --git a/schemas/base.xsd b/schemas/base.xsd
index 5be582850..effb652f5 100644
--- a/schemas/base.xsd
+++ b/schemas/base.xsd
@@ -21,6 +21,7 @@
<xsd:element name='Group' type='ContainerType'/>
</xsd:choice>
<xsd:attribute name='name' type='xsd:string'/>
+ <xsd:attribute name='negate' type='xsd:string'/>
</xsd:complexType>
<xsd:element name='Base'>
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index e048063fa..685c7ca6f 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -21,6 +21,7 @@
<xsd:element name='Group' type='GroupType'/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='negate' use='required'/>
</xsd:complexType>
<xsd:element name='Bundle'>
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'>
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 31283b2eb..270b08828 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -52,6 +52,7 @@
<xsd:element name='Client' type='RContainerType'/>
</xsd:choice>
<xsd:attribute name='name' type='xsd:string'/>
+ <xsd:attribute name='negate' type='xsd:string'/>
</xsd:complexType>
diff --git a/schemas/services.xsd b/schemas/services.xsd
index bdc2b8d41..14964c955 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -33,6 +33,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='Services'>