1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE emufs SYSTEM "emufs.dtd">
6 <fuente>articulos.xml</fuente>
7 <datos tipo="4" bloque="512" />
9 <indice nombre="codigo" tipo="B" bloque="512" />
10 <indice nombre="desc" tipo="B" bloque="512" />
11 <indice nombre="presentacion" tipo="B" bloque="512" />
15 <fuente>facturas.xml</fuente>
16 <datos tipo="1" bloque="1024" />
17 <datos_notas tipo="2" bloque="0" />
19 <indice nombre="numero" tipo="B" bloque="1024" />
20 <indice nombre="emision" tipo="B" bloque="512" />
21 <indice nombre="vto" tipo="B" bloque="512" />
22 <indice nombre="cheque" tipo="B" bloque="512" />
23 <indice nombre="ctacte" tipo="B" bloque="512" />