Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE inquerito [
  3. <!ELEMENT title (#PCDATA)>
  4. <!ELEMENT inquerito (title, perguntas+)>
  5. <!ELEMENT perguntas (pergunta+)>
  6. <!ELEMENT pergunta (desc, resposta+)>
  7. <!ELEMENT resposta (desc, subresposta)>
  8. <!ELEMENT subresposta (#PCDATA)>
  9. <!ELEMENT desc (#PCDATA)>
  10. ]>
  11.  
  12. <inquerito>
  13. <title>Passatempos</title>
  14. <perguntas>
  15. <pergunta> <desc>Género</desc>
  16. <resposta> <desc>Feminino</desc>
  17. <subresposta> 61,9%</subresposta>
  18. </resposta>
  19. <resposta> <desc>Masculino</desc>
  20. <subresposta> 19%</subresposta>
  21. </resposta>
  22. <resposta> <desc>Indefinido</desc>
  23. <subresposta> 14,3%</subresposta>
  24. </resposta>
  25. <resposta> <desc>Outro</desc>
  26. <subresposta> 4,8%</subresposta>
  27. </resposta>
  28. </pergunta>
  29.  
  30. <pergunta> <desc>Idade</desc>
  31. <resposta> <desc>18-20 anos</desc>
  32. <subresposta>57,1%</subresposta>
  33. </resposta>
  34. <resposta> <desc>21-30 anos</desc>
  35. <subresposta> 14,3%</subresposta>
  36. </resposta>
  37. <resposta> <desc>31-50 anos</desc>
  38. <subresposta> 9,5%</subresposta>
  39. </resposta>
  40. <resposta> <desc>150+ anos (sou imortal)</desc>
  41. <subresposta> 19%</subresposta>
  42. </resposta>
  43. </pergunta>
  44. <pergunta> <desc>O que faz, geralmente, no seu tempo livre?</desc>
  45. <resposta> <desc> Ler</desc>
  46. <subresposta> 57,1% </subresposta>
  47. </resposta>
  48. <resposta> <desc>Estar com amigos</desc>
  49. <subresposta> 81%</subresposta>
  50. </resposta>
  51. <resposta> <desc>Estar nas redes sociais</desc>
  52. <subresposta> 47,6%</subresposta>
  53. </resposta>
  54. <resposta> <desc>Outros</desc>
  55. <subresposta> 23,8%</subresposta>
  56. </resposta>
  57. </pergunta>
  58. <pergunta><desc>Geralmente, como prefere passar o seu tempo livre?</desc>
  59. <resposta> <desc>Acompanhado</desc>
  60. <subresposta> 33,3%</subresposta>
  61. </resposta>
  62. <resposta> <desc>Sozinho</desc>
  63. <subresposta> 28,3%</subresposta>
  64. </resposta>
  65. <resposta> <desc>Isolado</desc>
  66. <subresposta> 4,8%</subresposta>
  67. </resposta>
  68. <resposta> <desc>Outros</desc>
  69. <subresposta> 38,1%</subresposta>
  70. </resposta>
  71. </pergunta>
  72. </perguntas>
  73. </inquerito>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement