XSD schme file linked from xmlConfig.md

pull/460/merge^2
Buddhika Chathuranga 2020-05-27 19:24:49 +05:30
parent 66dfe7b43c
commit 2331f442e2
1 changed files with 4 additions and 0 deletions

View File

@ -362,3 +362,7 @@ This is useful when the main process is a console, which can respond to Ctrl+C c
```xml
<stopparentprocessfirst>true</stopparentprocessfirst>
```
## 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.