From f978c30e5ae24a7bfc91d0fd6ba669bd4e4bf6d6 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Mon, 1 Jun 2020 14:33:33 +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 b020446..933e74b 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 follow this schema file when creating the XML configuration file. +We are using embedded [XSD schema file](../src/Core/WinSWCore/XMLSchema.xsd) to validate XML configurations file. You can follow this schema file when creating the XML configuration file.