]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs_gui/emufs.xml
super test, cargando 10000 registros con claves random y el arbol se arma, al parecer...
[z.facultad/75.06/emufs.git] / emufs_gui / emufs.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE emufs SYSTEM "emufs.dtd">
3
4 <emufs>
5         <articulos>
6                 <fuente>articulos.xml</fuente>
7                 <datos tipo="3" bloque="512" />
8                 <indices>
9                         <indice nombre="codigo" tipo="B" bloque="512" />
10                         <indice nombre="desc" tipo="B" bloque="512" />
11                         <indice nombre="presentacion" tipo="B" bloque="512" />
12                 </indices>
13         </articulos>
14         <facturas>
15                 <fuente>facturas.xml</fuente>
16                 <datos tipo="3" bloque="512" />
17                 <datos_notas tipo="2" bloque="0" />
18                 <indices>
19                         <indice nombre="numero" tipo="B" bloque="512" />
20                         <indice nombre="emision" tipo="B" bloque="512" />
21                 </indices>
22         </facturas>
23 </emufs>