epb_view_models 2.2.21 → 2.3.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.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/api/schemas/data/orchestrate.json +4 -0
  3. data/api/schemas/xml/CEPC-S-7.0/Reports/BaseDataTypes.xsd +296 -296
  4. data/api/schemas/xml/CEPC-S-7.0/Reports/CEPC-Reports.xsd +63 -63
  5. data/api/schemas/xml/CEPC-S-7.0/Reports/Input-Data.xsd +34 -34
  6. data/api/schemas/xml/CEPC-S-7.0/Reports/Performance-Summary.xsd +120 -120
  7. data/api/schemas/xml/CEPC-S-7.0/Reports/Property.xsd +67 -67
  8. data/api/schemas/xml/CEPC-S-7.0/Reports/Report-Header.xsd +178 -178
  9. data/api/schemas/xml/CEPC-S-7.0/Reports/Reported-Data.xsd +391 -391
  10. data/api/schemas/xml/CEPC-S-7.0/Reports/UserManagement.xsd +171 -171
  11. data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
  12. data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
  13. data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
  14. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
  15. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
  16. data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
  17. data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
  18. data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
  19. data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
  20. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/CommonFiles/CommonStructures.xsd +160 -0
  21. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/CommonFiles/Exceptions.xsd +72 -0
  22. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/ExternalDefinitions.xsd +147 -0
  23. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  24. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  25. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  26. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  27. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  28. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  29. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  30. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  31. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  32. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  33. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  34. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  35. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  36. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  37. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  38. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/Property.xsd +68 -0
  39. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  40. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  41. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/UserManagement.xsd +215 -0
  42. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  43. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  44. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  45. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  46. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/EPC-Certificate.xsd +252 -0
  47. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/EPC-CollectedData.xsd +444 -0
  48. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -0
  49. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -0
  50. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -0
  51. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -0
  52. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -0
  53. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-RiskAssessment.xsd +297 -0
  54. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HIP-Reports.xsd +220 -0
  55. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/Property.xsd +73 -0
  56. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/UserManagement.xsd +257 -0
  57. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/BaseDataTypes.xsd +176 -0
  58. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/EPC-Domains.xsd +743 -0
  59. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/HCR-Domains.xsd +1773 -0
  60. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/SAP-Domains.xsd +1134 -0
  61. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/SharedDomains.xsd +660 -0
  62. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/TypeDefinitions.xsd +19 -0
  63. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xml +1456 -1456
  64. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xsd +236 -236
  65. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/AssessorManagement.xsd +16 -16
  66. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-Certificate.xsd +388 -388
  67. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-CollectedData.xsd +784 -784
  68. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -283
  69. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -222
  70. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -205
  71. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -311
  72. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -380
  73. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-RiskAssessment.xsd +298 -298
  74. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/Property.xsd +67 -67
  75. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/SAP-Reports.xsd +201 -201
  76. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/UserManagement.xsd +259 -259
  77. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/BaseDataTypes.xsd +176 -176
  78. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/EPC-Domains.xsd +881 -881
  79. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/HCR-Domains.xsd +1779 -1779
  80. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SAP-Domains.xsd +1650 -1650
  81. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SharedDomains.xsd +768 -768
  82. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/TypeDefinitions.xsd +19 -19
  83. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xml +1456 -1456
  84. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xsd +236 -236
  85. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/AssessorManagement.xsd +208 -208
  86. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  87. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-CollectedData.xsd +957 -957
  88. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ExceptionList.xsd +18 -18
  89. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/Property.xsd +66 -66
  90. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd +180 -180
  91. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ReportList.xsd +26 -26
  92. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/EPC-Domains.xsd +843 -843
  93. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/SAP-Domains.xsd +2541 -2541
  94. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xml +1456 -1456
  95. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xsd +236 -236
  96. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  97. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  98. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-CollectedData.xsd +966 -966
  99. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ExceptionList.xsd +18 -18
  100. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/Property.xsd +66 -66
  101. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -175
  102. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ReportList.xsd +26 -26
  103. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/EPC-Domains.xsd +853 -853
  104. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/SAP-Domains.xsd +2551 -2551
  105. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  106. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  107. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  108. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  109. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  110. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  111. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  112. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  113. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  114. data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.cs +11846 -11846
  115. data/lib/epb_view_models.rb +1 -1
  116. data/lib/view_model/factory.rb +1 -0
  117. data/lib/view_model/rd_sap_schema_s_140/common_schema.rb +550 -0
  118. data/lib/view_model/rd_sap_wrapper.rb +2 -0
  119. metadata +45 -1
@@ -1,768 +1,768 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" xmlns:HIP="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" elementFormDefault="qualified" version="LIG-16.1">
3
- <xs:annotation>
4
- <xs:documentation>© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
-
6
- Enumerated Domains (EnumeratedDomains.xsd) are explicit lists of pre-defined values that may be assigned to a data-item and any value assigned to an instance of that data-item must be a member of that defined list.
7
-
8
- For example a Boolean could be considered an enumerated Domain, with "True" or "False" as the only allowed values, as are {Days of Week} and {Country Codes}. In fact Enumerated Domain is actually a bit of a misnomer because it covers all pre-defined lists of allowed values, classification schemes and taxonomies not just "numbered values".
9
- </xs:documentation>
10
- </xs:annotation>
11
- <xs:simpleType name="RoofTypeCode">
12
- <xs:annotation>
13
- <xs:documentation>Types of roof that a Property may have.</xs:documentation>
14
- </xs:annotation>
15
- <xs:restriction base="xs:string">
16
- <xs:enumeration value="0">
17
- <xs:annotation>
18
- <xs:documentation>None</xs:documentation>
19
- </xs:annotation>
20
- </xs:enumeration>
21
- <xs:enumeration value="1">
22
- <xs:annotation>
23
- <xs:documentation>Flat</xs:documentation>
24
- </xs:annotation>
25
- </xs:enumeration>
26
- <xs:enumeration value="2">
27
- <xs:annotation>
28
- <xs:documentation>Pitched. This is retained for backwards compatibility only and should not be used. A pitched roof should be 4, 5 or 6.</xs:documentation>
29
- </xs:annotation>
30
- </xs:enumeration>
31
- <xs:enumeration value="3">
32
- <xs:annotation>
33
- <xs:documentation>Another dwelling above</xs:documentation>
34
- </xs:annotation>
35
- </xs:enumeration>
36
- <xs:enumeration value="4">
37
- <xs:annotation>
38
- <xs:documentation>Pitched (slates or tiles), access to loft</xs:documentation>
39
- </xs:annotation>
40
- </xs:enumeration>
41
- <xs:enumeration value="5">
42
- <xs:annotation>
43
- <xs:documentation>Pitched (slates or tiles), no access to loft</xs:documentation>
44
- </xs:annotation>
45
- </xs:enumeration>
46
- <xs:enumeration value="6">
47
- <xs:annotation>
48
- <xs:documentation>Pitched (thatch)</xs:documentation>
49
- </xs:annotation>
50
- </xs:enumeration>
51
- <xs:enumeration value="7">
52
- <xs:annotation>
53
- <xs:documentation>Same dwelling above</xs:documentation>
54
- </xs:annotation>
55
- </xs:enumeration>
56
- </xs:restriction>
57
- </xs:simpleType>
58
- <xs:simpleType name="BlockStoreyCode">
59
- <xs:restriction base="xs:string">
60
- <xs:enumeration value="-1">
61
- <xs:annotation>
62
- <xs:documentation>Basement</xs:documentation>
63
- </xs:annotation>
64
- </xs:enumeration>
65
- <xs:enumeration value="00">
66
- <xs:annotation>
67
- <xs:documentation>Ground</xs:documentation>
68
- </xs:annotation>
69
- </xs:enumeration>
70
- <xs:enumeration value="01">
71
- <xs:annotation>
72
- <xs:documentation>1st</xs:documentation>
73
- </xs:annotation>
74
- </xs:enumeration>
75
- <xs:enumeration value="02">
76
- <xs:annotation>
77
- <xs:documentation>2nd</xs:documentation>
78
- </xs:annotation>
79
- </xs:enumeration>
80
- <xs:enumeration value="03">
81
- <xs:annotation>
82
- <xs:documentation>3rd</xs:documentation>
83
- </xs:annotation>
84
- </xs:enumeration>
85
- <xs:enumeration value="04">
86
- <xs:annotation>
87
- <xs:documentation>4th</xs:documentation>
88
- </xs:annotation>
89
- </xs:enumeration>
90
- <xs:enumeration value="05">
91
- <xs:annotation>
92
- <xs:documentation>5th</xs:documentation>
93
- </xs:annotation>
94
- </xs:enumeration>
95
- <xs:enumeration value="06">
96
- <xs:annotation>
97
- <xs:documentation>6th</xs:documentation>
98
- </xs:annotation>
99
- </xs:enumeration>
100
- <xs:enumeration value="07">
101
- <xs:annotation>
102
- <xs:documentation>7th</xs:documentation>
103
- </xs:annotation>
104
- </xs:enumeration>
105
- <xs:enumeration value="08">
106
- <xs:annotation>
107
- <xs:documentation>8th</xs:documentation>
108
- </xs:annotation>
109
- </xs:enumeration>
110
- <xs:enumeration value="09">
111
- <xs:annotation>
112
- <xs:documentation>9th</xs:documentation>
113
- </xs:annotation>
114
- </xs:enumeration>
115
- <xs:enumeration value="10">
116
- <xs:annotation>
117
- <xs:documentation>10th</xs:documentation>
118
- </xs:annotation>
119
- </xs:enumeration>
120
- <xs:enumeration value="11">
121
- <xs:annotation>
122
- <xs:documentation>11th</xs:documentation>
123
- </xs:annotation>
124
- </xs:enumeration>
125
- <xs:enumeration value="12">
126
- <xs:annotation>
127
- <xs:documentation>12th</xs:documentation>
128
- </xs:annotation>
129
- </xs:enumeration>
130
- <xs:enumeration value="13">
131
- <xs:annotation>
132
- <xs:documentation>13th</xs:documentation>
133
- </xs:annotation>
134
- </xs:enumeration>
135
- <xs:enumeration value="14">
136
- <xs:annotation>
137
- <xs:documentation>14th</xs:documentation>
138
- </xs:annotation>
139
- </xs:enumeration>
140
- <xs:enumeration value="15">
141
- <xs:annotation>
142
- <xs:documentation>15th</xs:documentation>
143
- </xs:annotation>
144
- </xs:enumeration>
145
- <xs:enumeration value="16">
146
- <xs:annotation>
147
- <xs:documentation>16th</xs:documentation>
148
- </xs:annotation>
149
- </xs:enumeration>
150
- <xs:enumeration value="17">
151
- <xs:annotation>
152
- <xs:documentation>17th</xs:documentation>
153
- </xs:annotation>
154
- </xs:enumeration>
155
- <xs:enumeration value="18">
156
- <xs:annotation>
157
- <xs:documentation>18th</xs:documentation>
158
- </xs:annotation>
159
- </xs:enumeration>
160
- <xs:enumeration value="19">
161
- <xs:annotation>
162
- <xs:documentation>19th</xs:documentation>
163
- </xs:annotation>
164
- </xs:enumeration>
165
- <xs:enumeration value="20">
166
- <xs:annotation>
167
- <xs:documentation>20th</xs:documentation>
168
- </xs:annotation>
169
- </xs:enumeration>
170
- <xs:enumeration value="20+">
171
- <xs:annotation>
172
- <xs:documentation>21st or above</xs:documentation>
173
- </xs:annotation>
174
- </xs:enumeration>
175
- </xs:restriction>
176
- </xs:simpleType>
177
- <xs:simpleType name="WallConstructionCode">
178
- <xs:restriction base="xs:string">
179
- <xs:enumeration value="1">
180
- <xs:annotation>
181
- <xs:documentation>granite or whinstone</xs:documentation>
182
- </xs:annotation>
183
- </xs:enumeration>
184
- <xs:enumeration value="2">
185
- <xs:annotation>
186
- <xs:documentation>sandstone</xs:documentation>
187
- </xs:annotation>
188
- </xs:enumeration>
189
- <xs:enumeration value="3">
190
- <xs:annotation>
191
- <xs:documentation>solid brick</xs:documentation>
192
- </xs:annotation>
193
- </xs:enumeration>
194
- <xs:enumeration value="4">
195
- <xs:annotation>
196
- <xs:documentation>cavity</xs:documentation>
197
- </xs:annotation>
198
- </xs:enumeration>
199
- <xs:enumeration value="5">
200
- <xs:annotation>
201
- <xs:documentation>timber frame</xs:documentation>
202
- </xs:annotation>
203
- </xs:enumeration>
204
- <xs:enumeration value="8">
205
- <xs:annotation>
206
- <xs:documentation>system built</xs:documentation>
207
- </xs:annotation>
208
- </xs:enumeration>
209
- <xs:enumeration value="9">
210
- <xs:annotation>
211
- <xs:documentation>cob wall</xs:documentation>
212
- </xs:annotation>
213
- </xs:enumeration>
214
- </xs:restriction>
215
- </xs:simpleType>
216
- <xs:simpleType name="MeasurementTypeCode">
217
- <xs:restriction base="xs:string">
218
- <xs:enumeration value="1">
219
- <xs:annotation>
220
- <xs:documentation>Internal</xs:documentation>
221
- </xs:annotation>
222
- </xs:enumeration>
223
- <xs:enumeration value="2">
224
- <xs:annotation>
225
- <xs:documentation>External</xs:documentation>
226
- </xs:annotation>
227
- </xs:enumeration>
228
- </xs:restriction>
229
- </xs:simpleType>
230
- <xs:simpleType name="PropertyTypeCode">
231
- <xs:restriction base="xs:string">
232
- <xs:enumeration value="0">
233
- <xs:annotation>
234
- <xs:documentation>House</xs:documentation>
235
- </xs:annotation>
236
- </xs:enumeration>
237
- <xs:enumeration value="1">
238
- <xs:annotation>
239
- <xs:documentation>Bungalow</xs:documentation>
240
- </xs:annotation>
241
- </xs:enumeration>
242
- <xs:enumeration value="2">
243
- <xs:annotation>
244
- <xs:documentation>Flat</xs:documentation>
245
- </xs:annotation>
246
- </xs:enumeration>
247
- <xs:enumeration value="3">
248
- <xs:annotation>
249
- <xs:documentation>Maisonette</xs:documentation>
250
- </xs:annotation>
251
- </xs:enumeration>
252
- </xs:restriction>
253
- </xs:simpleType>
254
- <xs:simpleType name="HeatingFuelTypeCode">
255
- <xs:annotation>
256
- <xs:documentation>Code which indicates the type of heating fuel, as defined in SAP table 12.</xs:documentation>
257
- </xs:annotation>
258
- <xs:restriction base="xs:string">
259
- <xs:enumeration value="0">
260
- <xs:annotation>
261
- <xs:documentation>To be used only when there is no heating/hot-water system</xs:documentation>
262
- </xs:annotation>
263
- </xs:enumeration>
264
- <xs:enumeration value="1">
265
- <xs:annotation>
266
- <xs:documentation>mains gas - this is for backwards compatibility only and should not be used</xs:documentation>
267
- </xs:annotation>
268
- </xs:enumeration>
269
- <xs:enumeration value="2">
270
- <xs:annotation>
271
- <xs:documentation>LPG - this is for backwards compatibility only and should not be used</xs:documentation>
272
- </xs:annotation>
273
- </xs:enumeration>
274
- <xs:enumeration value="3">
275
- <xs:annotation>
276
- <xs:documentation>bottled LPG</xs:documentation>
277
- </xs:annotation>
278
- </xs:enumeration>
279
- <xs:enumeration value="4">
280
- <xs:annotation>
281
- <xs:documentation>oil - this is for backwards compatibility only and should not be used</xs:documentation>
282
- </xs:annotation>
283
- </xs:enumeration>
284
- <xs:enumeration value="5">
285
- <xs:annotation>
286
- <xs:documentation>anthracite</xs:documentation>
287
- </xs:annotation>
288
- </xs:enumeration>
289
- <xs:enumeration value="6">
290
- <xs:annotation>
291
- <xs:documentation>wood logs</xs:documentation>
292
- </xs:annotation>
293
- </xs:enumeration>
294
- <xs:enumeration value="7">
295
- <xs:annotation>
296
- <xs:documentation>bulk wood pellets</xs:documentation>
297
- </xs:annotation>
298
- </xs:enumeration>
299
- <xs:enumeration value="8">
300
- <xs:annotation>
301
- <xs:documentation>wood chips</xs:documentation>
302
- </xs:annotation>
303
- </xs:enumeration>
304
- <xs:enumeration value="9">
305
- <xs:annotation>
306
- <xs:documentation>dual fuel - mineral + wood</xs:documentation>
307
- </xs:annotation>
308
- </xs:enumeration>
309
- <xs:enumeration value="10">
310
- <xs:annotation>
311
- <xs:documentation>electricity - this is for backwards compatibility only and should not be used</xs:documentation>
312
- </xs:annotation>
313
- </xs:enumeration>
314
- <xs:enumeration value="11">
315
- <xs:annotation>
316
- <xs:documentation>waste combustion - this is for backwards compatibility only and should not be used</xs:documentation>
317
- </xs:annotation>
318
- </xs:enumeration>
319
- <xs:enumeration value="12">
320
- <xs:annotation>
321
- <xs:documentation>biomass - this is for backwards compatibility only and should not be used</xs:documentation>
322
- </xs:annotation>
323
- </xs:enumeration>
324
- <xs:enumeration value="13">
325
- <xs:annotation>
326
- <xs:documentation>biogas - landfill - this is for backwards compatibility only and should not be used</xs:documentation>
327
- </xs:annotation>
328
- </xs:enumeration>
329
- <xs:enumeration value="14">
330
- <xs:annotation>
331
- <xs:documentation>house coal - this is for backwards compatibility only and should not be used</xs:documentation>
332
- </xs:annotation>
333
- </xs:enumeration>
334
- <xs:enumeration value="15">
335
- <xs:annotation>
336
- <xs:documentation>smokeless coal</xs:documentation>
337
- </xs:annotation>
338
- </xs:enumeration>
339
- <xs:enumeration value="16">
340
- <xs:annotation>
341
- <xs:documentation>wood pellets in bags for secondary heating</xs:documentation>
342
- </xs:annotation>
343
- </xs:enumeration>
344
- <xs:enumeration value="17">
345
- <xs:annotation>
346
- <xs:documentation>LPG special condition</xs:documentation>
347
- </xs:annotation>
348
- </xs:enumeration>
349
- <xs:enumeration value="18">
350
- <xs:annotation>
351
- <xs:documentation>B30K (not community)</xs:documentation>
352
- </xs:annotation>
353
- </xs:enumeration>
354
- <xs:enumeration value="19">
355
- <xs:annotation>
356
- <xs:documentation>bioethanol</xs:documentation>
357
- </xs:annotation>
358
- </xs:enumeration>
359
- <xs:enumeration value="20">
360
- <xs:annotation>
361
- <xs:documentation>mains gas (community)</xs:documentation>
362
- </xs:annotation>
363
- </xs:enumeration>
364
- <xs:enumeration value="21">
365
- <xs:annotation>
366
- <xs:documentation>LPG (community)</xs:documentation>
367
- </xs:annotation>
368
- </xs:enumeration>
369
- <xs:enumeration value="22">
370
- <xs:annotation>
371
- <xs:documentation>oil (community)</xs:documentation>
372
- </xs:annotation>
373
- </xs:enumeration>
374
- <xs:enumeration value="23">
375
- <xs:annotation>
376
- <xs:documentation>B30D (community)</xs:documentation>
377
- </xs:annotation>
378
- </xs:enumeration>
379
- <xs:enumeration value="24">
380
- <xs:annotation>
381
- <xs:documentation>coal (community)</xs:documentation>
382
- </xs:annotation>
383
- </xs:enumeration>
384
- <xs:enumeration value="25">
385
- <xs:annotation>
386
- <xs:documentation>electricity (community)</xs:documentation>
387
- </xs:annotation>
388
- </xs:enumeration>
389
- <xs:enumeration value="26">
390
- <xs:annotation>
391
- <xs:documentation>mains gas (not community)</xs:documentation>
392
- </xs:annotation>
393
- </xs:enumeration>
394
- <xs:enumeration value="27">
395
- <xs:annotation>
396
- <xs:documentation>LPG (not community)</xs:documentation>
397
- </xs:annotation>
398
- </xs:enumeration>
399
- <xs:enumeration value="28">
400
- <xs:annotation>
401
- <xs:documentation>oil (not community)</xs:documentation>
402
- </xs:annotation>
403
- </xs:enumeration>
404
- <xs:enumeration value="29">
405
- <xs:annotation>
406
- <xs:documentation>electricity (not community)</xs:documentation>
407
- </xs:annotation>
408
- </xs:enumeration>
409
- <xs:enumeration value="30">
410
- <xs:annotation>
411
- <xs:documentation>waste combustion (community)</xs:documentation>
412
- </xs:annotation>
413
- </xs:enumeration>
414
- <xs:enumeration value="31">
415
- <xs:annotation>
416
- <xs:documentation>biomass (community)</xs:documentation>
417
- </xs:annotation>
418
- </xs:enumeration>
419
- <xs:enumeration value="32">
420
- <xs:annotation>
421
- <xs:documentation>biogas (community)</xs:documentation>
422
- </xs:annotation>
423
- </xs:enumeration>
424
- <xs:enumeration value="33">
425
- <xs:annotation>
426
- <xs:documentation>house coal (not community)</xs:documentation>
427
- </xs:annotation>
428
- </xs:enumeration>
429
- <xs:enumeration value="34">
430
- <xs:annotation>
431
- <xs:documentation>biodiesel from any biomass source</xs:documentation>
432
- </xs:annotation>
433
- </xs:enumeration>
434
- <xs:enumeration value="35">
435
- <xs:annotation>
436
- <xs:documentation>biodiesel from used cooking oil only</xs:documentation>
437
- </xs:annotation>
438
- </xs:enumeration>
439
- <xs:enumeration value="36">
440
- <xs:annotation>
441
- <xs:documentation>rapeseed oil</xs:documentation>
442
- </xs:annotation>
443
- </xs:enumeration>
444
- <xs:enumeration value="37">
445
- <xs:annotation>
446
- <xs:documentation>appliances able to use mineral oil or liquid biofuel</xs:documentation>
447
- </xs:annotation>
448
- </xs:enumeration>
449
- </xs:restriction>
450
- </xs:simpleType>
451
- <xs:simpleType name="HeatingScopeCode">
452
- <xs:restriction base="xs:string">
453
- <xs:enumeration value="0">
454
- <xs:annotation>
455
- <xs:documentation>None</xs:documentation>
456
- </xs:annotation>
457
- </xs:enumeration>
458
- <xs:enumeration value="1">
459
- <xs:annotation>
460
- <xs:documentation>full</xs:documentation>
461
- </xs:annotation>
462
- </xs:enumeration>
463
- <xs:enumeration value="2">
464
- <xs:annotation>
465
- <xs:documentation>partial</xs:documentation>
466
- </xs:annotation>
467
- </xs:enumeration>
468
- </xs:restriction>
469
- </xs:simpleType>
470
- <xs:simpleType name="HeatingTypeCode">
471
- <xs:restriction base="xs:string">
472
- <xs:enumeration value="1">
473
- <xs:annotation>
474
- <xs:documentation>boiler</xs:documentation>
475
- </xs:annotation>
476
- </xs:enumeration>
477
- <xs:enumeration value="2">
478
- <xs:annotation>
479
- <xs:documentation>community heating</xs:documentation>
480
- </xs:annotation>
481
- </xs:enumeration>
482
- <xs:enumeration value="3">
483
- <xs:annotation>
484
- <xs:documentation>storage heaters</xs:documentation>
485
- </xs:annotation>
486
- </xs:enumeration>
487
- <xs:enumeration value="4">
488
- <xs:annotation>
489
- <xs:documentation>warm air</xs:documentation>
490
- </xs:annotation>
491
- </xs:enumeration>
492
- <xs:enumeration value="5">
493
- <xs:annotation>
494
- <xs:documentation>heat pump - wet system</xs:documentation>
495
- </xs:annotation>
496
- </xs:enumeration>
497
- <xs:enumeration value="6">
498
- <xs:annotation>
499
- <xs:documentation>heat pump - dry system</xs:documentation>
500
- </xs:annotation>
501
- </xs:enumeration>
502
- <xs:enumeration value="7">
503
- <xs:annotation>
504
- <xs:documentation>electric ceiling heating</xs:documentation>
505
- </xs:annotation>
506
- </xs:enumeration>
507
- <xs:enumeration value="8">
508
- <xs:annotation>
509
- <xs:documentation>electric underfloor heating</xs:documentation>
510
- </xs:annotation>
511
- </xs:enumeration>
512
- <xs:enumeration value="9">
513
- <xs:annotation>
514
- <xs:documentation>room heater</xs:documentation>
515
- </xs:annotation>
516
- </xs:enumeration>
517
- </xs:restriction>
518
- </xs:simpleType>
519
- <xs:simpleType name="UtilityServiceProviderCode">
520
- <xs:restriction base="xs:string">
521
- <xs:enumeration value="1">
522
- <xs:annotation>
523
- <xs:documentation>none</xs:documentation>
524
- </xs:annotation>
525
- </xs:enumeration>
526
- <xs:enumeration value="2">
527
- <xs:annotation>
528
- <xs:documentation>private</xs:documentation>
529
- </xs:annotation>
530
- </xs:enumeration>
531
- <xs:enumeration value="3">
532
- <xs:annotation>
533
- <xs:documentation>mains</xs:documentation>
534
- </xs:annotation>
535
- </xs:enumeration>
536
- </xs:restriction>
537
- </xs:simpleType>
538
- <xs:simpleType name="UKCountryCode">
539
- <xs:annotation>
540
- <xs:documentation>Code which indicates the country within the UK, taken from BS 6879.</xs:documentation>
541
- </xs:annotation>
542
- <xs:restriction base="xs:string">
543
- <xs:enumeration value="EAW">
544
- <xs:annotation>
545
- <xs:documentation>England and Wales</xs:documentation>
546
- </xs:annotation>
547
- </xs:enumeration>
548
- <xs:enumeration value="SCT">
549
- <xs:annotation>
550
- <xs:documentation>Scotland</xs:documentation>
551
- </xs:annotation>
552
- </xs:enumeration>
553
- <xs:enumeration value="NIR">
554
- <xs:annotation>
555
- <xs:documentation>Northern Ireland</xs:documentation>
556
- </xs:annotation>
557
- </xs:enumeration>
558
- </xs:restriction>
559
- </xs:simpleType>
560
- <xs:simpleType name="UKRegionCode">
561
- <xs:annotation>
562
- <xs:documentation>Code which indicates the region within the UK.</xs:documentation>
563
- </xs:annotation>
564
- <xs:restriction base="xs:string">
565
- <xs:enumeration value="1">
566
- <xs:annotation>
567
- <xs:documentation>Borders</xs:documentation>
568
- </xs:annotation>
569
- </xs:enumeration>
570
- <xs:enumeration value="2">
571
- <xs:annotation>
572
- <xs:documentation>East Anglia</xs:documentation>
573
- </xs:annotation>
574
- </xs:enumeration>
575
- <xs:enumeration value="3">
576
- <xs:annotation>
577
- <xs:documentation>East Pennines</xs:documentation>
578
- </xs:annotation>
579
- </xs:enumeration>
580
- <xs:enumeration value="4">
581
- <xs:annotation>
582
- <xs:documentation>East Scotland</xs:documentation>
583
- </xs:annotation>
584
- </xs:enumeration>
585
- <xs:enumeration value="5">
586
- <xs:annotation>
587
- <xs:documentation>Highland</xs:documentation>
588
- </xs:annotation>
589
- </xs:enumeration>
590
- <xs:enumeration value="6">
591
- <xs:annotation>
592
- <xs:documentation>Midlands</xs:documentation>
593
- </xs:annotation>
594
- </xs:enumeration>
595
- <xs:enumeration value="7">
596
- <xs:annotation>
597
- <xs:documentation>North East England</xs:documentation>
598
- </xs:annotation>
599
- </xs:enumeration>
600
- <xs:enumeration value="8">
601
- <xs:annotation>
602
- <xs:documentation>North East Scotland</xs:documentation>
603
- </xs:annotation>
604
- </xs:enumeration>
605
- <xs:enumeration value="9">
606
- <xs:annotation>
607
- <xs:documentation>North West England / South West Scotland</xs:documentation>
608
- </xs:annotation>
609
- </xs:enumeration>
610
- <xs:enumeration value="10">
611
- <xs:annotation>
612
- <xs:documentation>Northern Ireland</xs:documentation>
613
- </xs:annotation>
614
- </xs:enumeration>
615
- <xs:enumeration value="11">
616
- <xs:annotation>
617
- <xs:documentation>Orkney</xs:documentation>
618
- </xs:annotation>
619
- </xs:enumeration>
620
- <xs:enumeration value="12">
621
- <xs:annotation>
622
- <xs:documentation>Severn Valley</xs:documentation>
623
- </xs:annotation>
624
- </xs:enumeration>
625
- <xs:enumeration value="13">
626
- <xs:annotation>
627
- <xs:documentation>Shetland</xs:documentation>
628
- </xs:annotation>
629
- </xs:enumeration>
630
- <xs:enumeration value="14">
631
- <xs:annotation>
632
- <xs:documentation>South East England</xs:documentation>
633
- </xs:annotation>
634
- </xs:enumeration>
635
- <xs:enumeration value="15">
636
- <xs:annotation>
637
- <xs:documentation>South West England</xs:documentation>
638
- </xs:annotation>
639
- </xs:enumeration>
640
- <xs:enumeration value="16">
641
- <xs:annotation>
642
- <xs:documentation>Southern England</xs:documentation>
643
- </xs:annotation>
644
- </xs:enumeration>
645
- <xs:enumeration value="17">
646
- <xs:annotation>
647
- <xs:documentation>Thames Valley</xs:documentation>
648
- </xs:annotation>
649
- </xs:enumeration>
650
- <xs:enumeration value="18">
651
- <xs:annotation>
652
- <xs:documentation>Wales</xs:documentation>
653
- </xs:annotation>
654
- </xs:enumeration>
655
- <xs:enumeration value="19">
656
- <xs:annotation>
657
- <xs:documentation>West Pennines</xs:documentation>
658
- </xs:annotation>
659
- </xs:enumeration>
660
- <xs:enumeration value="20">
661
- <xs:annotation>
662
- <xs:documentation>West Scotland</xs:documentation>
663
- </xs:annotation>
664
- </xs:enumeration>
665
- <xs:enumeration value="21">
666
- <xs:annotation>
667
- <xs:documentation>Western Isles</xs:documentation>
668
- </xs:annotation>
669
- </xs:enumeration>
670
- <xs:enumeration value="22">
671
- <xs:annotation>
672
- <xs:documentation>Jersey</xs:documentation>
673
- </xs:annotation>
674
- </xs:enumeration>
675
- <xs:enumeration value="23">
676
- <xs:annotation>
677
- <xs:documentation>Guernsey</xs:documentation>
678
- </xs:annotation>
679
- </xs:enumeration>
680
- <xs:enumeration value="24">
681
- <xs:annotation>
682
- <xs:documentation>Isle of Man</xs:documentation>
683
- </xs:annotation>
684
- </xs:enumeration>
685
- </xs:restriction>
686
- </xs:simpleType>
687
- <xs:simpleType name="TransactionType">
688
- <xs:restriction base="xs:string">
689
- <xs:enumeration value="1">
690
- <xs:annotation>
691
- <xs:documentation>marketed sale</xs:documentation>
692
- </xs:annotation>
693
- </xs:enumeration>
694
- <xs:enumeration value="2">
695
- <xs:annotation>
696
- <xs:documentation>non marketed sale</xs:documentation>
697
- </xs:annotation>
698
- </xs:enumeration>
699
- <xs:enumeration value="3">
700
- <xs:annotation>
701
- <xs:documentation>rental (social)</xs:documentation>
702
- </xs:annotation>
703
- </xs:enumeration>
704
- <xs:enumeration value="4">
705
- <xs:annotation>
706
- <xs:documentation>rental (private)</xs:documentation>
707
- </xs:annotation>
708
- </xs:enumeration>
709
- <xs:enumeration value="5">
710
- <xs:annotation>
711
- <xs:documentation>not sale or rental</xs:documentation>
712
- </xs:annotation>
713
- </xs:enumeration>
714
- <xs:enumeration value="6">
715
- <xs:annotation>
716
- <xs:documentation>new dwelling</xs:documentation>
717
- </xs:annotation>
718
- </xs:enumeration>
719
- <xs:enumeration value="7">
720
- <xs:annotation>
721
- <xs:documentation>not recorded - this is for backwards compatibility only and should not be used</xs:documentation>
722
- </xs:annotation>
723
- </xs:enumeration>
724
- </xs:restriction>
725
- </xs:simpleType>
726
- <xs:simpleType name="DisclosureCode">
727
- <xs:annotation>
728
- <xs:documentation>Code indicating any potential conflicts of interest or commercial relationships with other parties.</xs:documentation>
729
- </xs:annotation>
730
- <xs:restriction base="xs:string">
731
- <xs:enumeration value="1">
732
- <xs:annotation>
733
- <xs:documentation>No related party</xs:documentation>
734
- </xs:annotation>
735
- </xs:enumeration>
736
- <xs:enumeration value="2">
737
- <xs:annotation>
738
- <xs:documentation>Relative of homeowner or occupier of the property</xs:documentation>
739
- </xs:annotation>
740
- </xs:enumeration>
741
- <xs:enumeration value="3">
742
- <xs:annotation>
743
- <xs:documentation>Residing at the property</xs:documentation>
744
- </xs:annotation>
745
- </xs:enumeration>
746
- <xs:enumeration value="4">
747
- <xs:annotation>
748
- <xs:documentation>Financial interest in the property</xs:documentation>
749
- </xs:annotation>
750
- </xs:enumeration>
751
- <xs:enumeration value="5">
752
- <xs:annotation>
753
- <xs:documentation>Owner or Director of the organisation dealing with the property transaction</xs:documentation>
754
- </xs:annotation>
755
- </xs:enumeration>
756
- <xs:enumeration value="6">
757
- <xs:annotation>
758
- <xs:documentation>Employed by the professional dealing with the property transaction</xs:documentation>
759
- </xs:annotation>
760
- </xs:enumeration>
761
- <xs:enumeration value="7">
762
- <xs:annotation>
763
- <xs:documentation>Relative of the professional dealing with the property transaction</xs:documentation>
764
- </xs:annotation>
765
- </xs:enumeration>
766
- </xs:restriction>
767
- </xs:simpleType>
768
- </xs:schema>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" xmlns:HIP="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" elementFormDefault="qualified" version="LIG-16.1">
3
+ <xs:annotation>
4
+ <xs:documentation>© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
+
6
+ Enumerated Domains (EnumeratedDomains.xsd) are explicit lists of pre-defined values that may be assigned to a data-item and any value assigned to an instance of that data-item must be a member of that defined list.
7
+
8
+ For example a Boolean could be considered an enumerated Domain, with "True" or "False" as the only allowed values, as are {Days of Week} and {Country Codes}. In fact Enumerated Domain is actually a bit of a misnomer because it covers all pre-defined lists of allowed values, classification schemes and taxonomies not just "numbered values".
9
+ </xs:documentation>
10
+ </xs:annotation>
11
+ <xs:simpleType name="RoofTypeCode">
12
+ <xs:annotation>
13
+ <xs:documentation>Types of roof that a Property may have.</xs:documentation>
14
+ </xs:annotation>
15
+ <xs:restriction base="xs:string">
16
+ <xs:enumeration value="0">
17
+ <xs:annotation>
18
+ <xs:documentation>None</xs:documentation>
19
+ </xs:annotation>
20
+ </xs:enumeration>
21
+ <xs:enumeration value="1">
22
+ <xs:annotation>
23
+ <xs:documentation>Flat</xs:documentation>
24
+ </xs:annotation>
25
+ </xs:enumeration>
26
+ <xs:enumeration value="2">
27
+ <xs:annotation>
28
+ <xs:documentation>Pitched. This is retained for backwards compatibility only and should not be used. A pitched roof should be 4, 5 or 6.</xs:documentation>
29
+ </xs:annotation>
30
+ </xs:enumeration>
31
+ <xs:enumeration value="3">
32
+ <xs:annotation>
33
+ <xs:documentation>Another dwelling above</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:enumeration>
36
+ <xs:enumeration value="4">
37
+ <xs:annotation>
38
+ <xs:documentation>Pitched (slates or tiles), access to loft</xs:documentation>
39
+ </xs:annotation>
40
+ </xs:enumeration>
41
+ <xs:enumeration value="5">
42
+ <xs:annotation>
43
+ <xs:documentation>Pitched (slates or tiles), no access to loft</xs:documentation>
44
+ </xs:annotation>
45
+ </xs:enumeration>
46
+ <xs:enumeration value="6">
47
+ <xs:annotation>
48
+ <xs:documentation>Pitched (thatch)</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:enumeration>
51
+ <xs:enumeration value="7">
52
+ <xs:annotation>
53
+ <xs:documentation>Same dwelling above</xs:documentation>
54
+ </xs:annotation>
55
+ </xs:enumeration>
56
+ </xs:restriction>
57
+ </xs:simpleType>
58
+ <xs:simpleType name="BlockStoreyCode">
59
+ <xs:restriction base="xs:string">
60
+ <xs:enumeration value="-1">
61
+ <xs:annotation>
62
+ <xs:documentation>Basement</xs:documentation>
63
+ </xs:annotation>
64
+ </xs:enumeration>
65
+ <xs:enumeration value="00">
66
+ <xs:annotation>
67
+ <xs:documentation>Ground</xs:documentation>
68
+ </xs:annotation>
69
+ </xs:enumeration>
70
+ <xs:enumeration value="01">
71
+ <xs:annotation>
72
+ <xs:documentation>1st</xs:documentation>
73
+ </xs:annotation>
74
+ </xs:enumeration>
75
+ <xs:enumeration value="02">
76
+ <xs:annotation>
77
+ <xs:documentation>2nd</xs:documentation>
78
+ </xs:annotation>
79
+ </xs:enumeration>
80
+ <xs:enumeration value="03">
81
+ <xs:annotation>
82
+ <xs:documentation>3rd</xs:documentation>
83
+ </xs:annotation>
84
+ </xs:enumeration>
85
+ <xs:enumeration value="04">
86
+ <xs:annotation>
87
+ <xs:documentation>4th</xs:documentation>
88
+ </xs:annotation>
89
+ </xs:enumeration>
90
+ <xs:enumeration value="05">
91
+ <xs:annotation>
92
+ <xs:documentation>5th</xs:documentation>
93
+ </xs:annotation>
94
+ </xs:enumeration>
95
+ <xs:enumeration value="06">
96
+ <xs:annotation>
97
+ <xs:documentation>6th</xs:documentation>
98
+ </xs:annotation>
99
+ </xs:enumeration>
100
+ <xs:enumeration value="07">
101
+ <xs:annotation>
102
+ <xs:documentation>7th</xs:documentation>
103
+ </xs:annotation>
104
+ </xs:enumeration>
105
+ <xs:enumeration value="08">
106
+ <xs:annotation>
107
+ <xs:documentation>8th</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:enumeration>
110
+ <xs:enumeration value="09">
111
+ <xs:annotation>
112
+ <xs:documentation>9th</xs:documentation>
113
+ </xs:annotation>
114
+ </xs:enumeration>
115
+ <xs:enumeration value="10">
116
+ <xs:annotation>
117
+ <xs:documentation>10th</xs:documentation>
118
+ </xs:annotation>
119
+ </xs:enumeration>
120
+ <xs:enumeration value="11">
121
+ <xs:annotation>
122
+ <xs:documentation>11th</xs:documentation>
123
+ </xs:annotation>
124
+ </xs:enumeration>
125
+ <xs:enumeration value="12">
126
+ <xs:annotation>
127
+ <xs:documentation>12th</xs:documentation>
128
+ </xs:annotation>
129
+ </xs:enumeration>
130
+ <xs:enumeration value="13">
131
+ <xs:annotation>
132
+ <xs:documentation>13th</xs:documentation>
133
+ </xs:annotation>
134
+ </xs:enumeration>
135
+ <xs:enumeration value="14">
136
+ <xs:annotation>
137
+ <xs:documentation>14th</xs:documentation>
138
+ </xs:annotation>
139
+ </xs:enumeration>
140
+ <xs:enumeration value="15">
141
+ <xs:annotation>
142
+ <xs:documentation>15th</xs:documentation>
143
+ </xs:annotation>
144
+ </xs:enumeration>
145
+ <xs:enumeration value="16">
146
+ <xs:annotation>
147
+ <xs:documentation>16th</xs:documentation>
148
+ </xs:annotation>
149
+ </xs:enumeration>
150
+ <xs:enumeration value="17">
151
+ <xs:annotation>
152
+ <xs:documentation>17th</xs:documentation>
153
+ </xs:annotation>
154
+ </xs:enumeration>
155
+ <xs:enumeration value="18">
156
+ <xs:annotation>
157
+ <xs:documentation>18th</xs:documentation>
158
+ </xs:annotation>
159
+ </xs:enumeration>
160
+ <xs:enumeration value="19">
161
+ <xs:annotation>
162
+ <xs:documentation>19th</xs:documentation>
163
+ </xs:annotation>
164
+ </xs:enumeration>
165
+ <xs:enumeration value="20">
166
+ <xs:annotation>
167
+ <xs:documentation>20th</xs:documentation>
168
+ </xs:annotation>
169
+ </xs:enumeration>
170
+ <xs:enumeration value="20+">
171
+ <xs:annotation>
172
+ <xs:documentation>21st or above</xs:documentation>
173
+ </xs:annotation>
174
+ </xs:enumeration>
175
+ </xs:restriction>
176
+ </xs:simpleType>
177
+ <xs:simpleType name="WallConstructionCode">
178
+ <xs:restriction base="xs:string">
179
+ <xs:enumeration value="1">
180
+ <xs:annotation>
181
+ <xs:documentation>granite or whinstone</xs:documentation>
182
+ </xs:annotation>
183
+ </xs:enumeration>
184
+ <xs:enumeration value="2">
185
+ <xs:annotation>
186
+ <xs:documentation>sandstone</xs:documentation>
187
+ </xs:annotation>
188
+ </xs:enumeration>
189
+ <xs:enumeration value="3">
190
+ <xs:annotation>
191
+ <xs:documentation>solid brick</xs:documentation>
192
+ </xs:annotation>
193
+ </xs:enumeration>
194
+ <xs:enumeration value="4">
195
+ <xs:annotation>
196
+ <xs:documentation>cavity</xs:documentation>
197
+ </xs:annotation>
198
+ </xs:enumeration>
199
+ <xs:enumeration value="5">
200
+ <xs:annotation>
201
+ <xs:documentation>timber frame</xs:documentation>
202
+ </xs:annotation>
203
+ </xs:enumeration>
204
+ <xs:enumeration value="8">
205
+ <xs:annotation>
206
+ <xs:documentation>system built</xs:documentation>
207
+ </xs:annotation>
208
+ </xs:enumeration>
209
+ <xs:enumeration value="9">
210
+ <xs:annotation>
211
+ <xs:documentation>cob wall</xs:documentation>
212
+ </xs:annotation>
213
+ </xs:enumeration>
214
+ </xs:restriction>
215
+ </xs:simpleType>
216
+ <xs:simpleType name="MeasurementTypeCode">
217
+ <xs:restriction base="xs:string">
218
+ <xs:enumeration value="1">
219
+ <xs:annotation>
220
+ <xs:documentation>Internal</xs:documentation>
221
+ </xs:annotation>
222
+ </xs:enumeration>
223
+ <xs:enumeration value="2">
224
+ <xs:annotation>
225
+ <xs:documentation>External</xs:documentation>
226
+ </xs:annotation>
227
+ </xs:enumeration>
228
+ </xs:restriction>
229
+ </xs:simpleType>
230
+ <xs:simpleType name="PropertyTypeCode">
231
+ <xs:restriction base="xs:string">
232
+ <xs:enumeration value="0">
233
+ <xs:annotation>
234
+ <xs:documentation>House</xs:documentation>
235
+ </xs:annotation>
236
+ </xs:enumeration>
237
+ <xs:enumeration value="1">
238
+ <xs:annotation>
239
+ <xs:documentation>Bungalow</xs:documentation>
240
+ </xs:annotation>
241
+ </xs:enumeration>
242
+ <xs:enumeration value="2">
243
+ <xs:annotation>
244
+ <xs:documentation>Flat</xs:documentation>
245
+ </xs:annotation>
246
+ </xs:enumeration>
247
+ <xs:enumeration value="3">
248
+ <xs:annotation>
249
+ <xs:documentation>Maisonette</xs:documentation>
250
+ </xs:annotation>
251
+ </xs:enumeration>
252
+ </xs:restriction>
253
+ </xs:simpleType>
254
+ <xs:simpleType name="HeatingFuelTypeCode">
255
+ <xs:annotation>
256
+ <xs:documentation>Code which indicates the type of heating fuel, as defined in SAP table 12.</xs:documentation>
257
+ </xs:annotation>
258
+ <xs:restriction base="xs:string">
259
+ <xs:enumeration value="0">
260
+ <xs:annotation>
261
+ <xs:documentation>To be used only when there is no heating/hot-water system</xs:documentation>
262
+ </xs:annotation>
263
+ </xs:enumeration>
264
+ <xs:enumeration value="1">
265
+ <xs:annotation>
266
+ <xs:documentation>mains gas - this is for backwards compatibility only and should not be used</xs:documentation>
267
+ </xs:annotation>
268
+ </xs:enumeration>
269
+ <xs:enumeration value="2">
270
+ <xs:annotation>
271
+ <xs:documentation>LPG - this is for backwards compatibility only and should not be used</xs:documentation>
272
+ </xs:annotation>
273
+ </xs:enumeration>
274
+ <xs:enumeration value="3">
275
+ <xs:annotation>
276
+ <xs:documentation>bottled LPG</xs:documentation>
277
+ </xs:annotation>
278
+ </xs:enumeration>
279
+ <xs:enumeration value="4">
280
+ <xs:annotation>
281
+ <xs:documentation>oil - this is for backwards compatibility only and should not be used</xs:documentation>
282
+ </xs:annotation>
283
+ </xs:enumeration>
284
+ <xs:enumeration value="5">
285
+ <xs:annotation>
286
+ <xs:documentation>anthracite</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:enumeration>
289
+ <xs:enumeration value="6">
290
+ <xs:annotation>
291
+ <xs:documentation>wood logs</xs:documentation>
292
+ </xs:annotation>
293
+ </xs:enumeration>
294
+ <xs:enumeration value="7">
295
+ <xs:annotation>
296
+ <xs:documentation>bulk wood pellets</xs:documentation>
297
+ </xs:annotation>
298
+ </xs:enumeration>
299
+ <xs:enumeration value="8">
300
+ <xs:annotation>
301
+ <xs:documentation>wood chips</xs:documentation>
302
+ </xs:annotation>
303
+ </xs:enumeration>
304
+ <xs:enumeration value="9">
305
+ <xs:annotation>
306
+ <xs:documentation>dual fuel - mineral + wood</xs:documentation>
307
+ </xs:annotation>
308
+ </xs:enumeration>
309
+ <xs:enumeration value="10">
310
+ <xs:annotation>
311
+ <xs:documentation>electricity - this is for backwards compatibility only and should not be used</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:enumeration>
314
+ <xs:enumeration value="11">
315
+ <xs:annotation>
316
+ <xs:documentation>waste combustion - this is for backwards compatibility only and should not be used</xs:documentation>
317
+ </xs:annotation>
318
+ </xs:enumeration>
319
+ <xs:enumeration value="12">
320
+ <xs:annotation>
321
+ <xs:documentation>biomass - this is for backwards compatibility only and should not be used</xs:documentation>
322
+ </xs:annotation>
323
+ </xs:enumeration>
324
+ <xs:enumeration value="13">
325
+ <xs:annotation>
326
+ <xs:documentation>biogas - landfill - this is for backwards compatibility only and should not be used</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:enumeration>
329
+ <xs:enumeration value="14">
330
+ <xs:annotation>
331
+ <xs:documentation>house coal - this is for backwards compatibility only and should not be used</xs:documentation>
332
+ </xs:annotation>
333
+ </xs:enumeration>
334
+ <xs:enumeration value="15">
335
+ <xs:annotation>
336
+ <xs:documentation>smokeless coal</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:enumeration>
339
+ <xs:enumeration value="16">
340
+ <xs:annotation>
341
+ <xs:documentation>wood pellets in bags for secondary heating</xs:documentation>
342
+ </xs:annotation>
343
+ </xs:enumeration>
344
+ <xs:enumeration value="17">
345
+ <xs:annotation>
346
+ <xs:documentation>LPG special condition</xs:documentation>
347
+ </xs:annotation>
348
+ </xs:enumeration>
349
+ <xs:enumeration value="18">
350
+ <xs:annotation>
351
+ <xs:documentation>B30K (not community)</xs:documentation>
352
+ </xs:annotation>
353
+ </xs:enumeration>
354
+ <xs:enumeration value="19">
355
+ <xs:annotation>
356
+ <xs:documentation>bioethanol</xs:documentation>
357
+ </xs:annotation>
358
+ </xs:enumeration>
359
+ <xs:enumeration value="20">
360
+ <xs:annotation>
361
+ <xs:documentation>mains gas (community)</xs:documentation>
362
+ </xs:annotation>
363
+ </xs:enumeration>
364
+ <xs:enumeration value="21">
365
+ <xs:annotation>
366
+ <xs:documentation>LPG (community)</xs:documentation>
367
+ </xs:annotation>
368
+ </xs:enumeration>
369
+ <xs:enumeration value="22">
370
+ <xs:annotation>
371
+ <xs:documentation>oil (community)</xs:documentation>
372
+ </xs:annotation>
373
+ </xs:enumeration>
374
+ <xs:enumeration value="23">
375
+ <xs:annotation>
376
+ <xs:documentation>B30D (community)</xs:documentation>
377
+ </xs:annotation>
378
+ </xs:enumeration>
379
+ <xs:enumeration value="24">
380
+ <xs:annotation>
381
+ <xs:documentation>coal (community)</xs:documentation>
382
+ </xs:annotation>
383
+ </xs:enumeration>
384
+ <xs:enumeration value="25">
385
+ <xs:annotation>
386
+ <xs:documentation>electricity (community)</xs:documentation>
387
+ </xs:annotation>
388
+ </xs:enumeration>
389
+ <xs:enumeration value="26">
390
+ <xs:annotation>
391
+ <xs:documentation>mains gas (not community)</xs:documentation>
392
+ </xs:annotation>
393
+ </xs:enumeration>
394
+ <xs:enumeration value="27">
395
+ <xs:annotation>
396
+ <xs:documentation>LPG (not community)</xs:documentation>
397
+ </xs:annotation>
398
+ </xs:enumeration>
399
+ <xs:enumeration value="28">
400
+ <xs:annotation>
401
+ <xs:documentation>oil (not community)</xs:documentation>
402
+ </xs:annotation>
403
+ </xs:enumeration>
404
+ <xs:enumeration value="29">
405
+ <xs:annotation>
406
+ <xs:documentation>electricity (not community)</xs:documentation>
407
+ </xs:annotation>
408
+ </xs:enumeration>
409
+ <xs:enumeration value="30">
410
+ <xs:annotation>
411
+ <xs:documentation>waste combustion (community)</xs:documentation>
412
+ </xs:annotation>
413
+ </xs:enumeration>
414
+ <xs:enumeration value="31">
415
+ <xs:annotation>
416
+ <xs:documentation>biomass (community)</xs:documentation>
417
+ </xs:annotation>
418
+ </xs:enumeration>
419
+ <xs:enumeration value="32">
420
+ <xs:annotation>
421
+ <xs:documentation>biogas (community)</xs:documentation>
422
+ </xs:annotation>
423
+ </xs:enumeration>
424
+ <xs:enumeration value="33">
425
+ <xs:annotation>
426
+ <xs:documentation>house coal (not community)</xs:documentation>
427
+ </xs:annotation>
428
+ </xs:enumeration>
429
+ <xs:enumeration value="34">
430
+ <xs:annotation>
431
+ <xs:documentation>biodiesel from any biomass source</xs:documentation>
432
+ </xs:annotation>
433
+ </xs:enumeration>
434
+ <xs:enumeration value="35">
435
+ <xs:annotation>
436
+ <xs:documentation>biodiesel from used cooking oil only</xs:documentation>
437
+ </xs:annotation>
438
+ </xs:enumeration>
439
+ <xs:enumeration value="36">
440
+ <xs:annotation>
441
+ <xs:documentation>rapeseed oil</xs:documentation>
442
+ </xs:annotation>
443
+ </xs:enumeration>
444
+ <xs:enumeration value="37">
445
+ <xs:annotation>
446
+ <xs:documentation>appliances able to use mineral oil or liquid biofuel</xs:documentation>
447
+ </xs:annotation>
448
+ </xs:enumeration>
449
+ </xs:restriction>
450
+ </xs:simpleType>
451
+ <xs:simpleType name="HeatingScopeCode">
452
+ <xs:restriction base="xs:string">
453
+ <xs:enumeration value="0">
454
+ <xs:annotation>
455
+ <xs:documentation>None</xs:documentation>
456
+ </xs:annotation>
457
+ </xs:enumeration>
458
+ <xs:enumeration value="1">
459
+ <xs:annotation>
460
+ <xs:documentation>full</xs:documentation>
461
+ </xs:annotation>
462
+ </xs:enumeration>
463
+ <xs:enumeration value="2">
464
+ <xs:annotation>
465
+ <xs:documentation>partial</xs:documentation>
466
+ </xs:annotation>
467
+ </xs:enumeration>
468
+ </xs:restriction>
469
+ </xs:simpleType>
470
+ <xs:simpleType name="HeatingTypeCode">
471
+ <xs:restriction base="xs:string">
472
+ <xs:enumeration value="1">
473
+ <xs:annotation>
474
+ <xs:documentation>boiler</xs:documentation>
475
+ </xs:annotation>
476
+ </xs:enumeration>
477
+ <xs:enumeration value="2">
478
+ <xs:annotation>
479
+ <xs:documentation>community heating</xs:documentation>
480
+ </xs:annotation>
481
+ </xs:enumeration>
482
+ <xs:enumeration value="3">
483
+ <xs:annotation>
484
+ <xs:documentation>storage heaters</xs:documentation>
485
+ </xs:annotation>
486
+ </xs:enumeration>
487
+ <xs:enumeration value="4">
488
+ <xs:annotation>
489
+ <xs:documentation>warm air</xs:documentation>
490
+ </xs:annotation>
491
+ </xs:enumeration>
492
+ <xs:enumeration value="5">
493
+ <xs:annotation>
494
+ <xs:documentation>heat pump - wet system</xs:documentation>
495
+ </xs:annotation>
496
+ </xs:enumeration>
497
+ <xs:enumeration value="6">
498
+ <xs:annotation>
499
+ <xs:documentation>heat pump - dry system</xs:documentation>
500
+ </xs:annotation>
501
+ </xs:enumeration>
502
+ <xs:enumeration value="7">
503
+ <xs:annotation>
504
+ <xs:documentation>electric ceiling heating</xs:documentation>
505
+ </xs:annotation>
506
+ </xs:enumeration>
507
+ <xs:enumeration value="8">
508
+ <xs:annotation>
509
+ <xs:documentation>electric underfloor heating</xs:documentation>
510
+ </xs:annotation>
511
+ </xs:enumeration>
512
+ <xs:enumeration value="9">
513
+ <xs:annotation>
514
+ <xs:documentation>room heater</xs:documentation>
515
+ </xs:annotation>
516
+ </xs:enumeration>
517
+ </xs:restriction>
518
+ </xs:simpleType>
519
+ <xs:simpleType name="UtilityServiceProviderCode">
520
+ <xs:restriction base="xs:string">
521
+ <xs:enumeration value="1">
522
+ <xs:annotation>
523
+ <xs:documentation>none</xs:documentation>
524
+ </xs:annotation>
525
+ </xs:enumeration>
526
+ <xs:enumeration value="2">
527
+ <xs:annotation>
528
+ <xs:documentation>private</xs:documentation>
529
+ </xs:annotation>
530
+ </xs:enumeration>
531
+ <xs:enumeration value="3">
532
+ <xs:annotation>
533
+ <xs:documentation>mains</xs:documentation>
534
+ </xs:annotation>
535
+ </xs:enumeration>
536
+ </xs:restriction>
537
+ </xs:simpleType>
538
+ <xs:simpleType name="UKCountryCode">
539
+ <xs:annotation>
540
+ <xs:documentation>Code which indicates the country within the UK, taken from BS 6879.</xs:documentation>
541
+ </xs:annotation>
542
+ <xs:restriction base="xs:string">
543
+ <xs:enumeration value="EAW">
544
+ <xs:annotation>
545
+ <xs:documentation>England and Wales</xs:documentation>
546
+ </xs:annotation>
547
+ </xs:enumeration>
548
+ <xs:enumeration value="SCT">
549
+ <xs:annotation>
550
+ <xs:documentation>Scotland</xs:documentation>
551
+ </xs:annotation>
552
+ </xs:enumeration>
553
+ <xs:enumeration value="NIR">
554
+ <xs:annotation>
555
+ <xs:documentation>Northern Ireland</xs:documentation>
556
+ </xs:annotation>
557
+ </xs:enumeration>
558
+ </xs:restriction>
559
+ </xs:simpleType>
560
+ <xs:simpleType name="UKRegionCode">
561
+ <xs:annotation>
562
+ <xs:documentation>Code which indicates the region within the UK.</xs:documentation>
563
+ </xs:annotation>
564
+ <xs:restriction base="xs:string">
565
+ <xs:enumeration value="1">
566
+ <xs:annotation>
567
+ <xs:documentation>Borders</xs:documentation>
568
+ </xs:annotation>
569
+ </xs:enumeration>
570
+ <xs:enumeration value="2">
571
+ <xs:annotation>
572
+ <xs:documentation>East Anglia</xs:documentation>
573
+ </xs:annotation>
574
+ </xs:enumeration>
575
+ <xs:enumeration value="3">
576
+ <xs:annotation>
577
+ <xs:documentation>East Pennines</xs:documentation>
578
+ </xs:annotation>
579
+ </xs:enumeration>
580
+ <xs:enumeration value="4">
581
+ <xs:annotation>
582
+ <xs:documentation>East Scotland</xs:documentation>
583
+ </xs:annotation>
584
+ </xs:enumeration>
585
+ <xs:enumeration value="5">
586
+ <xs:annotation>
587
+ <xs:documentation>Highland</xs:documentation>
588
+ </xs:annotation>
589
+ </xs:enumeration>
590
+ <xs:enumeration value="6">
591
+ <xs:annotation>
592
+ <xs:documentation>Midlands</xs:documentation>
593
+ </xs:annotation>
594
+ </xs:enumeration>
595
+ <xs:enumeration value="7">
596
+ <xs:annotation>
597
+ <xs:documentation>North East England</xs:documentation>
598
+ </xs:annotation>
599
+ </xs:enumeration>
600
+ <xs:enumeration value="8">
601
+ <xs:annotation>
602
+ <xs:documentation>North East Scotland</xs:documentation>
603
+ </xs:annotation>
604
+ </xs:enumeration>
605
+ <xs:enumeration value="9">
606
+ <xs:annotation>
607
+ <xs:documentation>North West England / South West Scotland</xs:documentation>
608
+ </xs:annotation>
609
+ </xs:enumeration>
610
+ <xs:enumeration value="10">
611
+ <xs:annotation>
612
+ <xs:documentation>Northern Ireland</xs:documentation>
613
+ </xs:annotation>
614
+ </xs:enumeration>
615
+ <xs:enumeration value="11">
616
+ <xs:annotation>
617
+ <xs:documentation>Orkney</xs:documentation>
618
+ </xs:annotation>
619
+ </xs:enumeration>
620
+ <xs:enumeration value="12">
621
+ <xs:annotation>
622
+ <xs:documentation>Severn Valley</xs:documentation>
623
+ </xs:annotation>
624
+ </xs:enumeration>
625
+ <xs:enumeration value="13">
626
+ <xs:annotation>
627
+ <xs:documentation>Shetland</xs:documentation>
628
+ </xs:annotation>
629
+ </xs:enumeration>
630
+ <xs:enumeration value="14">
631
+ <xs:annotation>
632
+ <xs:documentation>South East England</xs:documentation>
633
+ </xs:annotation>
634
+ </xs:enumeration>
635
+ <xs:enumeration value="15">
636
+ <xs:annotation>
637
+ <xs:documentation>South West England</xs:documentation>
638
+ </xs:annotation>
639
+ </xs:enumeration>
640
+ <xs:enumeration value="16">
641
+ <xs:annotation>
642
+ <xs:documentation>Southern England</xs:documentation>
643
+ </xs:annotation>
644
+ </xs:enumeration>
645
+ <xs:enumeration value="17">
646
+ <xs:annotation>
647
+ <xs:documentation>Thames Valley</xs:documentation>
648
+ </xs:annotation>
649
+ </xs:enumeration>
650
+ <xs:enumeration value="18">
651
+ <xs:annotation>
652
+ <xs:documentation>Wales</xs:documentation>
653
+ </xs:annotation>
654
+ </xs:enumeration>
655
+ <xs:enumeration value="19">
656
+ <xs:annotation>
657
+ <xs:documentation>West Pennines</xs:documentation>
658
+ </xs:annotation>
659
+ </xs:enumeration>
660
+ <xs:enumeration value="20">
661
+ <xs:annotation>
662
+ <xs:documentation>West Scotland</xs:documentation>
663
+ </xs:annotation>
664
+ </xs:enumeration>
665
+ <xs:enumeration value="21">
666
+ <xs:annotation>
667
+ <xs:documentation>Western Isles</xs:documentation>
668
+ </xs:annotation>
669
+ </xs:enumeration>
670
+ <xs:enumeration value="22">
671
+ <xs:annotation>
672
+ <xs:documentation>Jersey</xs:documentation>
673
+ </xs:annotation>
674
+ </xs:enumeration>
675
+ <xs:enumeration value="23">
676
+ <xs:annotation>
677
+ <xs:documentation>Guernsey</xs:documentation>
678
+ </xs:annotation>
679
+ </xs:enumeration>
680
+ <xs:enumeration value="24">
681
+ <xs:annotation>
682
+ <xs:documentation>Isle of Man</xs:documentation>
683
+ </xs:annotation>
684
+ </xs:enumeration>
685
+ </xs:restriction>
686
+ </xs:simpleType>
687
+ <xs:simpleType name="TransactionType">
688
+ <xs:restriction base="xs:string">
689
+ <xs:enumeration value="1">
690
+ <xs:annotation>
691
+ <xs:documentation>marketed sale</xs:documentation>
692
+ </xs:annotation>
693
+ </xs:enumeration>
694
+ <xs:enumeration value="2">
695
+ <xs:annotation>
696
+ <xs:documentation>non marketed sale</xs:documentation>
697
+ </xs:annotation>
698
+ </xs:enumeration>
699
+ <xs:enumeration value="3">
700
+ <xs:annotation>
701
+ <xs:documentation>rental (social)</xs:documentation>
702
+ </xs:annotation>
703
+ </xs:enumeration>
704
+ <xs:enumeration value="4">
705
+ <xs:annotation>
706
+ <xs:documentation>rental (private)</xs:documentation>
707
+ </xs:annotation>
708
+ </xs:enumeration>
709
+ <xs:enumeration value="5">
710
+ <xs:annotation>
711
+ <xs:documentation>not sale or rental</xs:documentation>
712
+ </xs:annotation>
713
+ </xs:enumeration>
714
+ <xs:enumeration value="6">
715
+ <xs:annotation>
716
+ <xs:documentation>new dwelling</xs:documentation>
717
+ </xs:annotation>
718
+ </xs:enumeration>
719
+ <xs:enumeration value="7">
720
+ <xs:annotation>
721
+ <xs:documentation>not recorded - this is for backwards compatibility only and should not be used</xs:documentation>
722
+ </xs:annotation>
723
+ </xs:enumeration>
724
+ </xs:restriction>
725
+ </xs:simpleType>
726
+ <xs:simpleType name="DisclosureCode">
727
+ <xs:annotation>
728
+ <xs:documentation>Code indicating any potential conflicts of interest or commercial relationships with other parties.</xs:documentation>
729
+ </xs:annotation>
730
+ <xs:restriction base="xs:string">
731
+ <xs:enumeration value="1">
732
+ <xs:annotation>
733
+ <xs:documentation>No related party</xs:documentation>
734
+ </xs:annotation>
735
+ </xs:enumeration>
736
+ <xs:enumeration value="2">
737
+ <xs:annotation>
738
+ <xs:documentation>Relative of homeowner or occupier of the property</xs:documentation>
739
+ </xs:annotation>
740
+ </xs:enumeration>
741
+ <xs:enumeration value="3">
742
+ <xs:annotation>
743
+ <xs:documentation>Residing at the property</xs:documentation>
744
+ </xs:annotation>
745
+ </xs:enumeration>
746
+ <xs:enumeration value="4">
747
+ <xs:annotation>
748
+ <xs:documentation>Financial interest in the property</xs:documentation>
749
+ </xs:annotation>
750
+ </xs:enumeration>
751
+ <xs:enumeration value="5">
752
+ <xs:annotation>
753
+ <xs:documentation>Owner or Director of the organisation dealing with the property transaction</xs:documentation>
754
+ </xs:annotation>
755
+ </xs:enumeration>
756
+ <xs:enumeration value="6">
757
+ <xs:annotation>
758
+ <xs:documentation>Employed by the professional dealing with the property transaction</xs:documentation>
759
+ </xs:annotation>
760
+ </xs:enumeration>
761
+ <xs:enumeration value="7">
762
+ <xs:annotation>
763
+ <xs:documentation>Relative of the professional dealing with the property transaction</xs:documentation>
764
+ </xs:annotation>
765
+ </xs:enumeration>
766
+ </xs:restriction>
767
+ </xs:simpleType>
768
+ </xs:schema>