Schema 2 documentation

Generated from: scenario_2.xsd.

Key:

  abc           required (one)
[ def ]         optional (zero or one)
( ghi )*        any number (zero or more)
( jkl )+        at least one
( mno ){2,inf}  two or more occurrences

scenario

scenario

<scenario
    schemaVersion=int
    analysisNo=int
    maximumAgeYrs=double
    name=string
    popSize=int
    simulationDuration=int
    modelVersion=int
    wuID=int
    assimMode=("0" or "1")
    mode=("1" or "2" or "3" or "4")
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="scenario_2.xsd"
  >
IN THIS ORDER:
|   <demography ... /> 
|   <monitoring ... /> 
|   <interventions ... /> 
| [ <caseManagements ... /> ]
|   <healthSystem ... /> 
|   <entoData ... /> 
|   <parameters ... /> 
</scenario>

Documentation (element)

Units: List of elements

Description of scenario

Attributes

schemaVersion

schemaVersion=int

Version of xml schema. If not equal to the current version an error is thrown. Use SchemaTranslator to update xml files.

analysisNo

analysisNo=int

Units: Number Min: 1 Max: 100000000

Unique identifier of scenario

maximumAgeYrs

maximumAgeYrs=double

Units: Number Min: 0 Max: 100

Maximum age of simulated humans

name

name=string

Units: string

Name of intervention

popSize

popSize=int

Units: Count Min: 1 Max: 100000

Population size

simulationDuration

simulationDuration=int

Units: Time steps Min: 1 Max: 36500

Duration of main simulation

modelVersion

modelVersion=int

Units: Code Min: 0 Max: 100000000

Model Version

wuID

wuID=int

Units: Number Min: 1 Max: 100000000

Work unit ID. Only used to validate checkpointing, to prevent checkpoint cheats.

assimMode

assimMode=("0" or "1")

Units: Code

Assimilator mode. Defines output of simulator as either complete (columns: time,agegroup,measure,value) or minimal (single column: value)

mode

mode=("1" or "2" or "3" or "4")

Units: Code

Simulation mode

demography

scenariodemography

<demography
    name=string
  [ growthRate=double ]
  >
IN THIS ORDER:
|   <ageGroup ... /> 
</demography>

Documentation (element)

Units: List of elements

Description of demography

Documentation (type)

Units: List of elements

Description of demography

Attributes

name

name=string

Units: string

Name of demography data

growthRate

growthRate=double

Units: Number Min: 0 Max: 0

Growth rate of human population.

ageGroup

scenariodemographyageGroup

<ageGroup
    lowerbound=double
  >
IN THIS ORDER:
| ( <group ... /> )+
</ageGroup>

Documentation (element)

Units: List of elements

List of age groups included in demography

Documentation (type)

Units: List of elements

List of age groups included in demography or surveys

Attributes

lowerbound

lowerbound=double

Units: Years Min: 0 Max: 100

Lower bound of age group

group

scenariodemographyageGroupgroup

<group
    poppercent=double
    upperbound=double
  />

Attributes

poppercent

poppercent=double

upperbound

upperbound=double

monitoring

scenariomonitoring

<monitoring
    name=string
  >
IN THIS ORDER:
|   <surveys ... /> 
|   <ageGroup ... /> 
</monitoring>

Documentation (element)

Units: List of elements

Description of surveys

Documentation (type)

Units: List of elements

Description of surveys

Attributes

name

name=string

Units: string

Name of monitoring data

surveys

scenariomonitoringsurveys

<surveys
    detectionLimit=double
    summaryOption=int
  >
IN THIS ORDER:
|   <surveyTime ... /> 
</surveys>

Documentation (element)

Units: List of elements

List of survey times

Attributes

detectionLimit

detectionLimit=double

Units: parasites/micolitre Min: 0 Max: 1000

Detection limit for parasitemia

summaryOption

summaryOption=int

Units: Code

Requested output variables

surveyTime

scenariomonitoringsurveyssurveyTime

<surveyTime>
    int
</surveyTime>

Documentation (element)

Units: Number Min: 0

Survey time

ageGroup

scenariomonitoringageGroup

<ageGroup
    lowerbound=double
  >
IN THIS ORDER:
| ( <group ... /> )+
</ageGroup>

Documentation (element)

Units: List of elements

List of age groups included in demography or surveys

Documentation (type)

Units: List of elements

List of age groups included in surveys

Attributes

lowerbound

lowerbound=double

Units: Years Min: 0 Max: 100

Lower bound of age group

group

scenariomonitoringageGroupgroup

<group
    upperbound=double
  />

Attributes

upperbound

upperbound=double

interventions

scenariointerventions

<interventions
    name=string
  >
IN THIS ORDER:
| ( <vaccineDescription ... /> ){0,3}
| [ <iptiDescription ... /> ]
| [ <ITNDescription ... /> ]
| [ <continuous ... /> ]
| [ <timed ... /> ]
</interventions>

Documentation (element)

Units: List of elements

List of interventions

Documentation (type)

Units: List of elements

List of interventions

Attributes

name

name=string

Units: string

Name of age specific intervention

vaccineDescription

scenariointerventionsvaccineDescription

<vaccineDescription
    vaccineType=int
  >
IN THIS ORDER:
|   <halfLifeYrs ... /> 
|   <efficacyB ... /> 
| ( <initialEfficacy ... /> )+
</vaccineDescription>

Attributes

vaccineType

vaccineType=int

Units: Code

Type of vaccine

halfLifeYrs

scenariointerventionsvaccineDescriptionhalfLifeYrs

<halfLifeYrs
    value=double
  />

Documentation (element)

Units: Years Min: 0 Max: 100

Half life of drug effect

Attributes

value

value=double

TODO

efficacyB

scenariointerventionsvaccineDescriptionefficacyB

<efficacyB
    value=double
  />

Documentation (element)

Units: Positive real Min: 0.001 Max: 1.00E+06

Measure of variation in vaccine efficacy

Attributes

value

value=double

TODO

initialEfficacy

scenariointerventionsvaccineDescriptioninitialEfficacy

<initialEfficacy
    value=double
  />

Attributes

value

value=double

TODO

iptiDescription

scenariointerventionsiptiDescription

<iptiDescription
    iptiEffect=int
  >
IN THIS ORDER:
| ( <infGenotype ... /> )+
</iptiDescription>

Attributes

iptiEffect

iptiEffect=int

infGenotype

scenariointerventionsiptiDescriptioninfGenotype

<infGenotype
    name=string
    freq=double
    ACR=double
    proph=int
    tolPeriod=int
    atten=int
  />

Attributes

name

name=string

Units: string

Name of age specific intervention

freq

freq=double

ACR

ACR=double

proph

proph=int

tolPeriod

tolPeriod=int

atten

atten=int

ITNDescription

scenariointerventionsITNDescription

<ITNDescription>
IN THIS ORDER:
|   <halfLifeYrs ... /> 
|   <pu0 ... /> 
|   <pu1 ... /> 
|   <sporogonyGonotrophy ... /> 
</ITNDescription>

halfLifeYrs

scenariointerventionsITNDescriptionhalfLifeYrs

<halfLifeYrs
    value=double
  />

Documentation (element)

Units: Years Min: 0 Max: 100

Half life of drug effect

Attributes

value

value=double

TODO

pu0

scenariointerventionsITNDescriptionpu0

<pu0
    value=double
  />

Documentation (element)

Units: To be replaced

To be replaced

Attributes

value

value=double

TODO

pu1

scenariointerventionsITNDescriptionpu1

<pu1
    value=double
  />

Documentation (element)

Units: To be replaced

To be replaced

Attributes

value

value=double

TODO

sporogonyGonotrophy

scenariointerventionsITNDescriptionsporogonyGonotrophy

<sporogonyGonotrophy
    value=double
  />

Documentation (element)

Units: To be replaced

To be replaced

Attributes

value

value=double

TODO

continuous

scenariointerventionscontinuous

<continuous>
IN THIS ORDER:
| ( <vaccine ... /> )*
| ( <ITN ... /> )*
| ( <ipti ... /> )*
</continuous>

vaccine

scenariointerventionscontinuousvaccine

<vaccine
    targetAgeYrs=double
    coverage=double
  />

Documentation (element)

Units: List of elements

List of age groups for vaccination

Attributes

targetAgeYrs

targetAgeYrs=double

Units: Years Min: 0 Max: 100

Target age of intervention

coverage

coverage=double

Units: Proportion Min: 0 Max: 1

Coverage of intervention

ITN

scenariointerventionscontinuousITN

<ITN
    targetAgeYrs=double
    coverage=double
  />

Documentation (element)

Units: List of elements

Description of ITN deployment in the community

Attributes

targetAgeYrs

targetAgeYrs=double

Units: Years Min: 0 Max: 100

Target age of intervention

coverage

coverage=double

Units: Proportion Min: 0 Max: 1

Coverage of intervention

ipti

scenariointerventionscontinuousipti

<ipti
    targetAgeYrs=double
    coverage=double
  />

Documentation (element)

Units: List of elements

List of age groups for IPTi distribution

Attributes

targetAgeYrs

targetAgeYrs=double

Units: Years Min: 0 Max: 100

Target age of intervention

coverage

coverage=double

Units: Proportion Min: 0 Max: 1

Coverage of intervention

timed

scenariointerventionstimed

<timed>
IN THIS ORDER:
| ( <intervention ... /> )+
</timed>

Documentation (element)

Units: List of elements

List of timed interventions

Documentation (type)

Units: List of elements

List of timed interventions

intervention

scenariointerventionstimedintervention

<intervention
    time=int
  >
IN THIS ORDER:
| [ <changeHS ... /> ]
| [ <changeEIR ... /> ]
| [ <MDA ... /> ]
| [ <IRS ... /> ]
| [ <vaccinate ... /> ]
| [ <ITN ... /> ]
| [ <ipti ... /> ]
</intervention>

Attributes

time

time=int

Units: Number Min: 1 Max: 10000

Time step of intervention

changeHS

scenariointerventionstimedinterventionchangeHS

<changeHS
    name=string
    healthSystemMemory=int
  >
IN THIS ORDER:
|   <drugRegimen ... /> 
|   <initialACR ... /> 
|   <compliance ... /> 
|   <nonCompliersEffective ... /> 
|   <pSeekOfficialCareUncomplicated1 ... /> 
|   <pSelfTreatUncomplicated ... /> 
|   <pSeekOfficialCareUncomplicated2 ... /> 
|   <pSeekOfficialCareSevere ... /> 
|   <pSequelaeInpatient ... /> 
|   <CFR ... /> 
</changeHS>

Documentation (type)

Units: List of elements

Description of health system

Attributes

name

name=string

Units: string

Name of health system

healthSystemMemory

healthSystemMemory=int

Units: Time steps Min: 1 Max: 100

Follow-up period during which a recurrence is considered to be a treatment failure

drugRegimen

scenariohealthSystemdrugRegimen

<drugRegimen
    firstLine=string
    secondLine=string
    inpatient=string
  />

Documentation (element)

Units: List of elements

Description of drug regimen

Attributes

firstLine

firstLine=string

Units: Drug code

Code for first line drug

secondLine

secondLine=string

Units: Drug code

Code for second line drug

inpatient

inpatient=string

Units: Drug code

Code for drug used for treating inpatients

initialACR

scenariohealthSysteminitialACR

<initialACR>
IN THIS ORDER:
| [ <CQ ... /> ]
| [ <SP ... /> ]
| [ <AQ ... /> ]
| [ <SPAQ ... /> ]
| [ <ACT ... /> ]
| [ <QN ... /> ]
|   <selfTreatment ... /> 
</initialACR>

Documentation (element)

Units: Proportion Min: 0 Max: 1

Initial cure rate

CQ

scenariohealthSysteminitialACRCQ

<CQ
    value=double
  />

Documentation (element)

Units: List of elements

Chloroquine

Attributes

value

value=double

TODO

SP

scenariohealthSysteminitialACRSP

<SP
    value=double
  />

Documentation (element)

Units: List of elements

Sulphadoxine-pyrimethamine

Attributes

value

value=double

TODO

AQ

scenariohealthSysteminitialACRAQ

<AQ
    value=double
  />

Documentation (element)

Units: List of elements

Amodiaquine

Attributes

value

value=double

TODO

SPAQ

scenariohealthSysteminitialACRSPAQ

<SPAQ
    value=double
  />

Documentation (element)

Units: List of elements

Sulphadoxine-pyrimethamine/Amodiaquine

Attributes

value

value=double

TODO

ACT

scenariohealthSysteminitialACRACT

<ACT
    value=double
  />

Documentation (element)

Units: List of elements

Artemisinine combination therapy

Attributes

value

value=double

TODO

QN

scenariohealthSysteminitialACRQN

<QN
    value=double
  />

Documentation (element)

Units: List of elements

Quinine

Attributes

value

value=double

TODO

selfTreatment

scenariohealthSysteminitialACRselfTreatment

<selfTreatment
    value=double
  />

Documentation (element)

Units: Proportion Min: 0 Max: 1

Probability of self-treatment

Attributes

value

value=double

TODO

compliance

scenariohealthSystemcompliance

<compliance>
IN THIS ORDER:
| [ <CQ ... /> ]
| [ <SP ... /> ]
| [ <AQ ... /> ]
| [ <SPAQ ... /> ]
| [ <ACT ... /> ]
| [ <QN ... /> ]
|   <selfTreatment ... /> 
</compliance>

Documentation (element)

Units: Proportion Min: 0 Max: 1

Adherence to treatment

nonCompliersEffective

scenariohealthSystemnonCompliersEffective

<nonCompliersEffective>
IN THIS ORDER:
| [ <CQ ... /> ]
| [ <SP ... /> ]
| [ <AQ ... /> ]
| [ <SPAQ ... /> ]
| [ <ACT ... /> ]
| [ <QN ... /> ]
|   <selfTreatment ... /> 
</nonCompliersEffective>

Documentation (element)

Units: Proportion Min: 0 Max: 1

Effectiveness of treatment of non compliers

pSeekOfficialCareUncomplicated1

scenariohealthSystempSeekOfficialCareUncomplicated1

<pSeekOfficialCareUncomplicated1
    value=double
  />

Documentation (element)

Units: Proportion Min: 0 Max: 1

Probability that a patient with newly incident uncomplicated disease seeks official care

Attributes

value

value=double

TODO

pSelfTreatUncomplicated

scenariohealthSystempSelfTreatUncomplicated

<pSelfTreatUncomplicated
    value=double
  />

Documentation (element)

Units: Proportion Min: 0 Max: 1

Probability that a patient with uncomplicated disease self-treats

Attributes

value

value=double

TODO

pSeekOfficialCareUncomplicated2

scenariohealthSystempSeekOfficialCareUncomplicated2

<pSeekOfficialCareUncomplicated2
    value=double
  />

Documentation (element)

Units: Proportion Min: 0 Max: 1

Probability that a patient with recurrence of uncomplicated disease seeks official care

Attributes

value

value=double

TODO

pSeekOfficialCareSevere

scenariohealthSystempSeekOfficialCareSevere

<pSeekOfficialCareSevere
    value=double
  />

Documentation (element)

Units: Proportion Min: 0 Max: 1

Probability that a patient with severe disease seeks official care

Attributes

value

value=double

TODO

pSequelaeInpatient

scenariohealthSystempSequelaeInpatient

<pSequelaeInpatient>
IN THIS ORDER:
| ( <item ... /> )+
</pSequelaeInpatient>

Documentation (element)

Units: List of elements

List of age specific probabilities of sequelae in inpatients

item

scenariohealthSystempSequelaeInpatientitem

<item
    value=double
    maxAgeYrs=double
  />

Attributes

value

value=double

TODO

maxAgeYrs

maxAgeYrs=double

Units: Years Min: 0 Max: 100

Upper bound of age group

CFR

scenariohealthSystemCFR

<CFR>
IN THIS ORDER:
| ( <group ... /> )+
</CFR>

group

scenariohealthSystemCFRgroup

<group
    cfr=double
    lowerbound=double
  />

Attributes

cfr

cfr=double

Units: Proportion Min: 0 Max: 1

Case fatality rate

lowerbound

lowerbound=double

Units: Years Min: 0 Max: 100

Lower bound of age group

changeEIR

scenariointerventionstimedinterventionchangeEIR

<changeEIR
    name=string
    inputType=("EIR" or "Fourier")
  >
IN THIS ORDER:
| EXACTLY ONE OF:
| | ( <EIRDaily ... /> )+
| | ( <anopheles ... /> )+
</changeEIR>

Documentation (type)

Units: List of elements

Data for entomodel: TODO: choice element

Attributes

name

name=string

Units: string

Name of entomology data

inputType

inputType=("EIR" or "Fourier")

EIRDaily

scenarioentoDataEIRDaily

<EIRDaily
  [ origin=string ]
  >
    double
</EIRDaily>

Documentation (type)

Units: Number Min: 0

Value of daily EIR

Attributes

origin

origin=string

anopheles

scenarioentoDataanopheles

<anopheles
    mosquito=string
    useNv0Guess=boolean
  >
IN THIS ORDER:
|   <eir ... /> 
|   <mosq ... /> 
</anopheles>

Attributes

mosquito

mosquito=string

useNv0Guess

useNv0Guess=boolean

eir

scenarioentoDataanopheleseir

<eir
    a0=double
    a1=double
    a2=double
    b1=double
    b2=double
    EIRRotateAngle=double
  />

Documentation (element)

Units: Element

Description of entomological inoculation rate

Attributes

a0

a0=double

a1

a1=double

a2

a2=double

b1

b1=double

b2

b2=double

EIRRotateAngle

EIRRotateAngle=double

mosq

scenarioentoDataanophelesmosq

<mosq
    mosqRestDuration=int
    mosqSeekingDeathRate=double
    mosqSeekingDuration=double
    mosqProbBiting=double
    mosqProbFindRestSite=double
    mosqProbResting=double
    mosqProbOvipositing=double
  />

Documentation (element)

Units: List of elements

Vector species

Attributes

mosqRestDuration

mosqRestDuration=int

mosqSeekingDeathRate

mosqSeekingDeathRate=double

mosqSeekingDuration

mosqSeekingDuration=double

mosqProbBiting

mosqProbBiting=double

mosqProbFindRestSite

mosqProbFindRestSite=double

mosqProbResting

mosqProbResting=double

mosqProbOvipositing

mosqProbOvipositing=double

MDA

scenariointerventionstimedinterventionMDA

<MDA
    maxAge=double
    minAge=double
    coverage=double
  />

Documentation (element)

Units: List of elements

Description of mass drug deployment in the community

Attributes

maxAge

maxAge=double

Units: Years Min: 0 Max: 100

Maximum age of eligible individuals

minAge

minAge=double

Units: Years Min: 0 Max: 100

Minimum age of eligible individuals

coverage

coverage=double

Units: Proportion Min: 0 Max: 1

Coverage of intervention

IRS

scenariointerventionstimedinterventionIRS

<IRS/>

vaccinate

scenariointerventionstimedinterventionvaccinate

<vaccinate
    maxAge=double
    minAge=double
    coverage=double
  />

Documentation (element)

Units: List of elements

Description of vaccine deployment in the community

Attributes

maxAge

maxAge=double

Units: Years Min: 0 Max: 100

Maximum age of eligible individuals

minAge

minAge=double

Units: Years Min: 0 Max: 100

Minimum age of eligible individuals

coverage

coverage=double

Units: Proportion Min: 0 Max: 1

Coverage of intervention

ITN

scenariointerventionstimedinterventionITN

<ITN
    maxAge=double
    minAge=double
    coverage=double
  />

Documentation (element)

Units: List of elements

Description of ITN deployment in the community

Attributes

maxAge

maxAge=double

Units: Years Min: 0 Max: 100

Maximum age of eligible individuals

minAge

minAge=double

Units: Years Min: 0 Max: 100

Minimum age of eligible individuals

coverage

coverage=double

Units: Proportion Min: 0 Max: 1

Coverage of intervention

ipti

scenariointerventionstimedinterventionipti

<ipti
    maxAge=double
    minAge=double
    coverage=double
  />

Documentation (element)

Units: List of elements

List of age groups for IPTi distribution

Attributes

maxAge

maxAge=double

Units: Years Min: 0 Max: 100

Maximum age of eligible individuals

minAge

minAge=double

Units: Years Min: 0 Max: 100

Minimum age of eligible individuals

coverage

coverage=double

Units: Proportion Min: 0 Max: 1

Coverage of intervention

caseManagements

scenariocaseManagements

<caseManagements
    name=string
  >
IN THIS ORDER:
| ( <caseManagement ... /> )+
</caseManagements>

Documentation (element)

Units: List of elements

List of case managment interventions

Documentation (type)

Units: List of elements

List of age-specific case managment descriptions

Attributes

name

name=string

Units: string

Name of age specific intervention

caseManagement

scenariocaseManagementscaseManagement

<caseManagement
  [ minAgeYrs=decimal ]
    maxAgeYrs=decimal
  >
IN THIS ORDER:
|   <uc1 ... /> 
|   <uc2 ... /> 
|   <sev ... /> 
|   <nmf ... /> 
|   <decisions ... /> 
</caseManagement>

Documentation (element)

Units: List of elements

Age-specific case management description, describes entry-points and decisions, with entry-point-specific decision probabilities

Attributes

minAgeYrs

minAgeYrs=decimal

maxAgeYrs

maxAgeYrs=decimal

Units: Years Min: 0 Max: 100

Upper bound of age group

uc1

scenariocaseManagementscaseManagementuc1

<uc1>
IN THIS ORDER:
| ( <endPoint ... /> )+
</uc1>

endPoint

scenariocaseManagementscaseManagementuc1endPoint

<endPoint
    decision=int
    p=double
  />

Attributes

decision

decision=int

Foreign key reference to outcome node

p

p=double

Units: Proportion Min: 0 Max: 1

Probability of outcome

uc2

scenariocaseManagementscaseManagementuc2

<uc2>
IN THIS ORDER:
| ( <endPoint ... /> )+
</uc2>

sev

scenariocaseManagementscaseManagementsev

<sev>
IN THIS ORDER:
| ( <endPoint ... /> )+
</sev>

nmf

scenariocaseManagementscaseManagementnmf

<nmf>
IN THIS ORDER:
| ( <endPoint ... /> )+
</nmf>

decisions

scenariocaseManagementscaseManagementdecisions

<decisions>
IN THIS ORDER:
| ( <decision ... /> )+
</decisions>

decision

scenariocaseManagementscaseManagementdecisionsdecision

<decision
    id=int
  >
IN THIS ORDER:
| ( <medicate ... /> )+
</decision>

Documentation (element)

Units: List of elements

describes treatment decisions, a list of medicate descisions.

Attributes

id

id=int

Units: Number

Key of decision

medicate

scenariocaseManagementscaseManagementdecisionsdecisionmedicate

<medicate
    name=string
    qty=int
    time=int
  />

Attributes

name

name=string

Units: string

Name of drug compound

qty

qty=int

Units: Number

Quantity of drug compound

time

time=int

Units: Number Min: 1 Max: 10000

Time step of intervention

healthSystem

scenariohealthSystem

<healthSystem
    name=string
    healthSystemMemory=int
  >
IN THIS ORDER:
|   <drugRegimen ... /> 
|   <initialACR ... /> 
|   <compliance ... /> 
|   <nonCompliersEffective ... /> 
|   <pSeekOfficialCareUncomplicated1 ... /> 
|   <pSelfTreatUncomplicated ... /> 
|   <pSeekOfficialCareUncomplicated2 ... /> 
|   <pSeekOfficialCareSevere ... /> 
|   <pSequelaeInpatient ... /> 
|   <CFR ... /> 
</healthSystem>

Documentation (element)

Units: List of elements

Description of health system

Documentation (type)

Units: List of elements

Description of health system

Attributes

name

name=string

Units: string

Name of health system

healthSystemMemory

healthSystemMemory=int

Units: Time steps Min: 1 Max: 100

Follow-up period during which a recurrence is considered to be a treatment failure

entoData

scenarioentoData

<entoData
    name=string
    inputType=("EIR" or "Fourier")
  >
IN THIS ORDER:
| EXACTLY ONE OF:
| | ( <EIRDaily ... /> )+
| | ( <anopheles ... /> )+
</entoData>

Documentation (element)

Units: List of elements

Description of entomological data

Documentation (type)

Units: List of elements

Data for entomodel: TODO: choice element

Attributes

name

name=string

Units: string

Name of entomology data

inputType

inputType=("EIR" or "Fourier")

parameters

scenarioparameters

<parameters
    interval=int
    iseed=int
    delta=double
    eipDuration=int
    latentp=int
  >
IN THIS ORDER:
| ( <parameter ... /> )+
</parameters>

Documentation (element)

Parameters for mathematical model

Documentation (type)

Units: List of elements

Parameter vector

Attributes

interval

interval=int

Units: Days

Simulation step

iseed

iseed=int

Units: Number

Seed for RNG

delta

delta=double

Units: ? Redundant

this no longer seems to be used

eipDuration

eipDuration=int

Units: Count Min: 0 Max: 50

The duration of sporogony in days

latentp

latentp=int

Units: Time steps Min: 0 Max: 20

pre-erythrocytic latent period, in time steps

parameter

scenarioparametersparameter

<parameter
    name=string
    number=int
    value=double
  [ include=boolean ]
  />

Attributes

name

name=string

Units: string

Name of parameter

number

number=int

Units: Number Min: 1 Max: 100

Reference number of input parameter

value

value=double

Units: Number Min: 0

Parameter value

include

include=boolean

Units: Number Min: 0 Max: 1

True if parameter is to be sampled in optimization runs. Not used in simulator app.