Skip to content
Snippets Groups Projects
Commit 71d921bc authored by jorandr's avatar jorandr
Browse files

Update biblioteca.dtd

parents
Branches master
No related tags found
No related merge requests found
<!ELEMENT biblioteca (libro*, colección+)>
<!ELEMENT libro (título, número_páginas,idioma,idioma_original?, editorial, fecha, dimensiones?, autor+)>
<!ELEMENT colección (libro+)>
<!ELEMENT título (#PCDATA)>
<!ELEMENT número_páginas (#PCDATA)>
<!ELEMENT idioma (#PCDATA)>
<!ELEMENT idioma_original (#PCDATA)>
<!ELEMENT editorial (#PCDATA)>
<!ELEMENT fecha (#PCDATA)>
<!ELEMENT dimensiones (ancho, alto, grosor)>
<!ELEMENT ancho (#PCDATA)>
<!ELEMENT alto (#PCDATA)>
<!ELEMENT grosor (#PCDATA)>
<!ELEMENT autor (nombre, apellido)>
<!ELEMENT nombre (#PCDATA)>
<!ELEMENT apellido (#PCDATA)>
<!ATTLIST libro isbn ID #REQUIRED>
<!ATTLIST colección nombre ID #REQUIRED>
<!ATTLIST libro tipo (TapaDura|TapaBlanda|DeBolsillo) "TapaDura">
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment