52 lines
2.7 KiB
XML
52 lines
2.7 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>Normal Outputs</choice>
|
|
<choice xml:lang="nl">Normale uitgangen</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="2" value="1">
|
|
<choice>Main signal - 3 states</choice>
|
|
<choice xml:lang="nl">Hoofdsein - 3 standen</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="3" value="2">
|
|
<choice>Main signal with 4 states</choice>
|
|
<choice xml:lang="nl">Hoofdsein - 4 standen</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="4" value="3">
|
|
<choice>Freestanding warning signal</choice>
|
|
<choice xml:lang="nl">Los Voorsein</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="5" value="4">
|
|
<choice>Warning signal on main signal mast</choice>
|
|
<choice xml:lang="nl">Voorsein op hoofdseinmast</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="6" value="5">
|
|
<choice>Main signal - 3 states, Märklin style</choice>
|
|
<choice xml:lang="nl">Hoofdsein - 3 standen, Märklin</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="7" value="6">
|
|
<choice>Main signal - 4 states, Märklin style</choice>
|
|
<choice xml:lang="nl">Hoofdsein - 4 standen, Märklin</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="8" value="7">
|
|
<choice>Warning signal, Märklin style</choice>
|
|
<choice xml:lang="nl">Voorsein, Märklin stijl</choice>
|
|
</enumChoice>
|
|
</enumVal>
|