Changeset 3291
- Timestamp:
- 05/02/08 20:09:59 (4 months ago)
- Files:
-
- 1 modified
-
trunk/urbansim/configs/urbansim.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/urbansim/configs/urbansim.xml
r3286 r3291 3 3 <description type="string">Base UrbanSim project</description> 4 4 </general> 5 5 6 6 <model_manager> 7 7 <model_system type="dictionary"> 8 <choice_model_template type="dictionary" >8 <choice_model_template type="dictionary" copyable='True'> 9 9 <import type="dictionary"> 10 10 <opus_core.choice_model type="string">ChoiceModel</opus_core.choice_model> … … 68 68 </prepare_for_estimate> 69 69 </choice_model_template> 70 <regression_model_template type="dictionary" >70 <regression_model_template type="dictionary" copyable='True'> 71 71 <import type="dictionary"> 72 72 <opus_core.regression_model type="string">RegressionModel</opus_core.regression_model> … … 126 126 </prepare_for_estimate> 127 127 </regression_model_template> 128 <allocation_model_template type="dictionary" >128 <allocation_model_template type="dictionary" copyable='True'> 129 129 <import type="dictionary"> 130 130 <opus_core.allocation_model type="string">AllocationModel</opus_core.allocation_model> … … 146 146 </model_system> 147 147 <estimation type="dictionary"> 148 <model_template type="dictionary" >148 <model_template type="dictionary" copyable='True'> 149 149 <all_variables type="dictionary"> 150 <var1 type="variable_definition" >var1 = package.dataset.some_variable_or_expression</var1>150 <var1 type="variable_definition" copyable='True'>var1 = package.dataset.some_variable_or_expression</var1> 151 151 </all_variables> 152 <submodel type="submodel" >152 <submodel type="submodel" copyable='True'> 153 153 <description type="string">No submodel</description> 154 154 <submodel_id type="integer">-2</submodel_id> 155 155 <variables type="selectable_list"> 156 <var1 choices="Use|Skip" type="variable" >Skip</var1>156 <var1 choices="Use|Skip" type="variable" copyable='True'>Skip</var1> 157 157 </variables> 158 158 </submodel>
