XSD typo fixed and added a missing attribute

pull/796/head
Rui Gu 8 years ago
parent 6d2a45b5e7
commit 3ceb0c4d1e

@ -221,7 +221,7 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="use-linuxN-native-epoll"
<xsd:attribute name="use-linux-native-epoll"
type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -799,6 +799,15 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dns-monitoring-interval" type="xsd:long">
<xsd:annotation>
<xsd:documentation><![CDATA[
DNS change monitoring interval in milliseconds.
Default: 5000
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

Loading…
Cancel
Save