/sigmah/src/test/resources/dbunit/sites-deleted.db.xml
XML | 318 lines | 203 code | 88 blank | 27 comment | 0 complexity | 8294e759693f51e55f5f85dc94b0846b MD5 | raw file
1<?xml version="1.0"?> 2<!-- 3 ~ All Sigmah code is released under the GNU General Public License v3 4 ~ See COPYRIGHT.txt and LICENSE.txt. 5 --> 6 7<dataset> 8 9 10 <!-- Country setup --> 11 12 <country countryId="1" name="Rdc" x1="0" y1="0" x2="0" y2="0" /> 13 14 <adminLevel countryId="1" adminLevelId="1" name="Province" AllowAdd="0" /> 15 <adminLevel countryId="1" adminLevelId="2" name="Territoire" AllowAdd="0" ParentId="1"/> 16 17 <locationType locationTypeId="1" countryId="1" name="localite" reuse="1"/> 18 <locationType locationTypeId="2" countryId="1" name="Health Center" reuse="1"/> 19 <locationType locationTypeId="3" countryId="1" name="Territorie" reuse="1" BoundAdminLevelId="2"/> 20 21 <adminEntity adminLevelId="1" adminEntityId="1" name="Kinshasa" code="10" x1="0" y1="0" x2="0" y2="0"/> 22 <adminEntity adminLevelId="1" adminEntityId="2" name="Sud Kivu" code="20" x1="0" y1="0" x2="0" y2="0"/> 23 <adminEntity adminLevelId="1" adminEntityId="3" name="Nord Kivu" code="30" x1="0" y1="0" x2="0" y2="0"/> 24 <adminEntity adminLevelId="1" adminEntityId="4" name="Ituri" code="40" x1="0" y1="0" x2="0" y2="0"/> 25 26 <adminEntity adminLevelId="2" adminEntityId="10" adminEntityParentId="4" name="Bukavu" code="203" x1="0" y1="0" x2="0" y2="0"/> 27 <adminEntity adminLevelId="2" adminEntityId="11" adminEntityParentId="2" name="Walungu" code="201" x1="0" y1="0" x2="0" y2="0"/> 28 <adminEntity adminLevelId="2" adminEntityId="12" adminEntityParentId="2" name="Shabunda" code="202" x1="0" y1="0" x2="0" y2="0"/> 29 <adminEntity adminLevelId="2" adminEntityId="13" adminEntityParentId="2" name="Kalehe" code="203" x1="0" y1="0" x2="0" y2="0"/> 30 <adminEntity adminLevelId="2" adminEntityId="21" adminEntityParentId="4" name="Irumu" code="203" x1="0" y1="0" x2="0" y2="0"/> 31 32 33 34 <!-- User setup --> 35 <userLogin userId="1" name="Alex" email="akbertram@gmail.com" password="$2a$10$zc7fiaYWXwIN7w4LtFQL7u1ng3vbSNaJ7X24hzISDRMpWpvOHZu1." locale="fr" newUser="1" /> 36 37 <!-- Attributes --> 38 39 <!-- NFI Attribute 1: Cause --> 40 41 <attributeGroup attributeGroupId="1" 42 name="cause" 43 multipleAllowed="1" 44 sortOrder="2"/> 45 46 <attribute attributeGroupId="1" 47 attributeId="1" 48 sortOrder="2" 49 name="Catastrophe Naturelle" /> 50 <attribute attributeGroupId="1" 51 attributeId="2" 52 sortOrder="1" 53 name="Deplacement"/> 54 55 <!-- NFI Attribute 2: Contenu de Kit --> 56 57 <attributeGroup attributeGroupId="2" 58 name="contenu du kit" 59 multipleAllowed="1" 60 sortOrder="1"/> 61 62 <attribute attributeGroupId="2" 63 attributeId="3" 64 name="Casserole" 65 sortOrder="1" /> 66 67 <attribute attributeGroupId="2" 68 attributeId="4" 69 name="Soap" 70 sortOrder="2"/> 71 72 <!-- Database: PEAR --> 73 74 <userDatabase databaseId="1" name="PEAR" countryId="1" ownerUserId="1" lastSchemaUpdate="2009-01-01"/> 75 76 77 <!-- PEAR Activity 1 : NFI Distribution --> 78 79 <activity activityId="1" 80 databaseId="1" 81 name="NFI" 82 reportingFrequency="0" 83 allowEdit="1" 84 isAssessment="0" 85 sortOrder="1" 86 locationTypeId="1" /> 87 88 89 <attributeGroupInActivity activityId="1" attributeGroupId="1"/> 90 <attributeGroupInActivity activityId="1" attributeGroupId="2"/> 91 92 <!-- NFI Indicator 1: Beneficiaries --> 93 94 <indicator indicatorId="1" 95 activityId="1" 96 databaseId="1" 97 name="beneficiaries" 98 units="menages" 99 aggregation="0" 100 category="inputs" 101 description="falling in lve" 102 listHeader="no header really" 103 collectIntervention="1" 104 collectMonitoring="1" 105 sortOrder="2" /> 106 107 <!-- NFI Indicator 2: Bache --> 108 109 <indicator indicatorId="2" 110 activityId="1" 111 databaseId="1" 112 name="baches" 113 units="menages" 114 aggregation="0" 115 collectIntervention="1" 116 collectMonitoring="1" 117 category="outputs" 118 listHeader="header" 119 description="desc" 120 dateDeleted="2009-01-16" 121 sortOrder="1" /> 122 123 <!-- NFI Indicator 3: Number of Distributions --> 124 125 <indicator indicatorId="103" 126 activityId="1" 127 databaseId="1" 128 name="Nb. of distributions" 129 units="distributions" 130 aggregation="2" 131 collectIntervention="0" 132 collectMonitoring="0" 133 category="outputs" 134 listHeader="distribs" 135 description="Nomber of distributions effectuees" 136 dateDeleted="2009-01-16" 137 sortOrder="3" /> 138 139 140 <!-- PEAR Activity 2 : Kits Scolaire --> 141 142 <activity activityId="2" 143 databaseId="1" 144 name="Distribution de Kits Scolaire" 145 reportingFrequency="0" 146 allowEdit="1" 147 isAssessment="0" 148 sortOrder="1" 149 locationTypeId="1" /> 150 151 <attributeGroupInActivity activityId="2" attributeGroupId="1"/> 152 153 <!-- Database: PEAR PLUS --> 154 155 <userDatabase databaseId="2" name="PEAR Plus" countryId="1" ownerUserId="1" 156 dateDeleted="2009-01-16" lastSchemaUpdate="2009-01-16"/> 157 158 <!-- PEAR PLUS Activity #1 - Support to health centers (monthly reporting) --> 159 160 <activity activityId="3" 161 databaseId="2" 162 name="Appui aux centres de sant?" 163 reportingFrequency="1" 164 allowEdit="1" 165 isAssessment="0" 166 sortOrder="1" 167 locationTypeId="1" /> 168 169 170 <!-- Appui CS Indicator 1: Utilisation Rate --> 171 172 <indicator indicatorId="5" 173 activityId="3" 174 databaseId="2" 175 name="Utilisaton rate" 176 units="nc/hab/month" 177 aggregation="1" 178 collectIntervention="1" 179 collectMonitoring="0" 180 category="outputs" 181 listHeader="header" 182 description="desc" 183 sortOrder="1" 184 /> 185 186 <activity activityId="4" 187 databaseId="2" 188 name="Reunification of child soliders" 189 reportingFrequency="1" 190 allowEdit="1" 191 isAssessment="0" 192 sortOrder="1" 193 locationTypeId="3" /> 194 195 <indicator indicatorId="6" 196 activityId="4" 197 databaseId="2" 198 name="Number of children" 199 units="children" 200 aggregation="1" 201 collectIntervention="1" 202 collectMonitoring="0" 203 listHeader="kids" 204 description="desc" 205 sortOrder="1"/> 206 207 208 209 <!-- PEAR Partners --> 210 211 <partner partnerId="1" name="NRC" /> 212 <partnerInDatabase partnerId="1" databaseId="1"/> 213 214 <partner partnerId="2" name="Solidarites" /> 215 <partnerInDatabase partnerId="2" databaseId="1"/> 216 217 218 <!-- id=1 NFI Distribution at Penekusu, Sud Kivu 2 jan 2009--> 219 220 <location locationId="1" name="Penekusu" locationTypeId="1" X="1.532" Y="27.323" /> 221 <locationAdminLink locationId="1" adminEntityId="2"/> 222 <locationAdminLink locationId="1" adminEntityId="12"/> 223 224 <site siteId="1" databaseId="1" activityId="1" locationId="1" partnerId="1" Status="1" target="0" Date1="2009-01-01" 225 Date2="2009-01-02" DateCreated="2009-02-01" DateEdited="2009-02-01" 226 DateDeleted="2009-01-16" /> 227 <attributeValue siteId="1" attributeId="1" value="0"/> 228 <attributeValue siteId="1" attributeId="2" value="1"/> 229 230 <reportingPeriod reportingPeriodId="1" siteId="1" monitoring="0" date1="2009-01-01" date2="2009-01-02" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 231 <indicatorValue reportingPeriodId="1" indicatorId="1" value="1500"/> 232 <indicatorValue reportingPeriodId="1" indicatorId="2" value="500"/> 233 234 235 <!-- id=2 NFI Distribution at Ngwshe, Sud Kivu 16 jan 2009 --> 236 237 <location locationId="2" name="Ngshwe" locationTypeId="1" X="1.323" Y="28.232" /> 238 <locationAdminLink locationId="2" adminEntityId="2"/> 239 <locationAdminLink locationId="2" adminEntityId="11"/> 240 241 <site siteId="2" databaseId="1" activityId="1" locationId="2" partnerId="1" Status="1" target="1" Date1="2009-01-15" Date2="2009-01-16" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 242 <attributeValue siteId="2" attributeId="1" value="1"/> 243 <attributeValue siteId="2" attributeId="2" value="1"/> 244 245 <reportingPeriod reportingPeriodId="2" siteId="2" monitoring="0" date1="2009-01-15" date2="2009-01-16" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 246 <indicatorValue reportingPeriodId="2" indicatorId="1" value="3600"/> 247 <indicatorValue reportingPeriodId="2" indicatorId="2" value="1200"/> 248 249 <!-- id=3 NFI Distribution at Boga, Ituri 2008 --> 250 251 <location locationId="3" name="Boga" locationTypeId="1" X="3.323" Y="27.232" /> 252 <locationAdminLink locationId="3" adminEntityId="4"/> 253 <locationAdminLink locationId="3" adminEntityId="21"/> 254 255 <site siteId="3" databaseId="1" activityId="1" locationId="3" partnerId="2" Status="1" target="0" Date1="2008-10-05" Date2="2008-10-06" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 256 <attributeValue siteId="3" attributeId="1" value="1"/> 257 <attributeValue siteId="3" attributeId="2" value="0"/> 258 259 <reportingPeriod reportingPeriodId="3" siteId="3" monitoring="0" date1="2008-10-05" date2="2008-10-06" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 260 <indicatorValue reportingPeriodId="3" indicatorId="1" value="10000"/> 261 <indicatorValue reportingPeriodId="3" indicatorId="2" value="500"/> 262 263 264 <!-- PEAR Plus Health Center Support in Ngweshe --> 265 266 <location locationId="9" name="CS Ngweshe" locationTypeId="2" X="3.23" Y="27.232" /> 267 <locationAdminLink locationId="9" adminEntityId="2"/> 268 <locationAdminLink locationId="9" adminEntityId="11"/> 269 270 <site siteId="9" databaseId="2" activityId="3" locationId="9" partnerId="1" Status="1" target="0" Date1="2009-01-01" Date2="2009-12-31" DateCreated="2009-01-01" DateEdited="2009-01-01" /> 271 272 <reportingPeriod reportingPeriodId="91" siteId="9" monitoring="0" date1="2009-01-01" date2="2009-01-31" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 273 <indicatorValue reportingPeriodId="91" indicatorId="5" value="0.1"/> 274 275 <reportingPeriod reportingPeriodId="92" siteId="9" monitoring="0" date1="2009-02-01" date2="2009-02-28" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 276 <indicatorValue reportingPeriodId="92" indicatorId="5" value="0.3"/> 277 278 <reportingPeriod reportingPeriodId="93" siteId="9" monitoring="0" date1="2009-03-01" date2="2009-03-30" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 279 <indicatorValue reportingPeriodId="93" indicatorId="5" value="0.4"/> 280 281 282 <!-- Kit scolaires in Bukavu --> 283 <location locationId="4" name="Boga" locationTypeId="1" X="3.323" Y="27.232" /> 284 <locationAdminLink locationId="4" adminEntityId="2"/> 285 <locationAdminLink locationId="4" adminEntityId="10"/> 286 287 <site siteId="4" databaseId="1" activityId="2" locationId="4" partnerId="2" Status="1" target="0" Date1="2008-10-06" Date2="2008-11-06" DateCreated="2009-10-05" DateEdited="2009-10-05" /> 288 289 <!-- Kit scolaires in Boga Ituri --> 290 291 <site siteId="5" databaseId="1" activityId="2" locationId="3" partnerId="1" Status="1" target="0" Date1="2008-10-05" Date2="2008-10-05" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 292 293 294 295 296 <!-- PEAR Plus child reunification in Walungu --> 297 298 <location locationId="6" name="Walungu" locationTypeId="3" /> 299 <locationAdminLink locationId="6" adminEntityId="3"/> 300 <locationAdminLink locationId="6" adminEntityId="11"/> 301 302 <site siteId="6" databaseId="2" activityId="4" locationId="6" partnerId="1" Status="1" target="0" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 303 304 <reportingPeriod reportingPeriodId="601" siteId="6" monitoring="0" date1="2009-01-01" date2="2009-01-31" DateCreated="2009-01-01" DateEdited="2009-01-01"/> 305 <indicatorValue reportingPeriodId="601" indicatorId="6" value="35"/> 306 307 <reportingPeriod reportingPeriodId="602" siteId="6" monitoring="0" date1="2009-02-01" date2="2009-02-28" DateCreated="2009-01-01" DateEdited="2009-01-01"/> 308 <indicatorValue reportingPeriodId="602" indicatorId="6" value="70"/> 309 310 311 <!-- PEAR Plus child reunification in Shabunda --> 312 313 <location locationId="7" name="Shabunda" locationTypeId="3" /> 314 <locationAdminLink locationId="7" adminEntityId="3"/> 315 <locationAdminLink locationId="7" adminEntityId="12"/> 316 317 <site siteId="7" databaseId="2" activityId="4" locationId="7" partnerId="1" Status="1" target="0" DateCreated="2009-02-01" DateEdited="2009-02-01" /> 318</dataset>