Activate schema validation
- Last UpdatedJul 26, 2024
- 1 minute read
The schema validation and processing are activated by placing specific data within the InTouchWindow element. If you activate the schema, you must place the InTouchCommon.Xsd and InTouchWindow.Xsd files in the same folder as the XML file.
Example of using a schema:
<iw:InTouchWindow
xmlns:iw="http://www.wonderware.com/InTouch/Window"
xmlns:itc="http://www.wonderware.com/InTouch/Common"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.wonderware.com/InTouch/Window wwInTouchWindow.xsd" Version="1">
</iw:InTouchWindow>
Example of not using a schema:
<InTouchWindow Version="1">
</InTouchWindow>