<?xml version='1.0' encoding='ISO-8859-1'?>
<XML_APP>
<!--
 *    WebLEAFTest, a web application to test and showcase the features of the
 *    WebLEAF framework.
 *    Copyright (C) 2008 Universidad de las Islas Baleares(UIB),
 *                       Cra. Valldemossa, km 7.5
 *                       07071 Palma de Mallorca(Illes Balears)
 *                       Espaņa
 *    This software is the confidential intellectual property of
 *    the UIB; it is copyrighted and licensed, not sold.
 *    This program is free software; you can redistribute it and/or modify
 *    it under the terms of the GNU Lesser General Public License as published by
 *    the Free Software Foundation; either version 2.1 of the License, or
 *    (at your option) any later version.
 *
 *    This program is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU Lesser General Public License for more details.
 *
 *    You should have received a copy of the GNU Lesser General Public License
 *    along with this program; if not, write to the Free Software
 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-->
<LABELS
 Title="Test application"
>
 <ITEM
  Title="Item Management"
  FieldSetLegend="Item data"
  SelectDefault="... select an item to display its data"
  Code="Code"
  Name="Name"
  Description="Description"
 />
</LABELS>

<ITEM_QUERY Type="All" Impl="Static">
  <ITEM Code="11111111111111111111111111111111" Name="First item" Description="Description of first item"/>
  <ITEM Code="44444444444444444444444444444444" Name="Fourth item"/>
  <ITEM Code="22222222222222222222222222222222" Name="Second item" Description="Description of second item"/>
  <ITEM Code="33333333333333333333333333333333" Name="Third item" Description="Description of third item"/>
</ITEM_QUERY>
</XML_APP>