topical media & game development
professional-xml-23-ExpenseReport-departments.xml / xml
<?xml version="1.0" encoding="UTF-8"?>
<departments xmlns="http://example.com/depts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<department id="dev">
<name>Development</name>
<expenseLimits>
<travel>100</travel>
<entertainment>50</entertainment>
<meal>35</meal>
<misc>50</misc>
</expenseLimits>
</department>
<department id="sal">
<name>Sales</name>
<expenseLimits>
<travel>100</travel>
<entertainment>200</entertainment>
<meal>35</meal>
<misc>50</misc>
</expenseLimits>
</department>
</departments>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.