1!table
2!version 300
3!charset WindowsLatin1
4
5Definition Table
6  Type NATIVE Charset "WindowsLatin1"
7  Fields 52
8    ID Integer Index 1 ;
9    unid_planejamento Char (4) ;
10    codigo2 Char (4) ;
11    descricao Char (100) ;
12    Area Decimal (20, 3) ;
13    densidade_pop Float Index 2 ;
14    POPULACAO Float ;
15    Idademed Decimal (8, 2) ;
16    Med_estu Decimal (11, 2) Index 3 ;
17    Idosoper Decimal (8, 2) Index 4 ;
18    Crianca Decimal (8, 2) Index 5 ;
19    THomCor_95 Float Index 6 ;
20    THomCor_96 Float Index 7 ;
21    THomCor_97 Float Index 8 ;
22    THomCor_98 Float Index 9 ;
23    THomCor_99 Float Index 10 ;
24    HomCor_95 Float Index 11 ;
25    HomCor_96 Float Index 12 ;
26    HomCor_97 Float Index 13 ;
27    HomCor_98 Float Index 14 ;
28    HomCor_99 Float Index 15 ;
29    RouboCor_95 Float Index 16 ;
30    RouboCor_96 Float Index 17 ;
31    RouboCor_97 Float Index 18 ;
32    RouboCor_98 Float Index 19 ;
33    RouboCor_99 Float Index 20 ;
34    RMACor_95 Float Index 21 ;
35    RMACor_96 Float Index 22 ;
36    RMACor_97 Float Index 23 ;
37    RMACor_98 Float Index 24 ;
38    RMACor_99 Float Index 25 ;
39    CRpesCor_95 Float Index 26 ;
40    CRpesCor_96 Float Index 27 ;
41    CRpesCor_97 Float Index 28 ;
42    CRpesCor_98 Float Index 29 ;
43    CRpesCor_99 Float ;
44    PatriCor_95 Float ;
45    PatriCor_96 Float ;
46    PatriCor_97 Float ;
47    PatriCor_98 Float ;
48    PatriCor_99 Float ;
49    RENDA Float ;
50    IndIFU Float ;
51    IndASU Float ;
52    HomTent9599 Float ;
53    Hom9599 Float ;
54    Roub9599 Float ;
55    RMA9599 Float ;
56    RMA9599_2 Float ;
57    CRpes9599 Float ;
58    Patri9599 Float ;
59    PERAREAC Float ;
60