<?xml version="1.0" encoding="UTF-8"?>

<!-- 
Sample Brazilian address.  Uses 'european' format. Correct formatting is:

  Marina Costa e Silva
  Rua Afonso Camargo, 805
  Santana
  85070-200 Guarapuava
  PR
  Brazil

  This is actually a small variation on the canonical version according to
  http://www.correios.com.br/Servicos/cep/Forma_Enderecamento.cfm . 
  The most absolutely correct would be:

  Marina Costa e Silva
  Rua Afonso Camargo, 805
  Santana
  Guarapuava - PR
  85070-200 
  Brazil

$Id: brazil.xml,v 1.1 2001/12/15 06:02:05 stewarte Exp $
-->

<?xml-stylesheet href="html.xsl" type="text/xsl"?>
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.2.2//EN" "http://xmlresume.sourceforge.net/dtd/resume.dtd">

<resume>
  <header>
    <name>
      <firstname>Marina</firstname>
      <surname>Costa e Silva</surname>
    </name>
    <address>
      <street>Rua Afonso Camargo, 805</street>
      <ward>Santana</ward>
      <city>Guarapuava</city>
      <state>PR</state>
      <postalCode>85070-200</postalCode>
      <country>Brazil</country>
    </address>
  </header>
</resume>