Add <exit propagate="…"/> to Init config schema

Fix #3724
This commit is contained in:
Ehmry - 2020-04-07 20:20:34 +05:30 committed by Christian Helmuth
parent c783764d0b
commit 6359445a8e
1 changed files with 6 additions and 0 deletions

View File

@ -168,6 +168,12 @@
</xs:complexType>
</xs:element> <!-- "resource" -->
<xs:element name="exit">
<xs:complexType>
<xs:attribute name="propagate" type="Boolean" />
</xs:complexType>
</xs:element> <!-- "exit" -->
<xs:element name="configfile">
<xs:complexType>
<xs:attribute name="name" type="xs:string" />