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