62 lines
1.9 KiB
XML
62 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet href="/xml/XSLT/appearancetable.xsl" type="text/xsl"?>
|
|
|
|
<appearancetable
|
|
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation = "http://jmri.org/xml/schema/appearancetable.xsd"
|
|
>
|
|
|
|
<copyright xmlns="http://docbook.org/ns/docbook">
|
|
<year>2009</year><year>2010</year><holder>JMRI</holder>
|
|
</copyright>
|
|
|
|
<authorgroup xmlns="http://docbook.org/ns/docbook">
|
|
<author>
|
|
<personname><firstname>Sample</firstname><surname>Name</surname></personname>
|
|
<email>name@com.domain</email>
|
|
</author>
|
|
</authorgroup>
|
|
|
|
<revhistory xmlns="http://docbook.org/ns/docbook">
|
|
<revision>
|
|
<revnumber>1</revnumber>
|
|
<date>2009-12-28</date>
|
|
<authorinitials>initials</authorinitials>
|
|
<revremark>comment</revremark>
|
|
</revision>
|
|
<revision>
|
|
<revnumber>2</revnumber>
|
|
<date>2016-04-12</date>
|
|
<authorinitials>initials</authorinitials>
|
|
<revremark>comment</revremark>
|
|
</revision>
|
|
</revhistory>
|
|
|
|
|
|
<aspecttable>Sample</aspecttable>
|
|
|
|
<name>Sample of full file format</name>
|
|
<description></description>
|
|
|
|
<appearances>
|
|
|
|
<appearance>
|
|
<aspectname>Clear</aspectname>
|
|
<show>green</show>
|
|
<show>red</show>
|
|
<imagelink type="small">../../../resources/icons/smallschematics/searchlights/left-green-high.gif</imagelink>
|
|
<imagelink type="large">../../../resources/icons/smallschematics/searchlights/left-green-high.gif</imagelink>
|
|
</appearance>
|
|
|
|
|
|
<appearance>
|
|
<aspectname>Not clear</aspectname>
|
|
<show>red</show>
|
|
<show>red</show>
|
|
<imagelink type="small">../../../resources/icons/smallschematics/searchlights/left-red-high.gif</imagelink>
|
|
<imagelink type="large">../../../resources/icons/smallschematics/searchlights/left-red-high.gif</imagelink>
|
|
</appearance>
|
|
|
|
</appearances>
|
|
</appearancetable>
|