Changeset 3322

Show
Ignore:
Timestamp:
05/11/08 15:09:05 (2 months ago)
Author:
pwaddell
Message:

changed types from string to quoted_string in model templates in 4 instances

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/urbansim/configs/urbansim.xml

    r3317 r3322  
    110110            <specification flags="hidden" type="string">specification</specification> 
    111111            <dataset type="string">fill in</dataset> 
    112             <outcome_attribute type="string">fill in (in quotes)</outcome_attribute> 
     112            <outcome_attribute type="quoted_string">fill in</outcome_attribute> 
    113113            <index flags="hidden" type="string" parser_action="blank_to_None"></index> 
    114114            <procedure type="quoted_string">opus_core.estimate_linear_regression</procedure> 
     
    133133          <arguments type="dictionary"> 
    134134            <dataset type="string">fill in</dataset> 
    135             <outcome_attribute type="string">fill in (in quotes)</outcome_attribute> 
    136             <weight_attribute type="string">fill in (in quotes)</weight_attribute> 
     135            <outcome_attribute type="quoted_string">fill in</outcome_attribute> 
     136            <weight_attribute type="quoted_string">fill in</weight_attribute> 
    137137            <control_totals type="string">fill in</control_totals> 
    138138       <current_year flags="hidden" type="string">year</current_year> 
    139             <control_total_attribute type="string">fill in (in quotes)</control_total_attribute> 
     139            <control_total_attribute type="quoted_string">fill in</control_total_attribute> 
    140140            <year_attribute type="quoted_string">year</year_attribute> 
    141141            <capacity_attribute parser_action="blank_to_None" type="string" />