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

16 lines
565 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<telemetry telemetry_base="x1">
<channel id="0x0" name="ChanOne" update="always" data_type="I8" high_orange="30">
</channel>
<channel id = "x1" name = "ChanTwo" update="on_change" data_type="ENUM">
<comment>Channel Two Coordinates</comment>
<enum name="coor">
<item name="x" comment="x coor"></item>
<item name="y"/>
</enum>
</channel>
<channel id="2" name="ChanThree" data_type="string">
<comment>Channel Three</comment>
</channel>
</telemetry>