Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet_nf17_p19_tdg1_groupe2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
8cca67f4
Commit
8cca67f4
authored
Jun 06, 2019
by
Gaetan Carabetta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
validation dtd/ng
parent
d9780a12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
veterinaire.dtd
veterinaire.dtd
+3
-2
veterinaire.ng
veterinaire.ng
+2
-1
No files found.
veterinaire.dtd
View file @
8cca67f4
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT traitements (traitement+)>
<!ELEMENT traitement (veterinaire, medicaments)>
<!ELEMENT
V
eterinaire (nom,prenom)>
<!ELEMENT
v
eterinaire (nom,prenom)>
<!ELEMENT nom (#PCDATA)>
<!ELEMENT prenom (#PCDATA)>
...
...
@@ -11,4 +12,4 @@
<!ELEMENT posologie (qte,medicament)>
<!ELEMENT qte (#PCDATA)>
<!ELEMENT medicament (nomMolec)>
<!ELEMENT nomMolec (#PCDATA)>
\ No newline at end of file
<!ELEMENT nomMolec (#PCDATA)>
veterinaire.ng
View file @
8cca67f4
<?xml version="1.0" encoding="UTF-8"?>
<grammar
xmlns=
"http://relaxng.org/ns/structure/1.0"
>
<start>
<element
name=
"traitement"
>
...
...
@@ -39,4 +40,4 @@
</element>
</start>
</grammar>
\ No newline at end of file
</grammar>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment