Files
JIMRI/java/test/jmri/configurexml/invalid/SchemaFail.xml
T
2026-06-17 14:00:51 +02:00

11 lines
377 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://www.jmri.org/xml/XSLT/panelfile.xsl" type="text/xsl"?>
<!-- This XML file is supposed to fail to validate -->
<layout-config
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation = "http://jmri.org/xml/schema/types/general.xsd"
>
<unknownElement/>
</layout-config>