Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2011
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <GPA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="db.xsd">
  3.   <!-- Semestre 1-->
  4.   <Semestre>
  5.     <Nome>Semestre 1</Nome>
  6.     <Cadeiras>
  7.  
  8.       <Cadeira>
  9.         <Activa>1</Activa>
  10.         <Nome>PROG1</Nome>
  11.         <Nota>16</Nota>
  12.       </Cadeira>
  13.  
  14.       <Cadeira>
  15.         <Activa>1</Activa>
  16.         <Nome>ADS</Nome>
  17.         <Nota>16</Nota>
  18.       </Cadeira>
  19.  
  20.     </Cadeiras>
  21.   </Semestre>
  22.  
  23.   <!-- Semestre 2-->
  24.   <Semestre>
  25.     <Nome>Semestre 2</Nome>
  26.     <Cadeiras>
  27.  
  28.       <Cadeira>
  29.         <Activa>1</Activa>
  30.         <Nome>PROG2</Nome>
  31.         <Nota>17</Nota>
  32.       </Cadeira>
  33.  
  34.       <Cadeira>
  35.         <Activa>1</Activa>
  36.         <Nome>ADSJ</Nome>
  37.         <Nota>16.2</Nota>
  38.       </Cadeira>
  39.  
  40.     </Cadeiras>
  41.   </Semestre>
  42. </GPA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement