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
e1571858
Commit
e1571858
authored
Jun 06, 2019
by
Oswaldo Aldair Alanis Mayorga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
0476ad80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
veterinaire.ng
veterinaire.ng
+42
-0
No files found.
veterinaire.ng
0 → 100644
View file @
e1571858
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<start>
<element name="traitement">
<element name = "veterinaire">
<element name = "nom">
<data type = "sting"/>
</element>
<element name = "prenom">
<data type = "sting"/>
</element>
</element>
<element name = "medicaments">
<oneOrMore>
<element name = "posologie">
<element name = "qte">
<data type = "integer"/>
</element>
<element name = "medicament">
<element name = "nomMolec"/>
<data type = "String"/>
</element>
</element>
</element >
</oneOrMore>
</element>
</element>
</start>
</grammar>
\ No newline at end of file
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