summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd26
1 files changed, 24 insertions, 2 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index b9d7131dd..f722309f8 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -8,7 +8,7 @@
</xsd:documentation>
</xsd:annotation>
- <xsd:simpleType name='PackageTypeEnum'>
+ <xsd:simpleType name='PackageTypeEnum'>
<xsd:restriction base='xsd:string'>
<xsd:enumeration value='deb' />
<xsd:enumeration value='rpm' />
@@ -25,4 +25,26 @@
</xsd:restriction>
</xsd:simpleType>
-</xsd:schema> \ No newline at end of file
+ <xsd:simpleType name='ActionTimingEnum'>
+ <xsd:restriction base='xsd:string'>
+ <xsd:enumeration value='both'/>
+ <xsd:enumeration value='pre'/>
+ <xsd:enumeration value='post'/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
+ <xsd:simpleType name='ActionWhenEnum'>
+ <xsd:restriction base='xsd:string'>
+ <xsd:enumeration value='modified'/>
+ <xsd:enumeration value='always'/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
+ <xsd:simpleType name='ActionStatusEnum'>
+ <xsd:restriction base='xsd:string'>
+ <xsd:enumeration value='ignore'/>
+ <xsd:enumeration value='check'/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
+</xsd:schema>