[redes] Modelagem

  • From: Luana Meurer <luameu@xxxxxxxxx>
  • To: grupo de e-mail faculdade <redes@xxxxxxxxxxxxx>, Angelo Jose <angelos.js@xxxxxxxxx>, Luana Meurer <luameu@xxxxxxxxx>
  • Date: Thu, 31 Oct 2013 14:20:41 -0200

Eu editei algumas coisas, os nomes, adicionei umas, retirei outras, e etc
dêem uma olhada geral,se conseguirem separar ainda mais os relacionamentos
(organizar), melhor, por que eu me perdi de tanto organizar, acho que agr a
tabela colaborador tá no centro, e enfim ... precisamos mudar nomes de
algumas tabelas que tem mesmo nome de atributo ainda, preciso de idéias.
Rsrsrs, resolvo isso amanhã (creio eu).
Segunda-feira 9h tem encontro pra discutir isso, e enquanto isso já vamos
pesquisando sobre backup, restore, acesso remoto, documentação e sql's no
mysql!
Eu pesquisei alguns links, vou repasar.

http://dev.mysql.com/doc/relnotes/mysql/5.6/en/index.html
http://dev.mysql.com/doc/workbench/en/index.html
http://dev.mysql.com/downloads/installer

(aos entendidos de inglês, é uma que pode ajudar)!
Segue a modelagem em anexo. (Obs: Não é a final)

Atenciosamente,
Luana Meurer
<?xml version="1.0" standalone="yes" ?>
<DBMODEL Version="4.0">
<SETTINGS>
<GLOBALSETTINGS ModelName="banco" IDModel="0" IDVersion="0" 
VersionStr="1.0.0.0" Comments="" UseVersionHistroy="1" AutoIncVersion="1" 
DatabaseType="MySQL" ZoomFac="100.00" XPos="502" YPos="216" DefaultDataType="5" 
DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" 
Printer="" HPageCount="4.0" PageAspectRatio="1.440892512336408" 
PageOrientation="1" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" 
SelectedPages="" UsePositionGrid="0" PositionGridX="20" PositionGridY="20" 
TableNameInRefs="1" DefaultTableType="0" ActivateRefDefForNewRelations="1" 
FKPrefix="" FKPostfix="" CreateFKRefDefIndex="1" DBQuoteCharacter="`" 
CreateSQLforLinkedObjects="0" DefModelFont="Tahoma" CanvasWidth="4096" 
CanvasHeight="2842" />
<DATATYPEGROUPS>
<DATATYPEGROUP Name="Numeric Types" Icon="1" />
<DATATYPEGROUP Name="Date and Time Types" Icon="2" />
<DATATYPEGROUP Name="String Types" Icon="3" />
<DATATYPEGROUP Name="Blob and Text Types" Icon="4" />
<DATATYPEGROUP Name="User defined Types" Icon="5" />
<DATATYPEGROUP Name="Geographic Types" Icon="6" />
</DATATYPEGROUPS>
<DATATYPES>
<DATATYPE ID="1" IDGroup="0" TypeName="TINYINT" Description="A very small 
integer. The signed range is -128 to 127. The unsigned range is 0 to 255." 
ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" 
SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="2" IDGroup="0" TypeName="SMALLINT" Description="A small integer. 
The signed range is -32768 to 32767. The unsigned range is 0 to 65535." 
ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" 
SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="3" IDGroup="0" TypeName="MEDIUMINT" Description="A medium-size 
integer. The signed range is -8388608 to 8388607. The unsigned range is 0 to 
16777215." ParamCount="1" OptionCount="2" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="4" IDGroup="0" TypeName="INT" Description="A normal-size integer. 
The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 
4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="0" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="5" IDGroup="0" TypeName="INTEGER" Description="A normal-size 
integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 
to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="6" IDGroup="0" TypeName="BIGINT" Description="A large integer. 
The signed range is -9223372036854775808 to 9223372036854775807. The unsigned 
range is 0 to 18446744073709551615." ParamCount="1" OptionCount="2" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="0" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="7" IDGroup="0" TypeName="FLOAT" Description="A small 
(single-precision) floating-point number. Cannot be unsigned. Allowable values 
are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 
3.402823466E+38." ParamCount="1" OptionCount="1" ParamRequired="1" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="precision" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="8" IDGroup="0" TypeName="FLOAT" Description="A small 
(single-precision) floating-point number. Cannot be unsigned. Allowable values 
are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 
3.402823466E+38." ParamCount="2" OptionCount="1" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="9" IDGroup="0" TypeName="DOUBLE" Description="A normal-size 
(double-precision) floating-point number. Cannot be unsigned. Allowable values 
are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and 
2.2250738585072014E-308 to 1.7976931348623157E+308." ParamCount="2" 
OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" 
PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="10" IDGroup="0" TypeName="DOUBLE PRECISION" Description="This is 
a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="11" IDGroup="0" TypeName="REAL" Description="This is a synonym 
for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="12" IDGroup="0" TypeName="DECIMAL" Description="An unpacked 
floating-point number. Cannot be unsigned. Behaves like a CHAR column." 
ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" 
SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="13" IDGroup="0" TypeName="NUMERIC" Description="This is a synonym 
for DECIMAL." ParamCount="2" OptionCount="1" ParamRequired="1" 
EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="14" IDGroup="1" TypeName="DATE" Description="A date. The 
supported range is \a1000-01-01\a to \a9999-12-31\a." ParamCount="0" 
OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" 
PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="15" IDGroup="1" TypeName="DATETIME" Description="A date and time 
combination. The supported range is \a1000-01-01 00:00:00\a to \a9999-12-31 
23:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="16" IDGroup="1" TypeName="TIMESTAMP" Description="A timestamp. 
The range is \a1970-01-01 00:00:00\a to sometime in the year 2037. The length 
can be 14 (or missing), 12, 10, 8, 6, 4, or 2 representing YYYYMMDDHHMMSS, ... 
, YYYYMMDD, ... , YY formats." ParamCount="1" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="17" IDGroup="1" TypeName="TIME" Description="A time. The range is 
\a-838:59:59\a to \a838:59:59\a." ParamCount="0" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="18" IDGroup="1" TypeName="YEAR" Description="A year in 2- or 
4-digit format (default is 4-digit)." ParamCount="1" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="19" IDGroup="2" TypeName="CHAR" Description="A fixed-length 
string (1 to 255 characters) that is always right-padded with spaces to the 
specified length when stored. values are sorted and compared in 
case-insensitive fashion according to the default character set unless the 
BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="20" IDGroup="2" TypeName="VARCHAR" Description="A variable-length 
string (1 to 255 characters). Values are sorted and compared in case-sensitive 
fashion unless the BINARY keyword is given." ParamCount="1" OptionCount="1" 
ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="21" IDGroup="2" TypeName="BIT" Description="This is a synonym for 
CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="22" IDGroup="2" TypeName="BOOL" Description="This is a synonym 
for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="23" IDGroup="3" TypeName="TINYBLOB" Description="A column maximum 
length of 255 (2^8 - 1) characters. Values are sorted and compared in 
case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="24" IDGroup="3" TypeName="BLOB" Description="A column maximum 
length of 65535 (2^16 - 1) characters. Values are sorted and compared in 
case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="25" IDGroup="3" TypeName="MEDIUMBLOB" Description="A column 
maximum length of 16777215 (2^24 - 1) characters. Values are sorted and 
compared in case-sensitive fashion." ParamCount="0" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="26" IDGroup="3" TypeName="LONGBLOB" Description="A column maximum 
length of 4294967295 (2^32 - 1) characters. Values are sorted and compared in 
case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="27" IDGroup="3" TypeName="TINYTEXT" Description="A column maximum 
length of 255 (2^8 - 1) characters." ParamCount="0" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="28" IDGroup="3" TypeName="TEXT" Description="A column maximum 
length of 65535 (2^16 - 1) characters." ParamCount="0" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="29" IDGroup="3" TypeName="MEDIUMTEXT" Description="A column 
maximum length of 16777215 (2^24 - 1) characters." ParamCount="0" 
OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" 
PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="30" IDGroup="3" TypeName="LONGTEXT" Description="A column maximum 
length of 4294967295 (2^32 - 1) characters." ParamCount="0" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="31" IDGroup="3" TypeName="ENUM" Description="An enumeration. A 
string object that can have only one value, chosen from the list of values." 
ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" 
SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="values" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="32" IDGroup="3" TypeName="SET" Description="A set. A string 
object that can have zero or more values, each of which must be chosen from the 
list of values." ParamCount="1" OptionCount="0" ParamRequired="1" 
EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
<PARAMS>
<PARAM Name="values" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="33" IDGroup="4" TypeName="Varchar(20)" Description="" 
ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" 
SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="34" IDGroup="4" TypeName="Varchar(45)" Description="" 
ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" 
SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="35" IDGroup="4" TypeName="Varchar(255)" Description="" 
ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" 
SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="36" IDGroup="5" TypeName="GEOMETRY" Description="Geographic 
Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="38" IDGroup="5" TypeName="LINESTRING" Description="Geographic 
Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="39" IDGroup="5" TypeName="POLYGON" Description="Geographic 
Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="40" IDGroup="5" TypeName="MULTIPOINT" Description="Geographic 
Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="41" IDGroup="5" TypeName="MULTILINESTRING" 
Description="Geographic Datatype" ParamCount="0" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="42" IDGroup="5" TypeName="MULTIPOLYGON" Description="Geographic 
Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" 
EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" 
>
</DATATYPE>
<DATATYPE ID="43" IDGroup="5" TypeName="GEOMETRYCOLLECTION" 
Description="Geographic Datatype" ParamCount="0" OptionCount="0" 
ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" 
PhysicalTypeName="" >
</DATATYPE>
</DATATYPES>
<COMMON_DATATYPES>
<COMMON_DATATYPE ID="5" />
<COMMON_DATATYPE ID="8" />
<COMMON_DATATYPE ID="20" />
<COMMON_DATATYPE ID="15" />
<COMMON_DATATYPE ID="22" />
<COMMON_DATATYPE ID="28" />
<COMMON_DATATYPE ID="26" />
<COMMON_DATATYPE ID="33" />
<COMMON_DATATYPE ID="34" />
<COMMON_DATATYPE ID="35" />
</COMMON_DATATYPES>
<TABLEPREFIXES>
<TABLEPREFIX Name="Default (no prefix)" />
</TABLEPREFIXES>
<REGIONCOLORS>
<REGIONCOLOR Color="Red=#FFEEEC" />
<REGIONCOLOR Color="Yellow=#FEFDED" />
<REGIONCOLOR Color="Green=#EAFFE5" />
<REGIONCOLOR Color="Cyan=#ECFDFF" />
<REGIONCOLOR Color="Blue=#F0F1FE" />
<REGIONCOLOR Color="Magenta=#FFEBFA" />
</REGIONCOLORS>
<POSITIONMARKERS>
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
</POSITIONMARKERS>
</SETTINGS>
<METADATA>
<REGIONS>
</REGIONS>
<TABLES>
<TABLE ID="1404" Tablename="empresa" PrevTableName="Table_01" XPos="1305" 
YPos="666" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="2" >
<COLUMNS>
<COLUMN ID="1406" ColName="id_empresa" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2138" ColName="candidato_id_candidato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1409" ColName="cadastro_emp" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1410" ColName="nome_emp" PrevColName="" Pos="2" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1411" ColName="cnpj" PrevColName="" Pos="3" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1412" ColName="telefone_emp" PrevColName="" Pos="4" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1413" ColName="inscmunic" PrevColName="" Pos="5" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1414" ColName="inscestad" PrevColName="" Pos="6" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1946" />
<RELATION_START ID="1949" />
<RELATION_START ID="1952" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2137" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1407" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1406" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2139" IndexName="empresa_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2137">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2138" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1415" Tablename="endereco" PrevTableName="Table_02" XPos="1571" 
YPos="769" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="3" >
<COLUMNS>
<COLUMN ID="1417" ColName="id_endereco" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2150" ColName="candidato_id_candidato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2144" ColName="autonomo_id_autonomo" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2141" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1950" ColName="empresa_id_empresa" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1419" ColName="rua_ender" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1420" ColName="bairro_ender" PrevColName="" Pos="2" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1421" ColName="cidade_ender" PrevColName="" Pos="3" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1422" ColName="uf_ender" PrevColName="" Pos="4" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2052" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1949" />
<RELATION_END ID="2140" />
<RELATION_END ID="2143" />
<RELATION_END ID="2149" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1418" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1417" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1951" IndexName="endereco_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1949">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1950" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2142" IndexName="endereco_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2140">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2141" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2145" IndexName="endereco_FKIndex3" IndexKind="1" 
FKRefDef_Obj_id="2143">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2144" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2151" IndexName="endereco_FKIndex4" IndexKind="1" 
FKRefDef_Obj_id="2149">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2150" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1423" Tablename="foto" PrevTableName="Table_03" XPos="1126" 
YPos="1655" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="4" >
<COLUMNS>
<COLUMN ID="1425" ColName="id_foto" PrevColName="id_imagem" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2391" ColName="documentacaocao_id_documentacao" PrevColName="" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1947" ColName="empresa_id_empresa" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1427" ColName="foto" PrevColName="logomarca" Pos="1" 
idDatatype="24" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1946" />
<RELATION_END ID="2009" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1426" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1425" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1948" IndexName="foto_FKIndex1" IndexKind="1" FKRefDef_Obj_id="1946">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1947" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2011" IndexName="foto_FKIndex2" IndexKind="1" FKRefDef_Obj_id="2009">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2391" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1429" Tablename="email" PrevTableName="Table_04" XPos="1388" 
YPos="1095" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="5" >
<COLUMNS>
<COLUMN ID="1431" ColName="id_email" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1959" ColName="autonomo_id_autonomo" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1956" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1953" ColName="empresa_id_empresa" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1433" ColName="email" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1434" ColName="pop" PrevColName="" Pos="2" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1435" ColName="smtp" PrevColName="" Pos="3" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1923" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1952" />
<RELATION_END ID="1955" />
<RELATION_END ID="1958" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1432" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1431" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1954" IndexName="email_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1952">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1953" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1957" IndexName="email_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="1955">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1956" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1960" IndexName="email_FKIndex3" IndexKind="1" 
FKRefDef_Obj_id="1958">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1959" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1436" Tablename="autenticacao_email" PrevTableName="Table_05" 
XPos="1302" YPos="1464" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="6" >
<COLUMNS>
<COLUMN ID="1438" ColName="id_autenticacao_email" PrevColName="id_autentica" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1924" ColName="email_id_email" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1440" ColName="user_email" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1441" ColName="pass_email" PrevColName="" Pos="2" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1442" ColName="porta_autentica" PrevColName="" Pos="3" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1923" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1439" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1438" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1925" IndexName="autentica_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1923">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1924" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1443" Tablename="colaborador" PrevTableName="Table_06" XPos="2088" 
YPos="1072" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="7" >
<COLUMNS>
<COLUMN ID="1445" ColName="id_colaborador" PrevColName="" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1447" ColName="nome_colab" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1448" ColName="saudacao_colab" PrevColName="" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1449" ColName="abreviado_colab" PrevColName="" Pos="3" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1450" ColName="idade_colab" PrevColName="" Pos="4" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1451" ColName="matricula_colab" PrevColName="" Pos="5" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1452" ColName="fone_fixo" PrevColName="" Pos="6" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1453" ColName="fone_celular" PrevColName="" Pos="7" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1676" ColName="nascimento_colab" PrevColName="" Pos="8" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1955" />
<RELATION_START ID="1967" />
<RELATION_START ID="1976" />
<RELATION_START ID="1979" />
<RELATION_START ID="1985" />
<RELATION_START ID="1989" />
<RELATION_START ID="2140" />
<RELATION_START ID="2158" />
<RELATION_START ID="2164" />
<RELATION_START ID="2261" />
<RELATION_START ID="2299" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1446" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1445" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1454" Tablename="estadocivil" PrevTableName="Table_07" XPos="1977" 
YPos="800" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="8" >
<COLUMNS>
<COLUMN ID="1456" ColName="id_estadocivil" PrevColName="" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2454" ColName="candidato_id_candidato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2147" ColName="autonomo_id_autonomo" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1980" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1458" ColName="tipo_estadocivil" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1979" />
<RELATION_END ID="2146" />
<RELATION_END ID="2453" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1457" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1456" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1981" IndexName="estadocivil_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1979">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1980" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2148" IndexName="estadocivil_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2146">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2147" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2455" IndexName="estadocivil_FKIndex3" IndexKind="1" 
FKRefDef_Obj_id="2453">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2454" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1459" Tablename="situacao" PrevTableName="Table_08" XPos="2593" 
YPos="1227" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="9" >
<COLUMNS>
<COLUMN ID="1461" ColName="id_situacao" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1968" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1463" ColName="tipo_situacao" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1961" />
<RELATION_START ID="1964" />
<RELATION_START ID="2288" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1967" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1462" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1461" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1969" IndexName="situacao_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1967">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1968" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1464" Tablename="departamento" PrevTableName="Table_09" XPos="2433" 
YPos="1339" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="10" >
<COLUMNS>
<COLUMN ID="1466" ColName="id_departamento" PrevColName="" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1986" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1469" ColName="tipo_depart" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1970" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1985" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1467" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1466" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1987" IndexName="departamento_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1985">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1986" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1470" Tablename="modelo_contrato" PrevTableName="Table_10" 
XPos="1547" YPos="1389" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="11" >
<COLUMNS>
<COLUMN ID="1472" ColName="id_modelo_contrato" PrevColName="id_tpcontrato" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2156" ColName="autonomo_id_autonomo" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2159" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1974" ColName="contrato_id_contrato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1474" ColName="modelo_contrato" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1973" />
<RELATION_END ID="2155" />
<RELATION_END ID="2158" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1473" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1472" LengthParam="0" />
<INDEXCOLUMN idColumn="2156" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1975" IndexName="tpcontrato_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1973">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1974" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2157" IndexName="tpcontrato_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2155">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2156" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2160" IndexName="tpcontrato_FKIndex3" IndexKind="1" 
FKRefDef_Obj_id="2158">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2159" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1475" Tablename="classificacao_colaborador" PrevTableName="Table_11" 
XPos="2575" YPos="1111" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="12" >
<COLUMNS>
<COLUMN ID="1477" ColName="id_classificacao_colaborador" 
PrevColName="id_classifica" Pos="0" idDatatype="5" DatatypeParams="" Width="-1" 
Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" 
DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1977" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1479" ColName="tipo_classificacao" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1976" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1478" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1477" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1978" IndexName="classifica_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1976">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1977" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1480" Tablename="anexo" PrevTableName="Table_12" XPos="2100" 
YPos="1759" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="13" >
<COLUMNS>
<COLUMN ID="1482" ColName="id_anexo" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2397" ColName="processo_judicial_id_processo_judicial" 
PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" 
PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" 
Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2392" ColName="documentacaocao_id_documentacao" PrevColName="" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2226" ColName="tarefa_id_tarefa" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2018" ColName="medicina_id_medicina" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2013" ColName="treinamento_id_treinamento" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1484" ColName="anexo_arquivo" PrevColName="" Pos="1" 
idDatatype="24" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1990" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2006" />
<RELATION_END ID="2012" />
<RELATION_END ID="2017" />
<RELATION_END ID="2173" />
<RELATION_END ID="2225" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1483" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1482" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2008" IndexName="anexo_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2006">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2392" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2014" IndexName="anexo_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2012">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2013" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2019" IndexName="anexo_FKIndex3" IndexKind="1" 
FKRefDef_Obj_id="2017">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2018" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2175" IndexName="anexo_FKIndex5" IndexKind="1" 
FKRefDef_Obj_id="2173">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2397" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2227" IndexName="anexo_FKIndex5" IndexKind="1" 
FKRefDef_Obj_id="2225">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2226" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1485" Tablename="documentacao" PrevTableName="Table_13" XPos="1572" 
YPos="1793" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="14" >
<COLUMNS>
<COLUMN ID="1487" ColName="id_documentacao" PrevColName="id_documenta" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1489" ColName="cpf" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1490" ColName="titulo_eleitor" PrevColName="" Pos="2" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1491" ColName="pis" PrevColName="" Pos="3" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1492" ColName="ctps_serie" PrevColName="ctps serie" Pos="4" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1493" ColName="ctps_numero" PrevColName="" Pos="5" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1495" ColName="rg" PrevColName="" Pos="6" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1496" ColName="reservista" PrevColName="" Pos="7" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2389" ColName="cnh" PrevColName="" Pos="8" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2390" ColName="observacao" PrevColName="" Pos="9" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1997" />
<RELATION_START ID="2006" />
<RELATION_START ID="2009" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1488" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1487" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1504" Tablename="banco" PrevTableName="Table_15" XPos="1376" 
YPos="2027" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="16" >
<COLUMNS>
<COLUMN ID="1506" ColName="id_banco" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2393" ColName="documentacaocao_id_documentacao" PrevColName="" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1508" ColName="agencia" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1509" ColName="conta" PrevColName="" Pos="2" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1926" />
<RELATION_START ID="2000" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1997" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1507" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1506" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1999" IndexName="banco_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1997">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2393" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1510" Tablename="tipo_conta" PrevTableName="Table_16" XPos="1356" 
YPos="2207" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="17" >
<COLUMNS>
<COLUMN ID="1512" ColName="id_tipo_conta" PrevColName="id_tpconta" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1927" ColName="banco_id_banco" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1514" ColName="tipo_conta" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1926" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1513" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1512" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1928" IndexName="tpconta_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1926">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1927" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1515" Tablename="bhora" PrevTableName="Table_17" XPos="2438" 
YPos="1451" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="18" >
<COLUMNS>
<COLUMN ID="1517" ColName="id_bhora" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2262" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1519" ColName="minuto" PrevColName="" Pos="1" idDatatype="17" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1520" ColName="tempo_total" PrevColName="" Pos="2" idDatatype="16" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2258" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2261" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1518" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1517" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2263" IndexName="bhora_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2261">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2262" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1521" Tablename="movimentacao_banco" PrevTableName="Table_18" 
XPos="1570" YPos="2211" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="19" >
<COLUMNS>
<COLUMN ID="1523" ColName="id_movimentacao_banco" PrevColName="id_movimenta" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2001" ColName="banco_id_banco" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1525" ColName="tipo_movimentacao" PrevColName="tipo_movimenta" 
Pos="1" idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2000" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1524" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1523" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2002" IndexName="movimenta_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2000">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2001" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1526" Tablename="falta" PrevTableName="Table_19" XPos="2463" 
YPos="1889" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="20" >
<COLUMNS>
<COLUMN ID="1528" ColName="id_falta" PrevColName="id_ocofalta" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2162" ColName="treinamento_id_treinamento" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1530" ColName="data_falta" PrevColName="data_2" Pos="1" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1531" ColName="quantidade_falta" PrevColName="quantidade" Pos="2" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1532" ColName="motivo_falta" PrevColName="motivo" Pos="3" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1936" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2161" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1529" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1528" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2163" IndexName="ocofalta_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2161">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2162" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1534" Tablename="tipo_falta" PrevTableName="Table_20" XPos="2480" 
YPos="2067" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="21" >
<COLUMNS>
<COLUMN ID="1536" ColName="id_tipo_falta" PrevColName="id_tpfalta" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2386" ColName="falta_id_falta" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1538" ColName="tipo_falta" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1936" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1537" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1536" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1938" IndexName="tpfalta_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1936">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2386" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1539" Tablename="treinamento" PrevTableName="Table_21" XPos="2482" 
YPos="1737" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="22" >
<COLUMNS>
<COLUMN ID="1541" ColName="id_treinamento" PrevColName="" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1543" ColName="data_trein" PrevColName="data_2" Pos="1" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1544" ColName="descricao" PrevColName="" Pos="2" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1545" ColName="carga_hora" PrevColName="" Pos="3" idDatatype="17" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1546" ColName="observa" PrevColName="" Pos="4" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2012" />
<RELATION_START ID="2161" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1542" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1541" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1548" Tablename="medicina" PrevTableName="Table_22" XPos="2222" 
YPos="2121" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="23" >
<COLUMNS>
<COLUMN ID="1550" ColName="id_medicina" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1552" ColName="data_medic" PrevColName="" Pos="1" idDatatype="14" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1553" ColName="descricao_medic" PrevColName="descricao" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1555" ColName="cid_medic" PrevColName="cid" Pos="4" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1556" ColName="aval_medic" PrevColName="aval_medica" Pos="5" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2016" ColName="medico_medic" PrevColName="" Pos="5" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2216" ColName="periodicidade_medic" PrevColName="periodicidade" 
Pos="6" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2017" />
<RELATION_START ID="2217" />
<RELATION_START ID="2221" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1551" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1550" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1562" Tablename="ferias" PrevTableName="Table_24" XPos="2824" 
YPos="1414" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="25" >
<COLUMNS>
<COLUMN ID="1564" ColName="id_ferias" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1962" ColName="situacao_id_situacao" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1802" ColName="data_inicio_ferias" PrevColName="data_inicio" 
Pos="1" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1803" ColName="data_fim_ferias" PrevColName="data_fim" Pos="2" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1961" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1565" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1564" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1963" IndexName="ferias_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1961">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1962" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1570" Tablename="contrato" PrevTableName="Table_26" XPos="1560" 
YPos="1659" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="27" >
<COLUMNS>
<COLUMN ID="1572" ColName="id_contrato" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1678" ColName="contrato" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1679" ColName="razao_contrat" PrevColName="" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1680" ColName="data_inicio" PrevColName="" Pos="3" idDatatype="16" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1681" ColName="data_fim" PrevColName="" Pos="4" idDatatype="16" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1682" ColName="observa" PrevColName="" Pos="5" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1973" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1573" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1572" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1574" Tablename="ocorrencia_diversa" PrevTableName="Table_27" 
XPos="2301" YPos="825" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="28" >
<COLUMNS>
<COLUMN ID="1576" ColName="id_ocorrencia_diversa" PrevColName="id_ocodiversa" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2425" ColName="tipo_ocorrencia_diversa_id_tipo_ocorrencia_diversa" 
PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" 
PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" 
Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2165" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1578" ColName="data_ocorrencia_diversa" PrevColName="data_2" 
Pos="1" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1579" ColName="ocorrencia" PrevColName="ocorrenci" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1580" ColName="observacao" PrevColName="observa" Pos="3" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1939" />
<RELATION_END ID="2164" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1577" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1576" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1941" IndexName="ocodiversa_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1939">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2425" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2166" IndexName="ocodiversa_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2164">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2165" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1582" Tablename="tipo_ocorrencia_diversa" PrevTableName="Table_28" 
XPos="2292" YPos="725" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="29" >
<COLUMNS>
<COLUMN ID="1584" ColName="id_tipo_ocorrencia_diversa" 
PrevColName="id_tpocodiversa" Pos="0" idDatatype="5" DatatypeParams="" 
Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" 
DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1586" ColName="tipo_ocorrencia_diversa" 
PrevColName="tipo_ocor_diversa" Pos="1" idDatatype="20" DatatypeParams="" 
Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" 
DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1939" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1585" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1584" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1588" Tablename="candidato" PrevTableName="Table_29" XPos="1259" 
YPos="187" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="30" >
<COLUMNS>
<COLUMN ID="1590" ColName="id_candidato" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1807" ColName="nome_cand" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1808" ColName="nascimento_cand" PrevColName="" Pos="2" 
idDatatype="16" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1809" ColName="idade_cand" PrevColName="" Pos="3" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1810" ColName="rg_cand" PrevColName="" Pos="4" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1811" ColName="cpf_cand" PrevColName="" Pos="5" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2020" />
<RELATION_START ID="2023" />
<RELATION_START ID="2062" />
<RELATION_START ID="2126" />
<RELATION_START ID="2137" />
<RELATION_START ID="2149" />
<RELATION_START ID="2453" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1591" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1590" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1592" Tablename="formacao_candidato" PrevTableName="Table_30" 
XPos="958" YPos="36" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="31" >
<COLUMNS>
<COLUMN ID="1594" ColName="id_formacao_candidato" PrevColName="id_formacao" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2021" ColName="candidato_id_candidato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1813" ColName="ano_formacao" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1814" ColName="grau_formacao" PrevColName="" Pos="2" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1815" ColName="instituicao_formacao" PrevColName="" Pos="3" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2020" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1595" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1594" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2022" IndexName="formacao_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2020">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2021" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1596" Tablename="experiencia_candidato" PrevTableName="Table_31" 
XPos="1512" YPos="70" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="32" >
<COLUMNS>
<COLUMN ID="1598" ColName="id_experiencia_candidato" 
PrevColName="id_experiencia" Pos="0" idDatatype="5" DatatypeParams="" 
Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" 
DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2024" ColName="candidato_id_candidato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1817" ColName="area_experiencia" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1818" ColName="ano_experiencia" PrevColName="" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1819" ColName="empresa_experiencia" PrevColName="" Pos="3" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1821" ColName="observacao_experiencia" PrevColName="" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2023" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1599" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1598" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2025" IndexName="experiencia_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2023">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2024" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1600" Tablename="vaga" PrevTableName="Table_32" XPos="835" 
YPos="504" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="33" >
<COLUMNS>
<COLUMN ID="1602" ColName="id_vaga" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1845" ColName="nome_vaga" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1846" ColName="tipo_vaga" PrevColName="" Pos="2" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1848" ColName="empresa_vaga" PrevColName="" Pos="3" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2026" />
<RELATION_START ID="2029" />
<RELATION_START ID="2035" />
<RELATION_START ID="2063" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1603" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1602" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1604" Tablename="sobrevaga" PrevTableName="Table_33" XPos="775" 
YPos="676" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="34" >
<COLUMNS>
<COLUMN ID="1606" ColName="id_sobrevaga" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2036" ColName="vaga_id_vaga" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" 
IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1825" ColName="local_vaga" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1826" ColName="quantidade_vaga" PrevColName="" Pos="2" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1832" ColName="descricao" PrevColName="" Pos="3" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1833" ColName="data_atualizada_vaga" PrevColName="" Pos="4" 
idDatatype="16" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1843" ColName="faixa_salarial" PrevColName="" Pos="5" 
idDatatype="12" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2035" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1607" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1606" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2037" IndexName="sobrevaga_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2035">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2036" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1608" Tablename="criterio_vaga" PrevTableName="Table_34" XPos="580" 
YPos="425" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="35" >
<COLUMNS>
<COLUMN ID="1610" ColName="id_criterio_vaga" PrevColName="id_criteriovaga" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2027" ColName="vaga_id_vaga" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" 
IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1828" ColName="idade_minima_vaga" PrevColName="idade_minima_vafa" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1836" ColName="sexo_vaga" PrevColName="sexo_vafa" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1839" ColName="qualidade_vaga" PrevColName="" Pos="3" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1841" ColName="conhecimento_vaga" PrevColName="" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2026" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1611" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1610" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2028" IndexName="criteriovaga_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2026">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2027" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1616" Tablename="entrevista" PrevTableName="Table_36" XPos="1040" 
YPos="647" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="37" >
<COLUMNS>
<COLUMN ID="1618" ColName="id_entrevista" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2127" ColName="candidato_id_candidato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2030" ColName="vaga_id_vaga" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" 
IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1620" ColName="data_entrev" PrevColName="" Pos="1" idDatatype="16" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1621" ColName="responsavel_entrev" PrevColName="" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1622" ColName="assunto_entrev" PrevColName="" Pos="3" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2032" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2029" />
<RELATION_END ID="2126" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1619" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1618" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2031" IndexName="entrevista_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2029">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2030" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2128" IndexName="entrevista_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2126">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2127" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1623" Tablename="tipo_entrevista" PrevTableName="Table_37" 
XPos="1000" YPos="883" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="38" >
<COLUMNS>
<COLUMN ID="1625" ColName="id_tipo_entrevista" PrevColName="id_tpentrevista" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2033" ColName="entrevista_id_entrevista" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1627" ColName="tipo_entrevista" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2032" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1626" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1625" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2034" IndexName="tpentrevista_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2032">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2033" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1628" Tablename="cargo" PrevTableName="Table_38" XPos="2736" 
YPos="1547" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="39" >
<COLUMNS>
<COLUMN ID="1630" ColName="id_cargo" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1971" ColName="departamento_id_departamento" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1632" ColName="nome_cargo" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1633" ColName="salar_min" PrevColName="" Pos="2" idDatatype="12" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1634" ColName="salar_medio" PrevColName="" Pos="3" idDatatype="12" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1635" ColName="exigencia" PrevColName="" Pos="4" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2038" />
<RELATION_START ID="2102" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1970" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1631" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1630" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1972" IndexName="cargo_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1970">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1971" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1636" Tablename="detalhamento_cargo" PrevTableName="Table_39" 
XPos="3124" YPos="1553" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="40" >
<COLUMNS>
<COLUMN ID="1638" ColName="id_detalhamento_cargo" PrevColName="id_detalhamento" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2039" ColName="cargo_id_cargo" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1640" ColName="beneficio" PrevColName="beneficios" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1641" ColName="perfil_cha" PrevColName="" Pos="2" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1642" ColName="tempo_aniversario" PrevColName="tempo_anivers" 
Pos="3" idDatatype="16" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1643" ColName="observacao" PrevColName="observa" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1651" ColName="funcoes_cargo" PrevColName="" Pos="5" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2058" />
<RELATION_START ID="2108" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2038" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1639" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1638" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2040" IndexName="detalhamento_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2038">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2039" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1652" Tablename="sindicato" PrevTableName="Table_41" XPos="3104" 
YPos="1759" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="41" >
<COLUMNS>
<COLUMN ID="1654" ColName="id_sindicato" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2407" ColName="detalhamento_cargo_cargo_id_detalhamento_cargo" 
PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" 
PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" 
Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1656" ColName="nome_sind" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1657" ColName="data_cadastro" PrevColName="" Pos="2" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1658" ColName="observa" PrevColName="" Pos="3" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2055" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2058" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1655" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1654" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2060" IndexName="sindicato_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2058">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2407" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1659" Tablename="categoria_sind" PrevTableName="Table_42" 
XPos="3224" YPos="1935" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="42" >
<COLUMNS>
<COLUMN ID="1661" ColName="id_categoria_sind" PrevColName="" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2056" ColName="sindicato_id_sindicato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1663" ColName="categoria_sind" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2055" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1662" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1661" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2057" IndexName="categoria_sind_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2055">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2056" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1664" Tablename="autonomo" PrevTableName="Table_43" XPos="1866" 
YPos="1182" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="43" >
<COLUMNS>
<COLUMN ID="1666" ColName="id_autonomo" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1668" ColName="nome_auto" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1669" ColName="saudacao_auto" PrevColName="" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1670" ColName="abreviado_auto" PrevColName="" Pos="3" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1671" ColName="nascimento_auto" PrevColName="" Pos="4" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1672" ColName="idade_auto" PrevColName="" Pos="5" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1673" ColName="fone_fixo" PrevColName="" Pos="6" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1674" ColName="fone_celular" PrevColName="" Pos="7" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1958" />
<RELATION_START ID="2143" />
<RELATION_START ID="2146" />
<RELATION_START ID="2155" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1667" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1666" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1683" Tablename="tarefa" PrevTableName="Table_44" XPos="1835" 
YPos="1698" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="44" >
<COLUMNS>
<COLUMN ID="1685" ColName="id_tarefa" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1687" ColName="nome_tarefa" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1688" ColName="executor_tarefa" PrevColName="" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1689" ColName="data_inicio" PrevColName="" Pos="3" idDatatype="14" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1690" ColName="data_entrega" PrevColName="" Pos="4" idDatatype="14" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1691" ColName="resultado" PrevColName="" Pos="5" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1910" />
<RELATION_START ID="2225" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1686" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1685" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1692" Tablename="prioridade_tarefa" PrevTableName="Table_45" 
XPos="1863" YPos="1848" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="45" >
<COLUMNS>
<COLUMN ID="1694" ColName="id_prioridade" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1911" ColName="tarefa_id_tarefa" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1805" ColName="tipo_prioridade" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1910" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1695" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1694" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1912" IndexName="prioridade_tarefa_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1910">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1911" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1696" Tablename="processo_judicial" PrevTableName="Table_46" 
XPos="1902" YPos="2187" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="46" >
<COLUMNS>
<COLUMN ID="1698" ColName="id_processo_judicial" PrevColName="id_judicial" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1700" ColName="num_pro_jud" PrevColName="num_processo" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1701" ColName="data_reclamante" PrevColName="data_reclama" Pos="2" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1702" ColName="data_abertura" PrevColName="" Pos="3" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1703" ColName="motivo_proc_jud" PrevColName="motivo" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1704" ColName="junta_proc_jud" PrevColName="junta" Pos="5" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1705" ColName="ultima_audiencia" PrevColName="ultima_audien" 
Pos="6" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1706" ColName="proxima_audiencia" PrevColName="proxima_audien" 
Pos="7" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1707" ColName="data_encerramento" PrevColName="data_encerra" 
Pos="8" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1708" ColName="observacao" PrevColName="observa" Pos="9" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2123" />
<RELATION_START ID="2173" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1699" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1698" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1718" Tablename="tipo_saude" PrevTableName="Table_49" XPos="2356" 
YPos="2351" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="48" >
<COLUMNS>
<COLUMN ID="1720" ColName="id_tipo_saude" PrevColName="id_tpsaude" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2222" ColName="medicina_id_medicina" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1722" ColName="tipo_saude" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2083" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2221" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1721" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1720" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2223" IndexName="tpsaude_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2221">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2222" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1723" Tablename="tratamento_medico" PrevTableName="Table_50" 
XPos="2334" YPos="2487" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="49" >
<COLUMNS>
<COLUMN ID="1725" ColName="id_tratamento_medico" PrevColName="id_tratamento" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2404" ColName="tipo_saude_id_tipo_saude" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1727" ColName="tipo_tratamento_medico" 
PrevColName="tipo_tratamento" Pos="1" idDatatype="20" DatatypeParams="" 
Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" 
DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2083" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1726" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1725" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2085" IndexName="tratamento_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2083">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2404" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1729" Tablename="pericia" PrevTableName="Table_51" XPos="2102" 
YPos="2311" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="50" >
<COLUMNS>
<COLUMN ID="1731" ColName="id_pericia" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2218" ColName="medicina_id_medicina" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1733" ColName="data_inicio_pericia" PrevColName="data_inicio" 
Pos="1" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1734" ColName="data_fim_pericia" PrevColName="data_fim" Pos="2" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1735" ColName="cid_pericia" PrevColName="cid" Pos="3" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1736" ColName="motivo_pericia" PrevColName="motivo" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2217" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1732" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1731" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2219" IndexName="pericia_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2217">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2218" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1737" Tablename="equipamento_protecao" PrevTableName="Table_52" 
XPos="3148" YPos="1307" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="51" >
<COLUMNS>
<COLUMN ID="1739" ColName="id_equipamento_protecao" 
PrevColName="id_equprotecao" Pos="0" idDatatype="5" DatatypeParams="" 
Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" IsForeignKey="0" 
DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1741" ColName="nome_equipamento" PrevColName="equipamento" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1742" ColName="validade_equipamenjto" PrevColName="validade" 
Pos="2" idDatatype="15" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1743" ColName="fabricante_equipamento" PrevColName="fabricante" 
Pos="3" idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1744" ColName="observacao" PrevColName="observa" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1916" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1740" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1739" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1745" Tablename="tpprotecao" PrevTableName="Table_53" XPos="3432" 
YPos="1307" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="52" >
<COLUMNS>
<COLUMN ID="1747" ColName="id_tpprotecao" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2419" ColName="equipamento_protecao_id_equipamento_protecao" 
PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" 
PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" 
Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2415" ColName="risco_ambiental_id_risco_ambiental" PrevColName="" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1749" ColName="tipo_protecao" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1916" />
<RELATION_END ID="2097" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1748" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1747" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1918" IndexName="tpprotecao_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1916">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2419" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2099" IndexName="tpprotecao_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2097">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2415" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1750" Tablename="agente_nocivo" PrevTableName="Table_54" XPos="3448" 
YPos="1649" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="53" >
<COLUMNS>
<COLUMN ID="1752" ColName="id_agente_nocivo" PrevColName="id_agnocivo" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2440" ColName="risco_ambiental_id_risco_ambiental" PrevColName="" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1754" ColName="nome_agente_nocivo" PrevColName="nome_agnocivo" 
Pos="1" idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1755" ColName="tecnica" PrevColName="" Pos="2" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1756" ColName="unidade" PrevColName="" Pos="3" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1757" ColName="equipamento_obrigatorio" PrevColName="equip_obrigat" 
Pos="4" idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1758" ColName="observacao" PrevColName="observa" Pos="5" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2430" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="2439" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1753" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1752" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2441" IndexName="agente_nocivo_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2439">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2440" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1759" Tablename="tipo_agente_nocivo" PrevTableName="Table_55" 
XPos="3460" YPos="1875" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="54" >
<COLUMNS>
<COLUMN ID="1761" ColName="id_tipo_agente_nocivo" PrevColName="id_tpagnocivo" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2431" ColName="agente_nocivo_id_agente_nocivo" PrevColName="" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1763" ColName="tipo_agente" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2430" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1762" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1761" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2432" IndexName="tipo_agente_nocivo_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2430">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2431" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1764" Tablename="risco_ambiental" PrevTableName="Table_56" 
XPos="3456" YPos="1507" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="55" >
<COLUMNS>
<COLUMN ID="1766" ColName="id_risco_ambiental" PrevColName="id_riscoamb" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1768" ColName="descricao_risco_ambiental" PrevColName="descricao" 
Pos="1" idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1769" ColName="exposicao_risco_ambiental" PrevColName="exposicao" 
Pos="2" idDatatype="20" DatatypeParams="()" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2093" ColName="agente_risco_ambiental" PrevColName="agentes" 
Pos="4" idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2251" ColName="observacao" PrevColName="obser" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2097" />
<RELATION_START ID="2101" />
<RELATION_START ID="2439" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1767" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1766" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1776" Tablename="demissao" PrevTableName="Table_58" XPos="2922" 
YPos="1110" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="57" >
<COLUMNS>
<COLUMN ID="1778" ColName="id_demissao" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1965" ColName="situacao_id_situacao" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1798" ColName="data_demissao" PrevColName="data_demis" Pos="1" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1799" ColName="motivo_demissao" PrevColName="motivo_demis" Pos="2" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1964" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1779" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1778" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1966" IndexName="demissao_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1964">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1965" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1784" Tablename="meritocracia" PrevTableName="Table_60" XPos="2736" 
YPos="1767" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="59" >
<COLUMNS>
<COLUMN ID="1786" ColName="id_meritocracia" PrevColName="" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2408" ColName="detalhamento_cargo_cargo_id_detalhamento_cargo" 
PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" 
PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" 
Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1788" ColName="nome_meritoc" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1789" ColName="acao_meritoc" PrevColName="" Pos="2" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1790" ColName="meta_meritoc" PrevColName="" Pos="3" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1791" ColName="bonificacao_meritoc" PrevColName="" Pos="4" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1792" ColName="data_inicio_meritoc" PrevColName="data_inicio" 
Pos="5" idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1793" ColName="data_fim_meritoc" PrevColName="data_fim" Pos="6" 
idDatatype="14" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1794" ColName="observacao" PrevColName="observa" Pos="7" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2410" ColName="campanha_vinculada" PrevColName="" Pos="9" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2108" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1787" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1786" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2110" IndexName="meritocracia_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2108">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2408" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1988" Tablename="colaborador_has_anexo" PrevTableName="" XPos="2182" 
YPos="1606" TableType="0" TablePrefix="0" nmTable="1" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="78" >
<COLUMNS>
<COLUMN ID="1991" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1993" ColName="anexo_id_anexo" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1989" />
<RELATION_END ID="1990" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1995" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1991" LengthParam="0" />
<INDEXCOLUMN idColumn="1993" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1992" IndexName="colaborador_has_anexo_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="1989">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1991" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="1994" IndexName="colaborador_has_anexo_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="1990">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1993" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2041" Tablename="cep" PrevTableName="Table_58" XPos="1666" 
YPos="547" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="95" >
<COLUMNS>
<COLUMN ID="2043" ColName="id_cep" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2053" ColName="endereco_id_endereco" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2045" ColName="num_cep" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2052" />
</RELATIONS_END>
<INDICES>
<INDEX ID="2044" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2043" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2054" IndexName="cep_FKIndex1" IndexKind="1" FKRefDef_Obj_id="2052">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2053" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2061" Tablename="candidato_has_vaga" PrevTableName="" XPos="955" 
YPos="312" TableType="0" TablePrefix="0" nmTable="1" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="99" >
<COLUMNS>
<COLUMN ID="2064" ColName="candidato_id_candidato" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2066" ColName="vaga_id_vaga" PrevColName="" Pos="1" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" 
IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2062" />
<RELATION_END ID="2063" />
</RELATIONS_END>
<INDICES>
<INDEX ID="2068" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2064" LengthParam="0" />
<INDEXCOLUMN idColumn="2066" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2065" IndexName="candidato_has_vaga_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2062">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2064" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2067" IndexName="candidato_has_vaga_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2063">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2066" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2100" Tablename="riscoamb_has_cargo" PrevTableName="" XPos="3094" 
YPos="1423" TableType="0" TablePrefix="0" nmTable="1" Temporary="0" 
UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" 
Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" 
OrderPos="110" >
<COLUMNS>
<COLUMN ID="2105" ColName="cargo_id_cargo" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2417" ColName="risco_ambiental_id_risco_ambiental" PrevColName="" 
Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2101" />
<RELATION_END ID="2102" />
</RELATIONS_END>
<INDICES>
<INDEX ID="2107" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2105" LengthParam="0" />
<INDEXCOLUMN idColumn="2417" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2104" IndexName="riscoamb_has_cargo_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2101">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2417" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2106" IndexName="riscoamb_has_cargo_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2102">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2105" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2118" Tablename="tipo_reclamante" PrevTableName="Table_60" 
XPos="1789" YPos="2414" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="114" >
<COLUMNS>
<COLUMN ID="2120" ColName="id_tipo_reclamante" PrevColName="id_tpreclamante" 
Pos="0" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2398" ColName="processo_judicial_id_processo_judicial" 
PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" 
PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" 
Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2122" ColName="tipo_reclamante" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2123" />
</RELATIONS_END>
<INDICES>
<INDEX ID="2121" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2120" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2125" IndexName="tpreclamante_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2123">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2398" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2252" Tablename="controle_ponto" PrevTableName="Table_59" 
XPos="2472" YPos="1605" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="123" >
<COLUMNS>
<COLUMN ID="2254" ColName="id_controle_ponto" PrevColName="" Pos="0" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="1" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2259" ColName="bhora_id_bhora" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2256" ColName="hora_entrada" PrevColName="" Pos="1" idDatatype="16" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2257" ColName="hora_saida" PrevColName="" Pos="2" idDatatype="16" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2258" />
</RELATIONS_END>
<INDICES>
<INDEX ID="2255" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2254" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2260" IndexName="controle_ponto_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2258">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2259" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2276" Tablename="afastado" PrevTableName="Table_61" XPos="2917" 
YPos="1249" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="128" >
<COLUMNS>
<COLUMN ID="2278" ColName="id_afastado" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2289" ColName="situacao_id_situacao" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2281" ColName="motivo" PrevColName="" Pos="1" idDatatype="20" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2282" ColName="data_afastamento" PrevColName="" Pos="2" 
idDatatype="16" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2283" ColName="tempo_afastamento" PrevColName="" Pos="3" 
idDatatype="16" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2287" ColName="data_fim_afastamento" PrevColName="" Pos="4" 
idDatatype="16" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2288" />
</RELATIONS_END>
<INDICES>
<INDEX ID="2279" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2278" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2290" IndexName="afastado_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2288">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2289" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2291" Tablename="dependente" PrevTableName="Table_62" XPos="2002" 
YPos="1428" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" 
UseStandardInserts="0" StandardInserts="\n" 
TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n"
 Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="130" >
<COLUMNS>
<COLUMN ID="2293" ColName="id_dependente" PrevColName="" Pos="0" idDatatype="5" 
DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="1" 
IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2457" ColName="tipo_dependente" PrevColName="" Pos="1" 
idDatatype="20" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" 
NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="2300" />
</RELATIONS_START>
<INDICES>
<INDEX ID="2294" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2293" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="2298" Tablename="colaborador_has_dependente" PrevTableName="" 
XPos="1818" YPos="1563" TableType="0" TablePrefix="0" nmTable="1" Temporary="0" 
UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" 
Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" 
OrderPos="131" >
<COLUMNS>
<COLUMN ID="2301" ColName="colaborador_id_colaborador" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="2303" ColName="dependente_id_dependente" PrevColName="" Pos="1" 
idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" 
NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="2299" />
<RELATION_END ID="2300" />
</RELATIONS_END>
<INDICES>
<INDEX ID="2305" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2301" LengthParam="0" />
<INDEXCOLUMN idColumn="2303" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2302" IndexName="colaborador_has_dependente_FKIndex1" IndexKind="1" 
FKRefDef_Obj_id="2299">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2301" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
<INDEX ID="2304" IndexName="colaborador_has_dependente_FKIndex2" IndexKind="1" 
FKRefDef_Obj_id="2300">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="2303" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
</TABLES>
<RELATIONS>
<RELATION ID="1910" RelationName="Rel_01" Kind="5" SrcTable="1683" 
DestTable="1692" FKFields="id_tarefa=tarefa_id_tarefa\n" FKFieldsComments="\n" 
relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-36" CaptionOffsetY="-25" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1912" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="58" />
<RELATION ID="1916" RelationName="Rel_03" Kind="2" SrcTable="1737" 
DestTable="1745" 
FKFields="id_equipamento_protecao=equipamento_protecao_id_equipamento_protecao\n"
 FKFieldsComments="\n" relDirection="2" MidOffset="6" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="20" CaptionOffsetY="15" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1918" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="60" />
<RELATION ID="1923" RelationName="Rel_05" Kind="2" SrcTable="1429" 
DestTable="1436" FKFields="id_email=email_id_email\n" FKFieldsComments="\n" 
relDirection="3" MidOffset="10" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-7" CaptionOffsetY="-3" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1925" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="61" />
<RELATION ID="1926" RelationName="Rel_06" Kind="2" SrcTable="1504" 
DestTable="1510" FKFields="id_banco=banco_id_banco\n" FKFieldsComments="\n" 
relDirection="3" MidOffset="24" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-36" CaptionOffsetY="-58" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1928" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="62" />
<RELATION ID="1936" RelationName="Rel_09" Kind="2" SrcTable="1526" 
DestTable="1534" FKFields="id_falta=falta_id_falta\n" FKFieldsComments="\n" 
relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-40" CaptionOffsetY="-22" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1938" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="63" />
<RELATION ID="1939" RelationName="Rel_10" Kind="2" SrcTable="1582" 
DestTable="1574" 
FKFields="id_tipo_ocorrencia_diversa=tipo_ocorrencia_diversa_id_tipo_ocorrencia_diversa\n"
 FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-41" CaptionOffsetY="-23" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1941" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="64" />
<RELATION ID="1946" RelationName="empresa_foto" Kind="5" SrcTable="1404" 
DestTable="1423" FKFields="id_empresa=empresa_id_empresa\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="-312" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-31" CaptionOffsetY="2" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1948" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="66" />
<RELATION ID="1949" RelationName="end_empr" Kind="2" SrcTable="1404" 
DestTable="1415" FKFields="id_empresa=empresa_id_empresa\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="24" CaptionOffsetY="-72" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1951" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="67" />
<RELATION ID="1952" RelationName="empresa_email" Kind="5" SrcTable="1404" 
DestTable="1429" FKFields="id_empresa=empresa_id_empresa\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="55" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="7" CaptionOffsetY="0" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1954" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="68" />
<RELATION ID="1955" RelationName="email_colab" Kind="5" SrcTable="1443" 
DestTable="1429" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="-200" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-43" CaptionOffsetY="-2" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1957" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="69" />
<RELATION ID="1958" RelationName="autonomo_email" Kind="5" SrcTable="1664" 
DestTable="1429" FKFields="id_autonomo=autonomo_id_autonomo\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="-90" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-57" CaptionOffsetY="-10" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1960" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="70" />
<RELATION ID="1961" RelationName="Rel_17" Kind="2" SrcTable="1459" 
DestTable="1562" FKFields="id_situacao=situacao_id_situacao\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="-47" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1963" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="71" />
<RELATION ID="1964" RelationName="Rel_18" Kind="5" SrcTable="1459" 
DestTable="1776" FKFields="id_situacao=situacao_id_situacao\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="-21" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="4" CaptionOffsetY="10" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1966" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="72" />
<RELATION ID="1967" RelationName="Rel_19" Kind="5" SrcTable="1443" 
DestTable="1459" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-9" CaptionOffsetY="0" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1969" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="73" />
<RELATION ID="1970" RelationName="Rel_20" Kind="2" SrcTable="1464" 
DestTable="1628" FKFields="id_departamento=departamento_id_departamento\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-8" CaptionOffsetY="7" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1972" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="73" />
<RELATION ID="1973" RelationName="Rel_21" Kind="2" SrcTable="1570" 
DestTable="1470" FKFields="id_contrato=contrato_id_contrato\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-37" CaptionOffsetY="-35" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1975" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="74" />
<RELATION ID="1976" RelationName="Rel_22" Kind="5" SrcTable="1443" 
DestTable="1475" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="9" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="12" CaptionOffsetY="3" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1978" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="75" />
<RELATION ID="1979" RelationName="colab_estcivil" Kind="5" SrcTable="1443" 
DestTable="1454" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="-18" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-21" CaptionOffsetY="-46" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1981" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="76" />
<RELATION ID="1985" RelationName="Rel_25" Kind="5" SrcTable="1443" 
DestTable="1464" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="4" CaptionOffsetY="-50" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1987" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="77" />
<RELATION ID="1989" RelationName="Rel_26" Kind="1" SrcTable="1443" 
DestTable="1988" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="17" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-24" CaptionOffsetY="1" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1992" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="79" />
<RELATION ID="1990" RelationName="Rel_27" Kind="1" SrcTable="1480" 
DestTable="1988" FKFields="id_anexo=anexo_id_anexo\n" FKFieldsComments="\n" 
relDirection="1" MidOffset="-3" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-55" CaptionOffsetY="-24" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="1994" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="80" />
<RELATION ID="1997" RelationName="Rel_28" Kind="2" SrcTable="1485" 
DestTable="1504" FKFields="id_documentacao=documentacaocao_id_documentacao\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="17" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-10" CaptionOffsetY="-48" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="1999" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="81" />
<RELATION ID="2000" RelationName="Rel_29" Kind="2" SrcTable="1504" 
DestTable="1521" FKFields="id_banco=banco_id_banco\n" FKFieldsComments="\n" 
relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-34" CaptionOffsetY="-28" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2002" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="82" />
<RELATION ID="2006" RelationName="Rel_31" Kind="2" SrcTable="1485" 
DestTable="1480" FKFields="id_documentacao=documentacaocao_id_documentacao\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="-73" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="54" CaptionOffsetY="-30" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2008" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="84" />
<RELATION ID="2009" RelationName="documenta_foto" Kind="5" SrcTable="1485" 
DestTable="1423" FKFields="id_documentacao=documentacaocao_id_documentacao\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="-45" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-36" CaptionOffsetY="-101" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2011" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="85" />
<RELATION ID="2012" RelationName="Rel_33" Kind="2" SrcTable="1539" 
DestTable="1480" FKFields="id_treinamento=treinamento_id_treinamento\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-1" CaptionOffsetY="3" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2014" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="86" />
<RELATION ID="2017" RelationName="Rel_34" Kind="2" SrcTable="1548" 
DestTable="1480" FKFields="id_medicina=medicina_id_medicina\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-36" CaptionOffsetY="-24" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2019" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="87" />
<RELATION ID="2020" RelationName="Rel_35" Kind="2" SrcTable="1588" 
DestTable="1592" FKFields="id_candidato=candidato_id_candidato\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-6" CaptionOffsetY="0" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2022" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="88" />
<RELATION ID="2023" RelationName="Rel_36" Kind="2" SrcTable="1588" 
DestTable="1596" FKFields="id_candidato=candidato_id_candidato\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="8" CaptionOffsetY="1" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2025" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="89" />
<RELATION ID="2026" RelationName="Rel_37" Kind="2" SrcTable="1600" 
DestTable="1608" FKFields="id_vaga=vaga_id_vaga\n" FKFieldsComments="\n" 
relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-4" CaptionOffsetY="2" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2028" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="90" />
<RELATION ID="2029" RelationName="Rel_38" Kind="2" SrcTable="1600" 
DestTable="1616" FKFields="id_vaga=vaga_id_vaga\n" FKFieldsComments="\n" 
relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="6" CaptionOffsetY="-72" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2031" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="91" />
<RELATION ID="2032" RelationName="Rel_39" Kind="2" SrcTable="1616" 
DestTable="1623" FKFields="id_entrevista=entrevista_id_entrevista\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-32" CaptionOffsetY="-20" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2034" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="92" />
<RELATION ID="2035" RelationName="Rel_40" Kind="5" SrcTable="1600" 
DestTable="1604" FKFields="id_vaga=vaga_id_vaga\n" FKFieldsComments="\n" 
relDirection="3" MidOffset="29" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-18" CaptionOffsetY="12" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2037" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="93" />
<RELATION ID="2038" RelationName="Rel_41" Kind="5" SrcTable="1628" 
DestTable="1636" FKFields="id_cargo=cargo_id_cargo\n" FKFieldsComments="\n" 
relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-9" CaptionOffsetY="-42" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2040" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="94" />
<RELATION ID="2052" RelationName="Rel_44" Kind="5" SrcTable="1415" 
DestTable="2041" FKFields="id_endereco=endereco_id_endereco\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="3" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2054" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="96" />
<RELATION ID="2055" RelationName="Rel_39" Kind="5" SrcTable="1652" 
DestTable="1659" FKFields="id_sindicato=sindicato_id_sindicato\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-44" CaptionOffsetY="-19" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2057" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="97" />
<RELATION ID="2058" RelationName="Rel_40" Kind="2" SrcTable="1636" 
DestTable="1652" 
FKFields="id_detalhamento_cargo=detalhamento_cargo_cargo_id_detalhamento_cargo\n"
 FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-46" CaptionOffsetY="-22" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2060" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="98" />
<RELATION ID="2062" RelationName="Rel_41" Kind="1" SrcTable="1588" 
DestTable="2061" FKFields="id_candidato=candidato_id_candidato\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="23" CaptionOffsetY="-6" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2065" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="100" />
<RELATION ID="2063" RelationName="Rel_42" Kind="1" SrcTable="1600" 
DestTable="2061" FKFields="id_vaga=vaga_id_vaga\n" FKFieldsComments="\n" 
relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-3" CaptionOffsetY="-43" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2067" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="101" />
<RELATION ID="2083" RelationName="Rel_46" Kind="2" SrcTable="1718" 
DestTable="1723" FKFields="id_tipo_saude=tipo_saude_id_tipo_saude\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-33" CaptionOffsetY="-22" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2085" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="105" />
<RELATION ID="2097" RelationName="Rel_50" Kind="2" SrcTable="1764" 
DestTable="1745" 
FKFields="id_risco_ambiental=risco_ambiental_id_risco_ambiental\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="11" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-55" CaptionOffsetY="-15" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2099" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="109" />
<RELATION ID="2101" RelationName="Rel_51" Kind="1" SrcTable="1764" 
DestTable="2100" 
FKFields="id_risco_ambiental=risco_ambiental_id_risco_ambiental\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="-1" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-4" CaptionOffsetY="-76" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2104" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="111" />
<RELATION ID="2102" RelationName="Rel_52" Kind="1" SrcTable="1628" 
DestTable="2100" FKFields="id_cargo=cargo_id_cargo\n" FKFieldsComments="\n" 
relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-10" CaptionOffsetY="25" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2106" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="112" />
<RELATION ID="2108" RelationName="Rel_53" Kind="2" SrcTable="1636" 
DestTable="1784" 
FKFields="id_detalhamento_cargo=detalhamento_cargo_cargo_id_detalhamento_cargo\n"
 FKFieldsComments="\n" relDirection="4" MidOffset="-16" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="22" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2110" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="113" />
<RELATION ID="2123" RelationName="Rel_54" Kind="2" SrcTable="1696" 
DestTable="2118" 
FKFields="id_processo_judicial=processo_judicial_id_processo_judicial\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="79" CaptionOffsetY="-21" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2125" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="115" />
<RELATION ID="2126" RelationName="Rel_55" Kind="2" SrcTable="1588" 
DestTable="1616" FKFields="id_candidato=candidato_id_candidato\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-5" CaptionOffsetY="-1" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2128" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="116" />
<RELATION ID="2137" RelationName="Rel_56" Kind="2" SrcTable="1588" 
DestTable="1404" FKFields="id_candidato=candidato_id_candidato\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-8" CaptionOffsetY="0" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2139" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="117" />
<RELATION ID="2140" RelationName="colabor_ender" Kind="2" SrcTable="1443" 
DestTable="1415" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="-109" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-24" CaptionOffsetY="61" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2142" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="118" />
<RELATION ID="2143" RelationName="autonomo_endere\231o" Kind="2" 
SrcTable="1664" DestTable="1415" FKFields="id_autonomo=autonomo_id_autonomo\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="-28" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="86" CaptionOffsetY="-22" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2145" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="119" />
<RELATION ID="2146" RelationName="auto_estcivil" Kind="5" SrcTable="1664" 
DestTable="1454" FKFields="id_autonomo=autonomo_id_autonomo\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="-71" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="38" CaptionOffsetY="-45" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2148" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="120" />
<RELATION ID="2149" RelationName="candidato_endere\231o" Kind="2" 
SrcTable="1588" DestTable="1415" 
FKFields="id_candidato=candidato_id_candidato\n" FKFieldsComments="\n" 
relDirection="3" MidOffset="-107" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="88" CaptionOffsetY="-17" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2151" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="121" />
<RELATION ID="2155" RelationName="auto_contrato" Kind="0" SrcTable="1664" 
DestTable="1470" FKFields="id_autonomo=autonomo_id_autonomo\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="13" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-12" CaptionOffsetY="16" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2157" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="122" />
<RELATION ID="2158" RelationName="colab_contrato" Kind="5" SrcTable="1443" 
DestTable="1470" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="-137" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-2" CaptionOffsetY="51" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2160" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="123" />
<RELATION ID="2161" RelationName="Rel_64" Kind="2" SrcTable="1539" 
DestTable="1526" FKFields="id_treinamento=treinamento_id_treinamento\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-38" CaptionOffsetY="-23" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2163" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="124" />
<RELATION ID="2164" RelationName="Rel_65" Kind="2" SrcTable="1443" 
DestTable="1574" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2166" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="125" />
<RELATION ID="2173" RelationName="Rel_68" Kind="2" SrcTable="1696" 
DestTable="1480" 
FKFields="id_processo_judicial=processo_judicial_id_processo_judicial\n" 
FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-1" CaptionOffsetY="-50" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2175" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="127" />
<RELATION ID="2217" RelationName="Rel_69" Kind="2" SrcTable="1548" 
DestTable="1729" FKFields="id_medicina=medicina_id_medicina\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-42" CaptionOffsetY="-21" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2219" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="124" />
<RELATION ID="2221" RelationName="Rel_70" Kind="5" SrcTable="1548" 
DestTable="1718" FKFields="id_medicina=medicina_id_medicina\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="2" CaptionOffsetY="-39" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2223" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="125" />
<RELATION ID="2225" RelationName="Rel_71" Kind="2" SrcTable="1683" 
DestTable="1480" FKFields="id_tarefa=tarefa_id_tarefa\n" FKFieldsComments="\n" 
relDirection="2" MidOffset="2" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="22" CaptionOffsetY="25" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2227" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="123" />
<RELATION ID="2258" RelationName="Rel_65" Kind="2" SrcTable="1515" 
DestTable="2252" FKFields="id_bhora=bhora_id_bhora\n" FKFieldsComments="\n" 
relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" 
CaptionOffsetX="-35" CaptionOffsetY="-25" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2260" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="124" />
<RELATION ID="2261" RelationName="Rel_66" Kind="2" SrcTable="1443" 
DestTable="1515" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="-15" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-2" CaptionOffsetY="-48" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2263" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="125" />
<RELATION ID="2288" RelationName="Rel_68" Kind="2" SrcTable="1459" 
DestTable="2276" FKFields="id_situacao=situacao_id_situacao\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="12" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="28" CaptionOffsetY="-80" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2290" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="129" />
<RELATION ID="2299" RelationName="Rel_70" Kind="1" SrcTable="1443" 
DestTable="2298" FKFields="id_colaborador=colaborador_id_colaborador\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-50" CaptionOffsetY="4" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2302" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="132" />
<RELATION ID="2300" RelationName="Rel_71" Kind="1" SrcTable="2291" 
DestTable="2298" FKFields="id_dependente=dependente_id_dependente\n" 
FKFieldsComments="\n" relDirection="4" MidOffset="-46" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-12" CaptionOffsetY="-4" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2304" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="133" />
<RELATION ID="2430" RelationName="Rel_70" Kind="5" SrcTable="1750" 
DestTable="1759" FKFields="id_agente_nocivo=agente_nocivo_id_agente_nocivo\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-36" CaptionOffsetY="-20" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2432" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="129" />
<RELATION ID="2439" RelationName="Rel_73" Kind="2" SrcTable="1764" 
DestTable="1750" 
FKFields="id_risco_ambiental=risco_ambiental_id_risco_ambiental\n" 
FKFieldsComments="\n" relDirection="3" MidOffset="-9" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="-38" CaptionOffsetY="-20" 
StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" 
EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" 
RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" 
FKRefDefIndex_Obj_id="2441" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" 
Obj_id_Linked="-1" OrderPos="129" />
<RELATION ID="2453" RelationName="candid_estcivil" Kind="5" SrcTable="1588" 
DestTable="1454" FKFields="id_candidato=candidato_id_candidato\n" 
FKFieldsComments="\n" relDirection="2" MidOffset="257" OptionalStart="0" 
OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" 
StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" 
CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" 
Comments="" FKRefDefIndex_Obj_id="2455" Splitted="0" IsLinkedObject="0" 
IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="130" />
</RELATIONS>
<NOTES>
</NOTES>
<IMAGES>
</IMAGES>
</METADATA>
<PLUGINDATA>
<PLUGINDATARECORDS>
</PLUGINDATARECORDS>
</PLUGINDATA>
<QUERYDATA>
<QUERYRECORDS>
</QUERYRECORDS>
</QUERYDATA>
<LINKEDMODELS>
</LINKEDMODELS>
</DBMODEL>

Other related posts: