mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 18:03:06 +01:00
21 lines
809 B
DTD
21 lines
809 B
DTD
<!ENTITY % atributoCodigoID "codigo ID #IMPLIED">
|
|
<!ELEMENT tortillas (local*, tortilla*)>
|
|
<!ELEMENT local (#PCDATA | localidad)*>
|
|
<!ATTLIST local cantidad (tapa | media | entera) "entera">
|
|
<!ELEMENT localidad EMPTY>
|
|
<!ATTLIST localidad nombre CDATA #REQUIRED
|
|
%atributoCodigoID;
|
|
comarca CDATA #FIXED "Subbética">
|
|
<!ELEMENT tortilla (ingredientes, puntuacion?, opinion+)>
|
|
<!ELEMENT puntuacion (#PCDATA)>
|
|
<!ELEMENT opinion (#PCDATA)>
|
|
<!ELEMENT ingredientes (patatas, huevo, (cebolla | pimientos))>
|
|
<!ELEMENT patatas EMPTY>
|
|
<!ELEMENT huevo EMPTY>
|
|
<!ELEMENT cebolla EMPTY>
|
|
<!ELEMENT pimientos EMPTY>
|
|
<!ATTLIST tortilla locales IDREFS #REQUIRED
|
|
localPreferido IDREF #IMPLIED
|
|
%atributoCodigoID;>
|
|
<!ENTITY estrella "Estrella Galicia">
|