Files
JIMRI/java/test/jmri/jmrit/decoderdefn/pass/ConstantLabelMultipleLanguages.xml
2026-06-17 14:00:51 +02:00

35 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?><!-- Made from the QSI_Diesel_Ver7.xml file for testing purposes -->
<!-- $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. -->
<decoder-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder.xsd">
<version author="Bob Jacobsen" version="1" lastUpdated="20100119"/>
<decoder>
<family name="Test QSI Decoder" mfg="QSIndustries" lowVersionID="7">
<model model="Test QSI Decoder" numFns="14" numOuts="0" productID="1050">
</model>
</family>
<programming direct="yes" paged="yes" register="yes" ops="yes">
</programming>
<variables>
<constant label="Minor Version Number" item="Minor Version Number">
<label>Text in label</label>
<label xml:lang="kl">Text in label</label>
</constant>
</variables>
</decoder>
</decoder-config>