Skip to content

Instantly share code, notes, and snippets.

@labra
Created September 30, 2014 08:28
Show Gist options
  • Save labra/e88bb14039ecea5a9839 to your computer and use it in GitHub Desktop.
Save labra/e88bb14039ecea5a9839 to your computer and use it in GitHub Desktop.
DTD of pedido
<!ELEMENT pedido (producto*)>
<!ELEMENT producto (nombre,cantidad,comentarios)>
<!ELEMENT nombre (#PCDATA)>
<!ELEMENT cantidad (#PCDATA)>
<!ELEMENT comentarios (#PCDATA)>
<!ATTLIST producto codigo CDATA #REQUIRED>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment