Files
JIMRI/xml/decoders/leb/choix-Signal_Options.xml
T
2026-06-17 14:00:51 +02:00

78 lines
3.0 KiB
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, 2014 All rights reserved -->
<!-- $Id$ -->
<!-- -->
<!-- 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. -->
<enumChoiceGroup 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">
<copyright xmlns="http://docbook.org/ns/docbook">
<year>2014</year>
<holder>JMRI</holder>
</copyright>
<authorgroup xmlns="http://docbook.org/ns/docbook">
<author>
<personname>
<firstname>JF</firstname>
<surname>Leb</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>1</revnumber>
<date>2019-05-16</date>
<authorinitials>ALM</authorinitials>
<revremark>Initial creation</revremark>
</revision>
</revhistory>
<!-- Specific for Leb signal decoder -->
<!-- Switching modes common to Leb decoders -->
<enumChoice choice="[0]" value="0">
<choice> [0] Non utilisé </choice>
</enumChoice>
<enumChoice choice="[1]" value="1">
<choice> [1] Signal A ID1 </choice>
</enumChoice>
<enumChoice choice="[2]" value="2">
<choice> [2] Signal A ID2 </choice>
</enumChoice>
<enumChoice choice="[3]" value="3">
<choice> [3] Signal A ID3 </choice>
</enumChoice>
<enumChoice choice="[4]" value="4">
<choice> [4] Signal A OP </choice>
</enumChoice>
<enumChoice choice="[5]" value="5">
<choice> [5] Signal B ID1 </choice>
</enumChoice>
<enumChoice choice="[6]" value="6">
<choice> [6] Signal B ID2 </choice>
</enumChoice>
<enumChoice choice="[7]" value="7">
<choice> [7] Signal B ID3 </choice>
</enumChoice>
<enumChoice choice="[8]" value="8">
<choice> [8] Signal B OP </choice>
</enumChoice>
<enumChoice choice="[9]" value="9">
<choice> [9] Signal C ID1 </choice>
</enumChoice>
<enumChoice choice="[10]" value="10">
<choice>[10] Signal C ID2 </choice>
</enumChoice>
<enumChoice choice="[11]" value="11">
<choice>[11] Signal C ID3 </choice>
</enumChoice>
<enumChoice choice="[12]" value="12">
<choice>[12] Signal C OP </choice>
</enumChoice>
</enumChoiceGroup>