16 lines
559 B
XML
16 lines
559 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="http://www.jmri.org/xml/XSLT/panelfile.xsl"?>
|
|
|
|
<!-- <light> elements with proper names pass, but see also the ../invalid version of this -->
|
|
|
|
<layout-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/layout-4-19-2.xsd">
|
|
<lights class="jmri.jmrix.loconet.configurexml.LnLightManagerXml">
|
|
<light>
|
|
<systemName>LL1</systemName>
|
|
<userName>User</userName>
|
|
</light>
|
|
</lights>
|
|
</layout-config>
|
|
|
|
|