summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/deps.xsd2
-rw-r--r--schemas/pkglist.xsd1
2 files changed, 2 insertions, 1 deletions
diff --git a/schemas/deps.xsd b/schemas/deps.xsd
index ab38c3aec..d0710ee08 100644
--- a/schemas/deps.xsd
+++ b/schemas/deps.xsd
@@ -43,7 +43,7 @@
<xsd:element name='Permission' type='StructureEntry'/>
<xsd:element name='Group' type='GroupType'/>
</xsd:choice>
- <xsd:attribute type='xsd:string' name='priority' use='required'/>
+ <xsd:attribute type='xsd:string' name='priority' />
</xsd:complexType>
</xsd:element>
</xsd:schema>
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd
index b92764751..dd1ac4f11 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -25,6 +25,7 @@
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Group' type='PackageContainerType'/>
+ <xsd:element name='Package' type='PackageType'/>
</xsd:choice>
<xsd:attribute name='priority' type='xsd:integer' use='required'/>
<xsd:attribute name='type' use='optional' type='PackageTypeEnum' />