From 5d51f8a75a5b0ac0609b04e4c0daf4af29d8bfa5 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Fri, 29 May 2020 16:38:06 +0530 Subject: [PATCH] Update doc/xmlConfigFile.md Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com> --- doc/xmlConfigFile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index 0724b7a..c68e04f 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -365,4 +365,4 @@ This is useful when the main process is a console, which can respond to Ctrl+C c ## 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). User can follow this schema file when creating the XML configuration file. +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.