mirror of
https://github.com/nasa/fprime.git
synced 2025-12-16 00:46:54 -06:00
13 lines
420 B
XML
13 lines
420 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-model href="../../Autocoders/Python/schema/default/array_schema.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
|
|
<array name="StringArray">
|
|
<type size="256">string</type>
|
|
<size>3</size>
|
|
<format>%s</format>
|
|
|
|
<default>
|
|
<value>"one"</value>
|
|
<value>"two"</value>
|
|
<value>"the"</value>
|
|
</default>
|
|
</array> |