mirror of
https://github.com/nasa/fprime.git
synced 2025-12-12 18:31:06 -06:00
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.
13 lines
416 B
XML
13 lines
416 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<serializable namespace="Example3" name="ExampleSerializable" typeid = "123">
|
|
<comment>
|
|
This is an optional comment describing the serializable class.
|
|
</comment>
|
|
<members>
|
|
<member name="T1" type="I32"/>
|
|
<member name="T2" type="string" size="23"/>
|
|
<member name="T3" type="U8" size="9" comment="U8 Array"/>
|
|
</members>
|
|
</serializable>
|
|
|