init config.xsd: add ld_verbose attribute

Issue #2654
This commit is contained in:
Martin Stein 2018-01-11 11:04:48 +01:00 committed by Norman Feske
parent bfe0031304
commit ef1dee8bc6

View File

@ -138,6 +138,7 @@
</xs:choice>
<xs:attribute name="prio_levels" type="xs:int" />
<xs:attribute name="verbose" type="xs:string" />
<xs:attribute name="ld_verbose" type="xs:string" />
</xs:complexType>
</xs:element> <!-- "config" -->
</xs:schema>