<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> 
<map>
   <moduleName>example</moduleName>
   <className>sala</className>
   <tableName>sala</tableName>
   <databaseName>example</databaseName>
   <attribute>
      <attributeName>idSala</attributeName>
	  <columnName>idsala</columnName>
	  <key>primary</key>
	  <idgenerator>seq_sala</idgenerator>
   </attribute>
   <attribute>
      <attributeName>descricao</attributeName>
	  <columnName>descricao</columnName>
   </attribute>
</map>