summaryrefslogtreecommitdiffstats
path: root/schemas/pkgtype.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/pkgtype.xsd')
-rw-r--r--schemas/pkgtype.xsd10
1 files changed, 9 insertions, 1 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd
index 6c3821f82..23768e518 100644
--- a/schemas/pkgtype.xsd
+++ b/schemas/pkgtype.xsd
@@ -13,6 +13,13 @@
<xsd:import namespace="http://genshi.edgewall.org/"
schemaLocation="genshi.xsd"/>
+ <xsd:complexType name="PackageStructure">
+ <xsd:attribute type="xsd:string" name="name"/>
+ <xsd:attribute type="xsd:string" name="group"/>
+ <xsd:attribute type="xsd:string" name="verify" use="optional"/>
+ <xsd:attributeGroup ref="py:genshiAttrs"/>
+ </xsd:complexType>
+
<xsd:complexType name="PackageType">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Instance">
@@ -38,7 +45,8 @@
<xsd:element ref="py:with"/>
<xsd:element ref="py:replace"/>
</xsd:choice>
- <xsd:attribute type="xsd:string" name="name" use="required"/>
+ <xsd:attribute type="xsd:string" name="name"/>
+ <xsd:attribute type="xsd:string" name="group"/>
<xsd:attribute type="xsd:string" name="version"/>
<xsd:attribute type="xsd:string" name="file"/>
<xsd:attribute type="xsd:boolean" name="verify"/>