21 lines
807 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="file:../xml/ISF_Type_Schema.rnc" type="compact"?>
<interface name="Port1" namespace="Example">
<import_array_type>Autocoders/Python/test/array_xml/ArrayTypeArrayAi.xml</import_array_type>
<import_array_type>Autocoders/Python/test/array_xml/InternalTypeArrayAi.xml</import_array_type>
<import_serializable_type>Autocoders/Python/test/array_xml/ArrSerialSerializableAi.xml</import_serializable_type>
<comment>
Example port with arg
</comment>
<args>
<arg name="Arg1" type="Example::ArrayType">
<comment>Example array arg</comment>
</arg>
<arg name="Arg2" type="Example::ArrSerial">
<comment>Example serial arg w array</comment>
</arg>
</args>
</interface>