18 lines
797 B
XML
18 lines
797 B
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 All rights reserved -->
|
|
<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 choice="Input" value="0">
|
|
<choice>Input</choice>
|
|
<choice xml:lang="de">Eingang</choice>
|
|
<choice xml:lang="nl">Ingang</choice>
|
|
<choice xml:lang="cs">Vstup</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Output" value="1">
|
|
<choice>Output</choice>
|
|
<choice xml:lang="de">Ausgang</choice>
|
|
<choice xml:lang="nl">Uitgang</choice>
|
|
<choice xml:lang="cs">Výstup</choice>
|
|
</enumChoice>
|
|
</enumVal>
|