36 lines
1.8 KiB
XML
36 lines
1.8 KiB
XML
<Document>
|
|
<TabDefs>
|
|
<TabDef Title="record.值" Type="6" />
|
|
<TabDef Title="table.name" Type="6" />
|
|
<TabDef Title="record.名称" Type="6" />
|
|
<TabDef Title="column.type" Type="5" />
|
|
<TabDef Title="column.name" Type="5" />
|
|
</TabDefs>
|
|
<DataDefs>
|
|
<dataset>
|
|
<table name="属性">
|
|
<columns>
|
|
<column name="名称" type="string" />
|
|
<column name="值" type="string" />
|
|
</columns>
|
|
<records>
|
|
<record 名称="价差预备费" 值="0" />
|
|
<record 名称="造价指数" 值="10" />
|
|
<record 名称="增减投资金额" 值="10" />
|
|
<record 名称="工程建设周期" 值="1" />
|
|
<record 名称="建设预算编制年至工程开工年时间间隔" 值="2" />
|
|
</records>
|
|
</table>
|
|
<table name="占静态投资百分比">
|
|
<columns>
|
|
<column name="名称" type="string" />
|
|
<column name="值" type="string" />
|
|
</columns>
|
|
<records>
|
|
<record 名称="第1年现金流" 值="10" />
|
|
</records>
|
|
</table>
|
|
</dataset>
|
|
</DataDefs>
|
|
</Document>
|