summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-09-19 11:04:03 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-09-19 11:04:03 -0400
commitfe9b75662276326898458a68744b920ebd9d46b8 (patch)
tree999cf9ca885d38e23305408b37ff0b662686832d /schemas/types.xsd
parente6489338056d55805a66383bcd5cda6ed8caa22b (diff)
downloadbcfg2-fe9b75662276326898458a68744b920ebd9d46b8.tar.gz
bcfg2-fe9b75662276326898458a68744b920ebd9d46b8.tar.bz2
bcfg2-fe9b75662276326898458a68744b920ebd9d46b8.zip
added Defaults plugin
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd14
1 files changed, 14 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 44d2d3df9..dde7a856b 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -39,6 +39,7 @@
<xsd:restriction base='xsd:string'>
<xsd:enumeration value='on'/>
<xsd:enumeration value='off'/>
+ <xsd:enumeration value="ignore"/>
</xsd:restriction>
</xsd:simpleType>
@@ -64,4 +65,17 @@
</xsd:restriction>
</xsd:simpleType>
+ <xsd:simpleType name="ServiceTypeEnum">
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="chkconfig"/>
+ <xsd:enumeration value="deb"/>
+ <xsd:enumeration value="rc-update"/>
+ <xsd:enumeration value="smf"/>
+ <xsd:enumeration value="upstart"/>
+ <xsd:enumeration value="systemd"/>
+ <xsd:enumeration value="launchd"/>
+ <xsd:enumeration value="freebsd"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
</xsd:schema>