Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created August 23, 2014 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fhernd/01fe3856f8df1312cf04 to your computer and use it in GitHub Desktop.
Save Fhernd/01fe3856f8df1312cf04 to your computer and use it in GitHub Desktop.
Documento de definición de estructura Empleado.
<!ELEMENT Empleado (Emp_ID, Emp_Nombre, Emp_Email)>
<!ELEMENT Emp_ID (#PCDATA)>
<!ELEMENT Emp_Nombre (#PCDATA)>
<!ELEMENT Emp_Email (#PCDATA)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment