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

15 lines
432 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<component name = "test" kind="active" namespace="SRC">
<import_dictionary>test/one</import_dictionary>
<import_port_type>test/two</import_port_type>
<include_header>test/three</include_header>
<ports>
<port name="inputOne" kind="async_input" data_type="string"></port>
<port name="outputOne" kind="output" data_type="U16"></port>
</ports>
</component>