epb_view_models 1.0.29 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,646 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema
3
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ xmlns="https://epbr.digital.communities.gov.uk/xsd/sap"
5
+ targetNamespace="https://epbr.digital.communities.gov.uk/xsd/sap"
6
+ elementFormDefault="qualified"
7
+ attributeFormDefault="unqualified"
8
+ version="19.1.0"
9
+ >
10
+ <xs:simpleType name="RecommendationSummaryCode">
11
+ <xs:restriction base="xs:string">
12
+ <xs:enumeration value="1">
13
+ <xs:annotation>
14
+ <xs:documentation>Insulate hot water cylinder with 80 mm jacket
15
+ </xs:documentation>
16
+ </xs:annotation>
17
+ </xs:enumeration>
18
+ <xs:enumeration value="2">
19
+ <xs:annotation>
20
+ <xs:documentation>Increase hot water cylinder insulation
21
+ </xs:documentation>
22
+ </xs:annotation>
23
+ </xs:enumeration>
24
+ <xs:enumeration value="3">
25
+ <xs:annotation>
26
+ <xs:documentation>Add additional 80 mm jacket to hot water cylinder
27
+ </xs:documentation>
28
+ </xs:annotation>
29
+ </xs:enumeration>
30
+ <xs:enumeration value="4">
31
+ <xs:annotation>
32
+ <xs:documentation>Hot water cylinder thermostat</xs:documentation>
33
+ </xs:annotation>
34
+ </xs:enumeration>
35
+ <xs:enumeration value="5">
36
+ <xs:annotation>
37
+ <xs:documentation>Increase loft insulation to 270 mm
38
+ </xs:documentation>
39
+ </xs:annotation>
40
+ </xs:enumeration>
41
+ <xs:enumeration value="6">
42
+ <xs:annotation>
43
+ <xs:documentation>Cavity wall insulation</xs:documentation>
44
+ </xs:annotation>
45
+ </xs:enumeration>
46
+ <xs:enumeration value="7">
47
+ <xs:annotation>
48
+ <xs:documentation>Internal or external wall insulation
49
+ </xs:documentation>
50
+ </xs:annotation>
51
+ </xs:enumeration>
52
+ <xs:enumeration value="8">
53
+ <xs:annotation>
54
+ <xs:documentation>Replace single glazed windows with low-E double
55
+ glazing
56
+ </xs:documentation>
57
+ </xs:annotation>
58
+ </xs:enumeration>
59
+ <xs:enumeration value="9">
60
+ <xs:annotation>
61
+ <xs:documentation>Secondary glazing to single glazed windows
62
+ </xs:documentation>
63
+ </xs:annotation>
64
+ </xs:enumeration>
65
+ <xs:enumeration value="10">
66
+ <xs:annotation>
67
+ <xs:documentation>Draught proofing</xs:documentation>
68
+ </xs:annotation>
69
+ </xs:enumeration>
70
+ <xs:enumeration value="11">
71
+ <xs:annotation>
72
+ <xs:documentation>Heating controls (programmer, room thermostat and
73
+ TRVs)
74
+ </xs:documentation>
75
+ </xs:annotation>
76
+ </xs:enumeration>
77
+ <xs:enumeration value="12">
78
+ <xs:annotation>
79
+ <xs:documentation>Heating controls (room thermostat and TRVs)
80
+ </xs:documentation>
81
+ </xs:annotation>
82
+ </xs:enumeration>
83
+ <xs:enumeration value="13">
84
+ <xs:annotation>
85
+ <xs:documentation>Heating controls (thermostatic radiator valves)
86
+ </xs:documentation>
87
+ </xs:annotation>
88
+ </xs:enumeration>
89
+ <xs:enumeration value="14">
90
+ <xs:annotation>
91
+ <xs:documentation>Heating controls (room thermostat)
92
+ </xs:documentation>
93
+ </xs:annotation>
94
+ </xs:enumeration>
95
+ <xs:enumeration value="15">
96
+ <xs:annotation>
97
+ <xs:documentation>Heating controls (programmer and TRVs)
98
+ </xs:documentation>
99
+ </xs:annotation>
100
+ </xs:enumeration>
101
+ <xs:enumeration value="16">
102
+ <xs:annotation>
103
+ <xs:documentation>Heating controls (time and temperature zone
104
+ control)
105
+ </xs:documentation>
106
+ </xs:annotation>
107
+ </xs:enumeration>
108
+ <xs:enumeration value="17">
109
+ <xs:annotation>
110
+ <xs:documentation>Heating controls (programmer and room thermostat)
111
+ </xs:documentation>
112
+ </xs:annotation>
113
+ </xs:enumeration>
114
+ <xs:enumeration value="18">
115
+ <xs:annotation>
116
+ <xs:documentation>Heating controls (room thermostat)
117
+ </xs:documentation>
118
+ </xs:annotation>
119
+ </xs:enumeration>
120
+ <xs:enumeration value="19">
121
+ <xs:annotation>
122
+ <xs:documentation>Solar water heating</xs:documentation>
123
+ </xs:annotation>
124
+ </xs:enumeration>
125
+ <xs:enumeration value="20">
126
+ <xs:annotation>
127
+ <xs:documentation>Replace boiler with new condensing boiler
128
+ </xs:documentation>
129
+ </xs:annotation>
130
+ </xs:enumeration>
131
+ <xs:enumeration value="21">
132
+ <xs:annotation>
133
+ <xs:documentation>Replace boiler with new condensing boiler
134
+ </xs:documentation>
135
+ </xs:annotation>
136
+ </xs:enumeration>
137
+ <xs:enumeration value="22">
138
+ <xs:annotation>
139
+ <xs:documentation>Replace boiler with biomass boiler
140
+ </xs:documentation>
141
+ </xs:annotation>
142
+ </xs:enumeration>
143
+ <xs:enumeration value="23">
144
+ <xs:annotation>
145
+ <xs:documentation>Wood pellet stove with boiler and radiators
146
+ </xs:documentation>
147
+ </xs:annotation>
148
+ </xs:enumeration>
149
+ <xs:enumeration value="24">
150
+ <xs:annotation>
151
+ <xs:documentation>Fan assisted storage heaters and dual immersion
152
+ cylinder
153
+ </xs:documentation>
154
+ </xs:annotation>
155
+ </xs:enumeration>
156
+ <xs:enumeration value="25">
157
+ <xs:annotation>
158
+ <xs:documentation>Fan assisted storage heaters</xs:documentation>
159
+ </xs:annotation>
160
+ </xs:enumeration>
161
+ <xs:enumeration value="26">
162
+ <xs:annotation>
163
+ <xs:documentation>Replacement warm air unit</xs:documentation>
164
+ </xs:annotation>
165
+ </xs:enumeration>
166
+ <xs:enumeration value="27">
167
+ <xs:annotation>
168
+ <xs:documentation>Change heating to gas condensing boiler
169
+ </xs:documentation>
170
+ </xs:annotation>
171
+ </xs:enumeration>
172
+ <xs:enumeration value="28">
173
+ <xs:annotation>
174
+ <xs:documentation>Condensing oil boiler with radiators
175
+ </xs:documentation>
176
+ </xs:annotation>
177
+ </xs:enumeration>
178
+ <xs:enumeration value="29">
179
+ <xs:annotation>
180
+ <xs:documentation>Change heating to gas condensing boiler
181
+ </xs:documentation>
182
+ </xs:annotation>
183
+ </xs:enumeration>
184
+ <xs:enumeration value="30">
185
+ <xs:annotation>
186
+ <xs:documentation>Fan assisted storage heaters and dual immersion
187
+ cylinder
188
+ </xs:documentation>
189
+ </xs:annotation>
190
+ </xs:enumeration>
191
+ <xs:enumeration value="31">
192
+ <xs:annotation>
193
+ <xs:documentation>Fan-assisted storage heaters</xs:documentation>
194
+ </xs:annotation>
195
+ </xs:enumeration>
196
+ <xs:enumeration value="32">
197
+ <xs:annotation>
198
+ <xs:documentation>Change heating to gas condensing boiler
199
+ </xs:documentation>
200
+ </xs:annotation>
201
+ </xs:enumeration>
202
+ <xs:enumeration value="34">
203
+ <xs:annotation>
204
+ <xs:documentation>Solar photovoltaic panels, 2.5 kWp
205
+ </xs:documentation>
206
+ </xs:annotation>
207
+ </xs:enumeration>
208
+ <xs:enumeration value="35">
209
+ <xs:annotation>
210
+ <xs:documentation>Low energy lighting for all fixed outlets
211
+ </xs:documentation>
212
+ </xs:annotation>
213
+ </xs:enumeration>
214
+ <xs:enumeration value="36">
215
+ <xs:annotation>
216
+ <xs:documentation>Replace heating unit with condensing unit
217
+ </xs:documentation>
218
+ </xs:annotation>
219
+ </xs:enumeration>
220
+ <xs:enumeration value="37">
221
+ <xs:annotation>
222
+ <xs:documentation>Condensing boiler (separate from the range cooker)
223
+ </xs:documentation>
224
+ </xs:annotation>
225
+ </xs:enumeration>
226
+ <xs:enumeration value="38">
227
+ <xs:annotation>
228
+ <xs:documentation>Condensing boiler (separate from the range cooker)
229
+ </xs:documentation>
230
+ </xs:annotation>
231
+ </xs:enumeration>
232
+ <xs:enumeration value="39">
233
+ <xs:annotation>
234
+ <xs:documentation>Wood pellet stove with boiler and radiators
235
+ </xs:documentation>
236
+ </xs:annotation>
237
+ </xs:enumeration>
238
+ <xs:enumeration value="40">
239
+ <xs:annotation>
240
+ <xs:documentation>Change room heaters to condensing boiler
241
+ </xs:documentation>
242
+ </xs:annotation>
243
+ </xs:enumeration>
244
+ <xs:enumeration value="41">
245
+ <xs:annotation>
246
+ <xs:documentation>Change room heaters to condensing boiler
247
+ </xs:documentation>
248
+ </xs:annotation>
249
+ </xs:enumeration>
250
+ <xs:enumeration value="42">
251
+ <xs:annotation>
252
+ <xs:documentation>Replace heating unit with mains gas condensing
253
+ unit
254
+ </xs:documentation>
255
+ </xs:annotation>
256
+ </xs:enumeration>
257
+ <xs:enumeration value="43">
258
+ <xs:annotation>
259
+ <xs:documentation>Condensing oil boiler with radiators
260
+ </xs:documentation>
261
+ </xs:annotation>
262
+ </xs:enumeration>
263
+ <xs:enumeration value="44">
264
+ <xs:annotation>
265
+ <xs:documentation>Wind turbine</xs:documentation>
266
+ </xs:annotation>
267
+ </xs:enumeration>
268
+ <xs:enumeration value="45">
269
+ <xs:annotation>
270
+ <xs:documentation>Flat roof insulation</xs:documentation>
271
+ </xs:annotation>
272
+ </xs:enumeration>
273
+ <xs:enumeration value="46">
274
+ <xs:annotation>
275
+ <xs:documentation>Room-in-roof insulation</xs:documentation>
276
+ </xs:annotation>
277
+ </xs:enumeration>
278
+ <xs:enumeration value="47">
279
+ <xs:annotation>
280
+ <xs:documentation>Floor insulation</xs:documentation>
281
+ </xs:annotation>
282
+ </xs:enumeration>
283
+ <xs:enumeration value="48">
284
+ <xs:annotation>
285
+ <xs:documentation>High performance external doors</xs:documentation>
286
+ </xs:annotation>
287
+ </xs:enumeration>
288
+ <xs:enumeration value="49">
289
+ <xs:annotation>
290
+ <xs:documentation>Heat recovery system for mixer showers
291
+ </xs:documentation>
292
+ </xs:annotation>
293
+ </xs:enumeration>
294
+ <xs:enumeration value="50">
295
+ <xs:annotation>
296
+ <xs:documentation>Flue gas heat recovery device in conjunction with
297
+ boiler
298
+ </xs:documentation>
299
+ </xs:annotation>
300
+ </xs:enumeration>
301
+ <xs:enumeration value="51">
302
+ <xs:annotation>
303
+ <xs:documentation>Air or ground source heat pump</xs:documentation>
304
+ </xs:annotation>
305
+ </xs:enumeration>
306
+ <xs:enumeration value="52">
307
+ <xs:annotation>
308
+ <xs:documentation>Air or ground source heat pump with underfloor
309
+ heating
310
+ </xs:documentation>
311
+ </xs:annotation>
312
+ </xs:enumeration>
313
+ <xs:enumeration value="53">
314
+ <xs:annotation>
315
+ <xs:documentation>Micro CHP</xs:documentation>
316
+ </xs:annotation>
317
+ </xs:enumeration>
318
+ <xs:enumeration value="54">
319
+ <xs:annotation>
320
+ <xs:documentation>Biomass boiler (Exempted Appliance if in Smoke
321
+ Control Area)
322
+ </xs:documentation>
323
+ </xs:annotation>
324
+ </xs:enumeration>
325
+ <xs:enumeration value="55">
326
+ <xs:annotation>
327
+ <xs:documentation>External insulation with cavity wall insulation
328
+ </xs:documentation>
329
+ </xs:annotation>
330
+ </xs:enumeration>
331
+ </xs:restriction>
332
+ </xs:simpleType>
333
+ <xs:simpleType name="RecommendationCategoryCode">
334
+ <xs:restriction base="xs:string">
335
+ <xs:enumeration value="1">
336
+ <xs:annotation>
337
+ <xs:documentation>Lower cost - this is for backwards compatibility
338
+ only and should not be used
339
+ </xs:documentation>
340
+ </xs:annotation>
341
+ </xs:enumeration>
342
+ <xs:enumeration value="2">
343
+ <xs:annotation>
344
+ <xs:documentation>Higher cost - this is for backwards compatibility
345
+ only and should not be used
346
+ </xs:documentation>
347
+ </xs:annotation>
348
+ </xs:enumeration>
349
+ <xs:enumeration value="3">
350
+ <xs:annotation>
351
+ <xs:documentation>Further measure - this is for backwards
352
+ compatibility only and should not be used
353
+ </xs:documentation>
354
+ </xs:annotation>
355
+ </xs:enumeration>
356
+ <xs:enumeration value="4">
357
+ <xs:annotation>
358
+ <xs:documentation>Deselected. This is for backwards compatibility only
359
+ and should not be used.
360
+ </xs:documentation>
361
+ </xs:annotation>
362
+ </xs:enumeration>
363
+ <xs:enumeration value="5">
364
+ <xs:annotation>
365
+ <xs:documentation>Normal measure</xs:documentation>
366
+ </xs:annotation>
367
+ </xs:enumeration>
368
+ <xs:enumeration value="6">
369
+ <xs:annotation>
370
+ <xs:documentation>Alternative measure</xs:documentation>
371
+ </xs:annotation>
372
+ </xs:enumeration>
373
+ </xs:restriction>
374
+ </xs:simpleType>
375
+ <xs:simpleType name="EnergyEfficiencySummaryCode">
376
+ <xs:restriction base="xs:string">
377
+ <xs:enumeration value="0">
378
+ <xs:annotation>
379
+ <xs:documentation>N/A</xs:documentation>
380
+ </xs:annotation>
381
+ </xs:enumeration>
382
+ <xs:enumeration value="1">
383
+ <xs:annotation>
384
+ <xs:documentation>Very Poor</xs:documentation>
385
+ </xs:annotation>
386
+ </xs:enumeration>
387
+ <xs:enumeration value="2">
388
+ <xs:annotation>
389
+ <xs:documentation>Poor</xs:documentation>
390
+ </xs:annotation>
391
+ </xs:enumeration>
392
+ <xs:enumeration value="3">
393
+ <xs:annotation>
394
+ <xs:documentation>Average</xs:documentation>
395
+ </xs:annotation>
396
+ </xs:enumeration>
397
+ <xs:enumeration value="4">
398
+ <xs:annotation>
399
+ <xs:documentation>Good</xs:documentation>
400
+ </xs:annotation>
401
+ </xs:enumeration>
402
+ <xs:enumeration value="5">
403
+ <xs:annotation>
404
+ <xs:documentation>Very Good</xs:documentation>
405
+ </xs:annotation>
406
+ </xs:enumeration>
407
+ </xs:restriction>
408
+ </xs:simpleType>
409
+ <xs:simpleType name="GreenDealCategoryCode">
410
+ <xs:restriction base="xs:string">
411
+ <xs:enumeration value="1">
412
+ <xs:annotation>
413
+ <xs:documentation>1. Not eligible for Green Deal</xs:documentation>
414
+ </xs:annotation>
415
+ </xs:enumeration>
416
+ <xs:enumeration value="2">
417
+ <xs:annotation>
418
+ <xs:documentation>2. Eligible with additional finance
419
+ </xs:documentation>
420
+ </xs:annotation>
421
+ </xs:enumeration>
422
+ <xs:enumeration value="3">
423
+ <xs:annotation>
424
+ <xs:documentation>3. Eligible without additional finance
425
+ </xs:documentation>
426
+ </xs:annotation>
427
+ </xs:enumeration>
428
+ <xs:enumeration value="NI">
429
+ <xs:annotation>
430
+ <xs:documentation>Not assessed. Use for alternative measures and for
431
+ new dwelling EPCs
432
+ </xs:documentation>
433
+ </xs:annotation>
434
+ </xs:enumeration>
435
+ </xs:restriction>
436
+ </xs:simpleType>
437
+ <xs:simpleType name="ReportStatusCode">
438
+ <xs:restriction base="xs:string">
439
+ <xs:enumeration value="cancelled">
440
+ <xs:annotation>
441
+ <xs:documentation>Cancelled</xs:documentation>
442
+ </xs:annotation>
443
+ </xs:enumeration>
444
+ <xs:enumeration value="entered">
445
+ <xs:annotation>
446
+ <xs:documentation>entered on the register</xs:documentation>
447
+ </xs:annotation>
448
+ </xs:enumeration>
449
+ <xs:enumeration value="appeal">
450
+ <xs:annotation>
451
+ <xs:documentation>under appeal</xs:documentation>
452
+ </xs:annotation>
453
+ </xs:enumeration>
454
+ <xs:enumeration value="removed">
455
+ <xs:annotation>
456
+ <xs:documentation>removed</xs:documentation>
457
+ </xs:annotation>
458
+ </xs:enumeration>
459
+ <xs:enumeration value="rejected">
460
+ <xs:annotation>
461
+ <xs:documentation>rejected</xs:documentation>
462
+ </xs:annotation>
463
+ </xs:enumeration>
464
+ <xs:enumeration value="under investigation">
465
+ <xs:annotation>
466
+ <xs:documentation>under investigation</xs:documentation>
467
+ </xs:annotation>
468
+ </xs:enumeration>
469
+ <xs:enumeration value="not for issue">
470
+ <xs:annotation>
471
+ <xs:documentation>not for issue</xs:documentation>
472
+ </xs:annotation>
473
+ </xs:enumeration>
474
+ </xs:restriction>
475
+ </xs:simpleType>
476
+ <xs:simpleType name="ReportTypeCode">
477
+ <xs:restriction base="xs:string">
478
+ <xs:enumeration value="1">
479
+ <xs:annotation>
480
+ <xs:documentation>Home Condition Report</xs:documentation>
481
+ </xs:annotation>
482
+ </xs:enumeration>
483
+ <xs:enumeration value="2">
484
+ <xs:annotation>
485
+ <xs:documentation>RdSAP Energy Performance Certificate
486
+ </xs:documentation>
487
+ </xs:annotation>
488
+ </xs:enumeration>
489
+ <xs:enumeration value="3">
490
+ <xs:annotation>
491
+ <xs:documentation>SAP Energy Performance Certificate
492
+ </xs:documentation>
493
+ </xs:annotation>
494
+ </xs:enumeration>
495
+ <xs:enumeration value="4">
496
+ <xs:annotation>
497
+ <xs:documentation>Interim RdSAP Energy Performance Certificate (to be
498
+ superseded by SAP EPC)
499
+ </xs:documentation>
500
+ </xs:annotation>
501
+ </xs:enumeration>
502
+ </xs:restriction>
503
+ </xs:simpleType>
504
+ <xs:simpleType name="TransactionType">
505
+ <xs:restriction base="xs:string">
506
+ <xs:enumeration value="1">
507
+ <xs:annotation>
508
+ <xs:documentation>marketed sale</xs:documentation>
509
+ </xs:annotation>
510
+ </xs:enumeration>
511
+ <xs:enumeration value="2">
512
+ <xs:annotation>
513
+ <xs:documentation>non marketed sale</xs:documentation>
514
+ </xs:annotation>
515
+ </xs:enumeration>
516
+ <xs:enumeration value="3">
517
+ <xs:annotation>
518
+ <xs:documentation>rental (social) - this is for backwards
519
+ compatibility only and should not be used
520
+ </xs:documentation>
521
+ </xs:annotation>
522
+ </xs:enumeration>
523
+ <xs:enumeration value="4">
524
+ <xs:annotation>
525
+ <xs:documentation>rental (private) - this is for backwards
526
+ compatibility only and should not be used
527
+ </xs:documentation>
528
+ </xs:annotation>
529
+ </xs:enumeration>
530
+ <xs:enumeration value="5">
531
+ <xs:annotation>
532
+ <xs:documentation>none of the above</xs:documentation>
533
+ </xs:annotation>
534
+ </xs:enumeration>
535
+ <xs:enumeration value="6">
536
+ <xs:annotation>
537
+ <xs:documentation>new dwelling</xs:documentation>
538
+ </xs:annotation>
539
+ </xs:enumeration>
540
+ <xs:enumeration value="7">
541
+ <xs:annotation>
542
+ <xs:documentation>not recorded - this is for backwards compatibility
543
+ only and should not be used
544
+ </xs:documentation>
545
+ </xs:annotation>
546
+ </xs:enumeration>
547
+ <xs:enumeration value="8">
548
+ <xs:annotation>
549
+ <xs:documentation>rental</xs:documentation>
550
+ </xs:annotation>
551
+ </xs:enumeration>
552
+ <xs:enumeration value="9">
553
+ <xs:annotation>
554
+ <xs:documentation>assessment for green deal</xs:documentation>
555
+ </xs:annotation>
556
+ </xs:enumeration>
557
+ <xs:enumeration value="10">
558
+ <xs:annotation>
559
+ <xs:documentation>following green deal</xs:documentation>
560
+ </xs:annotation>
561
+ </xs:enumeration>
562
+ <xs:enumeration value="11">
563
+ <xs:annotation>
564
+ <xs:documentation>FiT application</xs:documentation>
565
+ </xs:annotation>
566
+ </xs:enumeration>
567
+ </xs:restriction>
568
+ </xs:simpleType>
569
+ <xs:simpleType name="DisclosureCode">
570
+ <xs:annotation>
571
+ <xs:documentation>Code indicating any potential conflicts of interest or
572
+ commercial relationships with other parties.
573
+ </xs:documentation>
574
+ </xs:annotation>
575
+ <xs:restriction base="xs:string">
576
+ <xs:enumeration value="1">
577
+ <xs:annotation>
578
+ <xs:documentation>No related party</xs:documentation>
579
+ </xs:annotation>
580
+ </xs:enumeration>
581
+ <xs:enumeration value="2">
582
+ <xs:annotation>
583
+ <xs:documentation>Relative of homeowner or of occupier of the
584
+ property
585
+ </xs:documentation>
586
+ </xs:annotation>
587
+ </xs:enumeration>
588
+ <xs:enumeration value="3">
589
+ <xs:annotation>
590
+ <xs:documentation>Residing at the property</xs:documentation>
591
+ </xs:annotation>
592
+ </xs:enumeration>
593
+ <xs:enumeration value="4">
594
+ <xs:annotation>
595
+ <xs:documentation>Financial interest in the property
596
+ </xs:documentation>
597
+ </xs:annotation>
598
+ </xs:enumeration>
599
+ <xs:enumeration value="5">
600
+ <xs:annotation>
601
+ <xs:documentation>Owner or Director of the organisation dealing with
602
+ the property transaction
603
+ </xs:documentation>
604
+ </xs:annotation>
605
+ </xs:enumeration>
606
+ <xs:enumeration value="6">
607
+ <xs:annotation>
608
+ <xs:documentation>Employed by the professional dealing with the
609
+ property transaction
610
+ </xs:documentation>
611
+ </xs:annotation>
612
+ </xs:enumeration>
613
+ <xs:enumeration value="7">
614
+ <xs:annotation>
615
+ <xs:documentation>Relative of the professional dealing with the
616
+ property transaction
617
+ </xs:documentation>
618
+ </xs:annotation>
619
+ </xs:enumeration>
620
+ </xs:restriction>
621
+ </xs:simpleType>
622
+ <xs:simpleType name="TenureCode">
623
+ <xs:restriction base="xs:string">
624
+ <xs:enumeration value="1">
625
+ <xs:annotation>
626
+ <xs:documentation>owner-occupied</xs:documentation>
627
+ </xs:annotation>
628
+ </xs:enumeration>
629
+ <xs:enumeration value="2">
630
+ <xs:annotation>
631
+ <xs:documentation>rented (social)</xs:documentation>
632
+ </xs:annotation>
633
+ </xs:enumeration>
634
+ <xs:enumeration value="3">
635
+ <xs:annotation>
636
+ <xs:documentation>rented (private)</xs:documentation>
637
+ </xs:annotation>
638
+ </xs:enumeration>
639
+ <xs:enumeration value="ND">
640
+ <xs:annotation>
641
+ <xs:documentation>unknown</xs:documentation>
642
+ </xs:annotation>
643
+ </xs:enumeration>
644
+ </xs:restriction>
645
+ </xs:simpleType>
646
+ </xs:schema>