Joshua Anderson 8058e79185 Remove schema refrence in XML files
Our XML files had incorrect schema paths, so they needed to be corrected or removed.
Because of the upcoming transition to F'' YAML modeling, removing the schema refrences is an easier
approach than correcting all component xml files.
2021-06-01 20:38:33 -07:00

19 lines
495 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface name="Test" namespace="Another">
<comment>
Scheduler Port with order argument
</comment>
<args>
<arg name="arg4" type="I32" >
<comment>The first argument</comment>
</arg>
<arg name="arg5" type="F32">
<comment>The second argument</comment>
</arg>
<arg name="arg6" type="U8">
<comment>The third argument</comment>
</arg>
</args>
</interface>