20 lines
565 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="file:../xml/ISF_Type_Schema.rnc" type="compact"?>
<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>