From 0bf2c00ceaea5688e2762e5e0967c0861d6193a7 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Sat, 30 May 2020 02:44:23 +0530 Subject: [PATCH] Update XmlConfigFile.md --- doc/xmlConfigFile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index a2c611d..c68e04f 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -363,6 +363,6 @@ This is useful when the main process is a console, which can respond to Ctrl+C c true ``` -## XML schema validation +## XML Schema Validation We are using embedded [XSD](../src/Core/WinSWCore/XMLSchema.xsd) file to validate XML configurations file schema. You can find sample XSD schema file [here.](../examples/windowsservice.xsd). You can follow this schema file when creating the XML configuration file.