forked from ScoDoc/DocScoDoc
Champs synchro etud XML
This commit is contained in:
parent
1c9e95cbab
commit
b58a62f77e
@ -45,14 +45,18 @@ correspondant aux critères indiqués, et renvoie du code XML:
|
||||
```
|
||||
<etudiants>
|
||||
<etudiant>
|
||||
<fullname>Melanie BOURTON</fullname>
|
||||
<nip>20600577</nip>
|
||||
<etape>V2TR</etape>
|
||||
<inscription>2008</inscription>
|
||||
<nom>BOURTON</nom>
|
||||
<prenom>MELANIE</prenom>
|
||||
<gender>F</gender>
|
||||
|
||||
<naissance>08/01/1990</naissance>
|
||||
<ville_naissance>Brest</ville_naissance>
|
||||
<code_dep_naissance>29</code_dep_naissance>
|
||||
<libelle_dep_naissance>Finisterre</libelle_dep_naissance>
|
||||
|
||||
<mail>melanie.bourton@xxx.univ-yyy.fr</mail>
|
||||
<address>11 Pierre Dupont</address>
|
||||
<postalcode>93400</postalcode>
|
||||
@ -65,7 +69,12 @@ correspondant aux critères indiqués, et renvoie du code XML:
|
||||
<mention></mention>
|
||||
<anneebac>2007</anneebac>
|
||||
|
||||
<nom_lycee>nom du lycée</nom_lycee>
|
||||
<ville_lycee>ville lycée</ville_lycee>
|
||||
<codepostal_lycee>code postal lycée</codepostal_lycee>
|
||||
|
||||
<paiementinscription>true</paiementinscription>
|
||||
<bourse>N</bourse>
|
||||
|
||||
</etudiant>
|
||||
<etudiant>
|
||||
|
Loading…
Reference in New Issue
Block a user