<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>

<!-- Copyright (C) JMRI 2001, 2005, 2007, 2-009, 2010 All rights reserved -->
<!-- $Id: shortAndLongAddress.xml 17977 2011-07-18 17:23:46Z zoo $ -->
<!--                                                                        -->
<!-- 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.                                                      -->

<variables>

    <copyright xmlns="http://docbook.org/ns/docbook">
      <year>2010</year><holder>JMRI</holder>
    </copyright>
  
    <authorgroup xmlns="http://docbook.org/ns/docbook">
      <author>
        <personname><firstname>Bob</firstname><surname>Jacobsen</surname></personname>
      </author>    
    </authorgroup>

    <revhistory xmlns="http://docbook.org/ns/docbook">
      <revision>
        <revnumber>6</revnumber>
        <date>2010-03-12</date>
        <authorinitials>BJ</authorinitials>
        <revremark>Initial release as separate file</revremark>
      </revision>
      <revision>
        <revnumber>5</revnumber>
        <date>2003-12-05</date>
        <authorinitials>BJ</authorinitials>
        <revremark>Revision in original 0NMRA.xml file</revremark>
      </revision> 
    </revhistory>
    
    <variable label="Primary Address" CV="1" comment="Short address"
                    item="Short Address"  default="03">
        <shortAddressVal/>
        <label xml:lang="fr">Primary Address(fr)</label>
    </variable>

    <variable label="Extended Address" CV="17"
                    item="Long Address" >
        <longAddressVal/>
        <label xml:lang="fr">Extended Address(fr)</label>
    </variable>

    <variable label="Address Format" CV="29" mask="XXVXXXXX">
        <enumVal>
            <enumChoice choice="One byte (short) address"/>
            <enumChoice choice="Two byte (extended) address"/>
            </enumVal>
        <label xml:lang="fr">Address Format(fr)</label>
    </variable>

</variables>

