24 lines
987 B
XML
24 lines
987 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="No" value="0">
|
|
<choice>No</choice>
|
|
<choice xml:lang="it">No</choice>
|
|
<choice xml:lang="fr">Non</choice>
|
|
<choice xml:lang="de">Nein</choice>
|
|
<choice xml:lang="cs">Ne</choice>
|
|
<choice xml:lang="nl">Nee</choice>
|
|
<choice xml:lang="da">Nej</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Yes" value="1">
|
|
<choice>Yes</choice>
|
|
<choice xml:lang="it">Si</choice>
|
|
<choice xml:lang="fr">Oui</choice>
|
|
<choice xml:lang="de">Ja</choice>
|
|
<choice xml:lang="cs">Ano</choice>
|
|
<choice xml:lang="nl">Ja</choice>
|
|
<choice xml:lang="da">Ja</choice>
|
|
</enumChoice>
|
|
</enumVal>
|