Last active
December 13, 2017 14:07
-
-
Save ShamoX/4b2f986b14c04a087344605305d479d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet type="text/xsl" href="file://D:/formateur/MonBureau/end.xsl"?> | |
<!-- <?xml-stylesheet type="text/xsl" href="file:///Users/rlaures/dev/cours/douanes/end.xsl"?> --> | |
<end xmlns="https://www.example.org/END" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="https://www.example.org/END https://gist.githubusercontent.com/ShamoX/e18ee2a6fe3cb27a5d520108b6d62ada/raw/d3d3b446a96d99c95b9256adf1337067b1516ffc/end.xsd"> | |
<etablissement> | |
<nom_etablissement>ENDT</nom_etablissement> | |
<adresse numero_voie="3" type_de_voie="allee" nom_voie="du Succès" code_postal="59200" ville="Tourcoing"/> | |
<directeur personne="pers-0001"/> | |
<salles> | |
<salle s_id="salle-0001" nom_batiment="A"> | |
<nom_salle>5</nom_salle> | |
<etage>RDC</etage> | |
<nombre_places>36</nombre_places> | |
</salle> | |
</salles> | |
<personnels> | |
<personne p_id="pers-0001"> | |
<nom> | |
<nom_de_famille>Papyrus</nom_de_famille> | |
<prenom>Claudius</prenom> | |
</nom> | |
<fonction>Directeur</fonction> | |
</personne> | |
<personne p_id="pers-0002"> | |
<nom> | |
<nom_de_famille>Laurent</nom_de_famille> | |
<prenom>Georges</prenom> | |
</nom> | |
<fonction>Intendant</fonction> | |
</personne> | |
</personnels> | |
<etudiants> | |
<personne p_id="pers-9999"> | |
<nom> | |
<nom_de_famille>Caesar</nom_de_famille> | |
<prenom>Julius</prenom> | |
</nom> | |
<fonction>Imperator</fonction> | |
</personne> | |
</etudiants> | |
<liste_cours> | |
<cours> | |
<titre>XML</titre> | |
<formateur> | |
<personne> | |
<nom> | |
<nom_de_famille>Yoyo</nom_de_famille> | |
<prenom>Tata</prenom> | |
</nom> | |
<fonction>Zéro</fonction> | |
<adresse numero_voie="2" type_de_voie="chemin" nom_voie="du Moulin" code_postal="59000" ville="Lille" /> | |
</personne> | |
</formateur> | |
<lieux> | |
<lieu salle="salle-0001"> | |
<creneau_horaire> | |
<date>2017-12-12</date> | |
<heure_debut>09:00:00</heure_debut> | |
<heure_fin>12:15:00</heure_fin> | |
</creneau_horaire> | |
<creneau_horaire> | |
<date>2017-12-12</date> | |
<heure_debut>13:45:00</heure_debut> | |
<heure_fin>17:00:00</heure_fin> | |
</creneau_horaire> | |
</lieu> | |
</lieux> | |
<élèves> | |
<élève ref_personne="pers-9999" /> | |
<élève ref_personne="pers-0002" /> | |
</élèves> | |
</cours> | |
</liste_cours> | |
</etablissement> | |
</end> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment