Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TD_NF17_goupe4
Clinique Veterinaire
Commits
bbab5ca7
Commit
bbab5ca7
authored
Jun 05, 2019
by
Robin Bouvier
Browse files
Add new file
parent
da09928b
Changes
1
Hide whitespace changes
Inline
Side-by-side
XML/veterinaire_traitement.xml
0 → 100644
View file @
bbab5ca7
<grammar
xmlns=
"http://relaxng.org/ns/structure/1.0"
>
<start>
<element
name=
"veterinaire"
>
<attribut
name =
"nom"
><data
type =
"string"
></attribut>
<attribut
name =
"prenom"
><data
type =
"string"
></attribut>
<attribut
name =
"telephone"
><data
type =
"integer"
></attribut>
<attribut
name =
"date_naissance"
><data
type =
"date"
></attribut>
<attribut
name =
"adresse"
><data
type =
"string"
></attribut>
<zeroOrMore>
<element
name=
"traitement"
>
<attribut
name =
"nom"
><data
type =
"string"
></attribut>
<attribut
name =
"debut"
><data
type =
"date"
></attribut>
<attribut
name =
"duree"
><data
type =
"time"
></attribut>
<oneOrMore>
<element
name=
"prescription"
>
<attribut
name =
"quantite_jour"
><data
type =
"integer"
></attribut>
<element
name=
"medicament"
>
<attribut
name =
"nom_molecule"
><data
type =
"string"
></attribut>
<attribut
name =
"effets"
><data
type =
"string"
></attribut>
</element>
</element>
</oneOrMore>
</element>
</zeroOrMore>
</element>
</start>
</grammar>
Write
Preview
Supports
Markdown
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