43 lines
2.1 KiB
XML
43 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 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. -->
|
|
|
|
<!-- Trigger condition enum for Märklin mLD/3 and mSD/3 decoders -->
|
|
|
|
<enumVal 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 value="0">
|
|
<choice>High level</choice>
|
|
<choice xml:lang="de">Hochpegel</choice>
|
|
<choice xml:lang="fr">Niveau Haut</choice>
|
|
<choice xml:lang="cs">Vysoká úroveň</choice>
|
|
</enumChoice>
|
|
<enumChoice value="1">
|
|
<choice>Low level</choice>
|
|
<choice xml:lang="de">Niedriger Pegel</choice>
|
|
<choice xml:lang="fr">Niveau Bas</choice>
|
|
<choice xml:lang="cs">Nízká úroveň</choice>
|
|
</enumChoice>
|
|
<enumChoice value="2">
|
|
<choice>Rising Edge</choice>
|
|
<choice xml:lang="de">Steigende Flanke</choice>
|
|
<choice xml:lang="fr">Front Montant</choice>
|
|
<choice xml:lang="cs">Stoupající hrana</choice>
|
|
</enumChoice>
|
|
<enumChoice value="3">
|
|
<choice>Falling Edge</choice>
|
|
<choice xml:lang="de">Fallende Flanke</choice>
|
|
<choice xml:lang="fr">Front Descendant</choice>
|
|
<choice xml:lang="cs">Klesající hrana</choice>
|
|
</enumChoice>
|
|
</enumVal>
|