summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
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'>