pndevmapperd: support multiple charge devices
[pandora-libraries.git] / testdata / pndsample / x86_echo / PXML.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PXML xmlns="http://openpandora.org/namespaces/PXML" 
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="jeff.sample.pnd.winkydink123" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
4   <title lang="en_US">PND Echo</title>
5   <title lang="de_DE">PND Echo - German</title>
6
7   <exec background="true" startdir="." standalone="true" command="my_echo"/>
8
9   <description lang="en_US">This is the English Description of the file.</description>
10   <description lang="de_DE">This would be the German description.</description>
11
12 </PXML>