<?xml version="1.0" ?>

<!DOCTYPE listeClasse SYSTEM "classe.dtd" >

<listeClasse>
  <classe id="cla1">
    <matiere>
      <nom>informatique</nom>
      <coeff>4</coeff>
      <note eleve="el1">8</note>
      <note eleve="el4">10</note>
      <note eleve="el5">12</note>
    </matiere>
    <matiere>
      <nom>mathematiques</nom>
      <coeff>3</coeff>
      <note eleve="el4">8</note>
      <note eleve="el1">10</note>
      <note eleve="el5">12</note>
    </matiere>
    <matiere>
      <nom>anglais</nom>
      <coeff>2</coeff>
      <note eleve="el5">12</note>
      <note eleve="el4">16</note>
      <note eleve="el1">13</note>
  </matiere>
  </classe>
  <classe id="cla2">
    <matiere>
      <nom>mathematiques</nom>
      <coeff>3</coeff>
      <note eleve="el3">15</note>
      <note eleve="el6">13</note>
      <note eleve="el9">8</note>
    </matiere>
    <matiere>
      <nom>anglais</nom>
      <coeff>2</coeff>
      <note eleve="el6">13</note>
      <note eleve="el9">12</note>
      <note eleve="el3">9</note>
    </matiere>
    <matiere>
      <nom>informatique</nom>
      <coeff>4</coeff>
      <note eleve="el3">11</note>
      <note eleve="el9">15</note>
      <note eleve="el6">10</note>
  </matiere>
  </classe>
  <classe id="cla3">
    <matiere>
      <nom>anglais</nom>
      <coeff>2</coeff>
      <note eleve="el2">12</note>
      <note eleve="el7">13</note>
      <note eleve="el8">15</note>
    </matiere>
    <matiere>
      <nom>informatique</nom>
      <coeff>4</coeff>
      <note eleve="el8">8</note>
      <note eleve="el2">7</note>
      <note eleve="el7">15</note>
    </matiere>
    <matiere>
      <nom>mathematiques</nom>
      <coeff>3</coeff>
      <note eleve="el7">16</note>
      <note eleve="el8">13</note>
      <note eleve="el2">15</note>
    </matiere>
  </classe>
</listeClasse>
