Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DTD libreria electronica
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
albagua
DTD libreria electronica
Commits
ed54923b
Commit
ed54923b
authored
Nov 2, 2019
by
albagua
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parents
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libretaelectronica.dtd
+13
-0
13 additions, 0 deletions
libretaelectronica.dtd
with
13 additions
and
0 deletions
libretaelectronica.dtd
0 → 100644
+
13
−
0
View file @
ed54923b
<?xml version="1.0" encoding="UTF-8" ?>
<!ELEMENT libreta (persona | grupo)*>
<!ELEMENT persona (apellidos? , nombre , correoelectronico+ , telefono*)>
<!ATTLIST persona nickname ID #REQUIRED>
<!ELEMENT apellidos (#PCDATA)>
<!ELEMENT nombre (#PCDATA)>
<!ELEMENT correoelectronico (#PCDATA)>
<!ELEMENT telefono (#PCDATA)>
<!ATTLIST telefono tipo (MovilPersonal | MovilTrabajo | FijoCasa | FijoTrabajo) "MovilPersonal">
<!ELEMENT grupo (miembros)>
<!ATTLIST grupo nombre ID #REQUIRED>
<!ELEMENT miembros EMPTY>
<!ATTLIST miembros nicknames IDREFS #REQUIRED>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment