Created
September 30, 2014 08:28
-
-
Save labra/e88bb14039ecea5a9839 to your computer and use it in GitHub Desktop.
DTD of pedido
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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