Files
JIMRI/xml/decoders/uhlenbrock/enumSwitchBlinkChoice.xml
T
2026-06-17 14:00:51 +02:00

40 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2018, 2022 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
<!-- the terms of version 2 of the GNU General Public License as published -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
<!-- of this license. -->
<!-- -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
<!-- for more details. -->
<!-- -->
<!-- version 2 - include file for Uhlenbrock Switch decoder 63410 -->
<!-- Requires JMRI 5.1.3 for variable type CompEnumChoice w/ mask on digits -->
<!-- -->
<enumVal max="10" 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">
<enumChoice choice="1" value="0">
<choice>Permanent/Timed</choice>
<choice xml:lang="nl">Permanent/Puls</choice>
<choice xml:lang="de">Dauer/Zeitbeschränkt</choice>
</enumChoice>
<enumChoice choice="2" value="1">
<choice>Blink 1</choice>
<choice xml:lang="nl">Knipper 1</choice>
<choice xml:lang="de">Blinkend 1</choice>
</enumChoice>
<enumChoice choice="3" value="2">
<choice>Blink 2</choice>
<choice xml:lang="nl">Knipper 2</choice>
<choice xml:lang="de">Blinkend 2</choice>
</enumChoice>
<enumChoice choice="4" value="3">
<choice>Blink 1+2</choice>
<choice xml:lang="nl">Knipper 1+2</choice>
<choice xml:lang="de">Blinkend 1+2</choice>
</enumChoice>
</enumVal>