summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/pkgtype.xsd2
-rw-r--r--schemas/types.xsd9
2 files changed, 11 insertions, 0 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd
index 23768e518..83e3f0e48 100644
--- a/schemas/pkgtype.xsd
+++ b/schemas/pkgtype.xsd
@@ -17,6 +17,8 @@
<xsd:attribute type="xsd:string" name="name"/>
<xsd:attribute type="xsd:string" name="group"/>
<xsd:attribute type="xsd:string" name="verify" use="optional"/>
+ <xsd:attribute type="PackageGroupTypeEnum" name="type"
+ use="optional"/>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>
diff --git a/schemas/types.xsd b/schemas/types.xsd
index dde7a856b..689e693b7 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -21,6 +21,15 @@
</xsd:restriction>
</xsd:simpleType>
+ <xsd:simpleType name="PackageGroupTypeEnum">
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="optional"/>
+ <xsd:enumeration value="default"/>
+ <xsd:enumeration value="mandatory"/>
+ <xsd:enumeration value="all"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
<xsd:simpleType name='PathTypeEnum'>
<xsd:restriction base='xsd:string'>
<xsd:enumeration value='device' />