summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd9
1 files changed, 9 insertions, 0 deletions
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' />