Format the Control Message Root
The EagleSTAR/tpe/dynamic/eagleml/schema/eagleml-msg-2-0.xsd schema definition must be specified in the <EagleML> root node exactly as shown below.
Example:Â <Root> Node
<EagleML
​ xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:SchemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
 eaglemlVersion="2-0"
 eaglemlType="RunTaskRequest"
 xsi:type="RunTaskRequest">
<<<<< all other Parameters >>>>>
</EagleML>
Â
Â