16 lines
522 B
XML
16 lines
522 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="http://www.jmri.org/xml/XSLT/panelfile.xsl"?>
|
|
|
|
<!-- sensor elements with a legacy name fail -->
|
|
|
|
<layout-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/layout-4-19-2.xsd">
|
|
<sensors class="jmri.jmrix.loconet.configurexml.LnSensorManagerXml">
|
|
<sensor>
|
|
<systemName>DCPPS1</systemName>
|
|
<userName>User</userName>
|
|
</sensor>
|
|
</sensors>
|
|
</layout-config>
|
|
|
|
|