16 lines
632 B
XML
16 lines
632 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- version 1 - for Unified Software -->
|
|
<pane xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
|
|
<name>RailCom</name>
|
|
<column>
|
|
<display item="Enable RailCom" format="checkbox"/>
|
|
<display item="RailCom channel 1 (Broadcast)"/>
|
|
<display item="RailCom channel 2 (Data)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="RailCom speed reporting method"/>
|
|
</column>
|
|
</pane>
|