]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs_gui/emufs.dtd
ac7e56095ecc7248be7cbd7e774d6e730e04e21f
[z.facultad/75.06/emufs.git] / emufs_gui / emufs.dtd
1
2 <!--
3
4         DTD EMUFS - Especificacion de Documento para archivo de configuracion
5         
6 -->
7
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>
13 <!ATTLIST datos
14         tipo (1 | 2 | 3) #REQUIRED
15         bloque CDATA #REQUIRED
16 >
17 <!ELEMENT datos_notas EMPTY>
18 <!ATTLIST datos_notas
19         tipo (1 | 2 | 3) #REQUIRED
20         bloque CDATA #REQUIRED
21 >
22 <!ELEMENT indices (indice)+>
23 <!ELEMENT indice EMPTY>
24 <!ATTLIST indice
25         nombre CDATA #REQUIRED
26         tipo (B | B_A | B_P) #REQUIRED
27         bloque CDATA #REQUIRED
28 >
29