Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TDS dtd entrega1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
edgdiez
TDS dtd entrega1
Commits
d0b4ebea
Commit
d0b4ebea
authored
Oct 25, 2020
by
alferna
Browse files
Options
Downloads
Patches
Plain Diff
Update tds.dtd
parent
097e431f
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
tds.dtd
+1
-5
1 addition, 5 deletions
tds.dtd
with
1 addition
and
5 deletions
tds.dtd
+
1
−
5
View file @
d0b4ebea
<?xml version=“1.0” encoding="UTF-8"?>
<!DOCTYPE biblioteca [
<!ELEMENT colecciones (coleccion)*>
<!ELEMENT libros (libro)*>
<!ELEMENT colecciones (libro|coleccion)*>
<!ELEMENT coleccion (libro+)>
<!-- colecciones,libros-->
<!ELEMENT libro (titulo, numPaginas, idioma, idiomaOriginal?, editorial, tipo, año, dimensiones?, autor+)>
<!ELEMENT titulo (#PCDATA)>
<!ELEMENT numPaginas (#PCDATA)>
<!ELEMENT idioma (#PCDATA) #>
<!--El idioma original sólo aparece en los libros en los que el idioma principal es distinto a este. se programa en xml y en la dtd da igual?-->
<!ELEMENT idiomaOriginal (#PCDATA)>
<!ELEMENT editorial (#PCDATA)>
<!ELEMENT tipo (TapaDura|TapaBlanda|DeBolsillo) "TapaDura">
...
...
@@ -21,7 +18,6 @@
<!ELEMENT nombre (#PCDATA)>
<!ELEMENT apellidos (#PCDATA)>
<!ATTLIST colecciones nombre ID #REQUIRED>
<!ATTLIST libros nombre ID #REQUIRED>
<!ATTLIST coleccion nombre ID #REQUIRED>
<!ATTLIST libro prestable (si|no) #IMPLIED>
<!ATTLIST libro isbn ID #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