Files
2026-06-17 14:00:51 +02:00

11 lines
623 B
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?><!-- Copyright (C) JMRI 2001, 2005, 2007, 2009, 2010 All rights reserved -->
<splitEnumVal 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">
<enumChoiceGroup>
<enumChoice choice="No Action" value="0"/>
<enumChoice choice="Saved Action" value="1"/>
<enumChoice choice="OFF" value="2"/>
<enumChoice choice="OFF" value="3"/>
</enumChoiceGroup>
</splitEnumVal>