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