77 lines
2.9 KiB
XML
77 lines
2.9 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] Aucune </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[1]" value="1">
|
|
<choice> [1] Led C Cv </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[2]" value="2">
|
|
<choice> [2] Led S </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[3]" value="3">
|
|
<choice> [3] Led M </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[4]" value="4">
|
|
<choice> [4] Led A </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[5]" value="5">
|
|
<choice> [5] Led Vl </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[6]" value="6">
|
|
<choice> [6] Led R </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[7]" value="7">
|
|
<choice> [7] Led RR </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[8]" value="8">
|
|
<choice> [8] Led ID1 </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[9]" value="9">
|
|
<choice> [9] Led ID2 </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[10]" value="10">
|
|
<choice> [10] Led ID3 </choice>
|
|
</enumChoice>
|
|
<enumChoice choice="[11]" value="11">
|
|
<choice> [11] Led OPTION</choice>
|
|
</enumChoice>
|
|
|
|
|
|
</enumChoiceGroup>
|