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

45 lines
2.3 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 1 - include file for Uhlenbrock Switch decoder 63400 -->
<!-- Requires JMRI 5.1.3 for variable type EnumVal 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>on Turnout Red</choice>
<choice xml:lang="nl">Bij Wissel Rood</choice>
<choice xml:lang="de">Bei Weiche Grün</choice>
</enumChoice>
<enumChoice choice="2" value="1">
<choice>on Turnout Green</choice>
<choice xml:lang="nl">Bij Wissel Groen</choice>
<choice xml:lang="de">Bei Weiche Grün</choice>
</enumChoice>
<enumChoice choice="3" value="2">
<choice>on Sensor Unoccupied</choice>
<choice xml:lang="nl">Bij Vrij</choice>
<choice xml:lang="de">Bei Frei</choice>
</enumChoice>
<enumChoice choice="4" value="3">
<choice>on Sensor Occupied</choice>
<choice xml:lang="nl">Bij Bezet</choice>
<choice xml:lang="de">Bei Belegt</choice>
</enumChoice>
<enumChoice choice="3" value="4">
<choice>on Keys pressed</choice>
<choice xml:lang="nl">vlg. toetsen</choice>
<choice xml:lang="de">nach Taster</choice>
</enumChoice>
</enumVal>