summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-14 09:43:11 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-14 09:43:11 -0500
commit6ce9af36f6f0e7796d986b29ce3f4d8a52c55d2b (patch)
tree7bd887500ae6c0d5f786c8cd8c08cfaea4dd29a5 /schemas
parent74c2b977ea41c379d38b0880cc61b7bdc709a552 (diff)
downloadbcfg2-6ce9af36f6f0e7796d986b29ce3f4d8a52c55d2b.tar.gz
bcfg2-6ce9af36f6f0e7796d986b29ce3f4d8a52c55d2b.tar.bz2
bcfg2-6ce9af36f6f0e7796d986b29ce3f4d8a52c55d2b.zip
better validation of required attrs for Package and Service tags
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 6262d9bb6..a6070279a 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -14,6 +14,11 @@
<xsd:simpleType name='PackageTypeEnum'>
<xsd:restriction base='xsd:string'>
+ <xsd:enumeration value='apk' />
+ <xsd:enumeration value='ips' />
+ <xsd:enumeration value='macport' />
+ <xsd:enumeration value='opencsw' />
+ <xsd:enumeration value='pacman' />
<xsd:enumeration value='deb' />
<xsd:enumeration value='rpm' />
<xsd:enumeration value='blast' />