Step 11: Ethnicity ================== Model Description ----------------- .. include:: Step11/code/model_info.mpp :start-after: NOTE(model, EN) :end-before: */ The new Ethnicity.mpp Module ---------------------------- .. include:: Step11/code/Ethnicity.mpp :start-after: NOTE(Ethnicity, EN) :end-before: */ .. include:: Step11/code/Ethnicity.mpp :start-after: */ :code: Defining Ethnic Groups in _CountryContext.mpp --------------------------------------------- .. include:: Step11/code/_CountryContext.mpp :start-after: //ADD11 :end-before: //ENDADD11 :code: Initializations in the Start() Function --------------------------------------- The state ethnicity is added to the list of variables initiated in the Start() Function. .. include:: Step11/code/PersonCore.mpp :start-after: //ADD11 :end-before: //ENDADD11 :code: