4 DTD EMUFS - Especificacion de Documento para archivo de configuracion
8 <!ELEMENT emufs (articulos, facturas)>
9 <!ELEMENT articulos (fuente, datos, indices)>
10 <!ELEMENT facturas (fuente, datos, datos_notas, indices)>
11 <!ELEMENT fuente (#PCDATA)>
12 <!ELEMENT datos EMPTY>
14 tipo (1 | 2 | 3) #REQUIRED
15 bloque CDATA #REQUIRED
17 <!ELEMENT datos_notas EMPTY>
19 tipo (1 | 2 | 3) #REQUIRED
20 bloque CDATA #REQUIRED
22 <!ELEMENT indices (indice)+>
23 <!ELEMENT indice EMPTY>
25 nombre CDATA #REQUIRED
26 tipo (B | B_A | B_P) #REQUIRED
27 bloque CDATA #REQUIRED