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.
- checksums.yaml +4 -4
- data/api/schemas/data/orchestrate.json +4 -0
- data/api/schemas/xml/CEPC-S-7.0/Reports/BaseDataTypes.xsd +296 -296
- data/api/schemas/xml/CEPC-S-7.0/Reports/CEPC-Reports.xsd +63 -63
- data/api/schemas/xml/CEPC-S-7.0/Reports/Input-Data.xsd +34 -34
- data/api/schemas/xml/CEPC-S-7.0/Reports/Performance-Summary.xsd +120 -120
- data/api/schemas/xml/CEPC-S-7.0/Reports/Property.xsd +67 -67
- data/api/schemas/xml/CEPC-S-7.0/Reports/Report-Header.xsd +178 -178
- data/api/schemas/xml/CEPC-S-7.0/Reports/Reported-Data.xsd +391 -391
- data/api/schemas/xml/CEPC-S-7.0/Reports/UserManagement.xsd +171 -171
- data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
- data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
- data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
- data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
- data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
- data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
- data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/UserManagement.xsd +215 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/Property.xsd +73 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/UserManagement.xsd +257 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/EPC-Domains.xsd +743 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/SharedDomains.xsd +660 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xml +1456 -1456
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xsd +236 -236
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/AssessorManagement.xsd +16 -16
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-Certificate.xsd +388 -388
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-CollectedData.xsd +784 -784
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -283
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -222
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -205
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -311
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -380
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-RiskAssessment.xsd +298 -298
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/Property.xsd +67 -67
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/SAP-Reports.xsd +201 -201
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/UserManagement.xsd +259 -259
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/BaseDataTypes.xsd +176 -176
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/EPC-Domains.xsd +881 -881
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/HCR-Domains.xsd +1779 -1779
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SAP-Domains.xsd +1650 -1650
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SharedDomains.xsd +768 -768
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/TypeDefinitions.xsd +19 -19
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xml +1456 -1456
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xsd +236 -236
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/AssessorManagement.xsd +208 -208
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-CollectedData.xsd +957 -957
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ExceptionList.xsd +18 -18
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd +180 -180
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/EPC-Domains.xsd +843 -843
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/SAP-Domains.xsd +2541 -2541
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xml +1456 -1456
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xsd +236 -236
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-CollectedData.xsd +966 -966
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ExceptionList.xsd +18 -18
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -175
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/EPC-Domains.xsd +853 -853
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/SAP-Domains.xsd +2551 -2551
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.cs +11846 -11846
- data/lib/epb_view_models.rb +1 -1
- data/lib/view_model/factory.rb +1 -0
- data/lib/view_model/rd_sap_schema_s_140/common_schema.rb +550 -0
- data/lib/view_model/rd_sap_wrapper.rb +2 -0
- metadata +45 -1
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema targetNamespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" xmlns="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" version="LIG-14.0">
|
|
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.</xs:documentation>
|
|
5
|
+
</xs:annotation>
|
|
6
|
+
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
7
|
+
<xs:include schemaLocation="../UDT/TypeDefinitions.xsd"/>
|
|
8
|
+
<xs:include schemaLocation="../UDT/SharedDomains.xsd"/>
|
|
9
|
+
<xs:include schemaLocation="../UDT/SAP-Domains.xsd"/>
|
|
10
|
+
<xs:element name="SAP-Data" type="SAP-Data"/>
|
|
11
|
+
<xs:complexType name="SAP-Data">
|
|
12
|
+
<xs:annotation>
|
|
13
|
+
<xs:documentation>These are the specific data-items collected by the HI / EA needed to perform the SAP calculation.</xs:documentation>
|
|
14
|
+
</xs:annotation>
|
|
15
|
+
<xs:all>
|
|
16
|
+
<xs:element name="Schema-Version" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
17
|
+
<xs:element name="SAP-Property-Details" type="SAP-Property-Details" minOccurs="1" maxOccurs="1"/>
|
|
18
|
+
</xs:all>
|
|
19
|
+
</xs:complexType>
|
|
20
|
+
<xs:element name="SAP-Property-Details" type="SAP-Property-Details"/>
|
|
21
|
+
<xs:complexType name="SAP-Property-Details">
|
|
22
|
+
<xs:all>
|
|
23
|
+
<xs:element name="Built-Form" type="SAP-BuiltFormCode" minOccurs="0" maxOccurs="1">
|
|
24
|
+
<xs:annotation>
|
|
25
|
+
<xs:documentation>The building type of the Property e.g. Detached, Semi-Detached, Terrace etc.
|
|
26
|
+
|
|
27
|
+
Together with the Property Type, the Build Form produces a structured description of the property.</xs:documentation>
|
|
28
|
+
</xs:annotation>
|
|
29
|
+
</xs:element>
|
|
30
|
+
<xs:element name="Multiple-Glazed-Proportion" type="pfdt:Percentage" minOccurs="0" maxOccurs="1">
|
|
31
|
+
<xs:annotation>
|
|
32
|
+
<xs:documentation>The estimated banded range (e.g. 0% - 10%) of the total glazed area of the Property that is multiple glazed.</xs:documentation>
|
|
33
|
+
</xs:annotation>
|
|
34
|
+
</xs:element>
|
|
35
|
+
<xs:element name="Multiple-Glazing-Type" type="SAP-GlazingTypeCode" minOccurs="1" maxOccurs="1"/>
|
|
36
|
+
<xs:element name="Extensions-Count" type="xs:int" minOccurs="1" maxOccurs="1">
|
|
37
|
+
<xs:annotation>
|
|
38
|
+
<xs:documentation>The number of extensions added to the house.</xs:documentation>
|
|
39
|
+
</xs:annotation>
|
|
40
|
+
</xs:element>
|
|
41
|
+
<xs:element name="Glazed-Area" type="GlazedAreaCode" minOccurs="1" maxOccurs="1">
|
|
42
|
+
<xs:annotation>
|
|
43
|
+
<xs:documentation>Ranged estimate of the total glazed area of the Habitable Area.</xs:documentation>
|
|
44
|
+
</xs:annotation>
|
|
45
|
+
</xs:element>
|
|
46
|
+
<xs:element name="Habitable-Room-Count" type="pfdt:Count" minOccurs="1" maxOccurs="1">
|
|
47
|
+
<xs:annotation>
|
|
48
|
+
<xs:documentation>Count of the number of habitable rooms within the property.
|
|
49
|
+
|
|
50
|
+
This is the number of Reception Rooms (including Living Rooms, Sitting Rooms, Dining Rooms), Bedrooms, Study and similar rooms but excludes hall, stairs, kitchen, utility rooms, bathrooms, cloakrooms, en-suites and similar rooms.</xs:documentation>
|
|
51
|
+
</xs:annotation>
|
|
52
|
+
</xs:element>
|
|
53
|
+
<xs:element name="Heated-Room-Count" type="pfdt:Count" minOccurs="1" maxOccurs="1">
|
|
54
|
+
<xs:annotation>
|
|
55
|
+
<xs:documentation>The numbewr of heated rooms in the property if more than half of the abitable rooms are not heated.</xs:documentation>
|
|
56
|
+
</xs:annotation>
|
|
57
|
+
</xs:element>
|
|
58
|
+
<xs:element name="Low-Energy-Lighting" type="pfdt:Percentage" minOccurs="1" maxOccurs="1">
|
|
59
|
+
<xs:annotation>
|
|
60
|
+
<xs:documentation>The percentage of low energy lighting present in the property as a percentage of the total fixed lights in the property. 0% indicates that no low-energy lighting is present.</xs:documentation>
|
|
61
|
+
</xs:annotation>
|
|
62
|
+
</xs:element>
|
|
63
|
+
<xs:element name="Measurement-Type" type="MeasurementTypeCode" minOccurs="1" maxOccurs="1">
|
|
64
|
+
<xs:annotation>
|
|
65
|
+
<xs:documentation>Indicates the type of measurements taken to calculate floor areas e.g. "Internal" or "External"</xs:documentation>
|
|
66
|
+
</xs:annotation>
|
|
67
|
+
</xs:element>
|
|
68
|
+
<xs:element name="Open-Fireplaces-Count" type="pfdt:Count" minOccurs="1" maxOccurs="1">
|
|
69
|
+
<xs:annotation>
|
|
70
|
+
<xs:documentation>The number of Open Fireplaces in the Property.
|
|
71
|
+
|
|
72
|
+
An Open Fireplace is a fireplace that still allows air to pass between the inside of the Property and the outside.</xs:documentation>
|
|
73
|
+
</xs:annotation>
|
|
74
|
+
</xs:element>
|
|
75
|
+
<xs:element name="Photovoltaic-Supply" type="pfdt:Percentage" minOccurs="1" maxOccurs="1">
|
|
76
|
+
<xs:annotation>
|
|
77
|
+
<xs:documentation>Percentage of photovoltaic area as a percentage of total roof area. 0% indicates that a Photovoltaic Supply is not present in the property.</xs:documentation>
|
|
78
|
+
</xs:annotation>
|
|
79
|
+
</xs:element>
|
|
80
|
+
<xs:element name="Property-Type" type="PropertyTypeCode" minOccurs="1" maxOccurs="1">
|
|
81
|
+
<xs:annotation>
|
|
82
|
+
<xs:documentation>Describes the type of property such as House, Flat, Mansion, Maisonette etc.
|
|
83
|
+
|
|
84
|
+
This is actually the type differentiator for Property but only a limited number of property types, notably Apartment and Apartment Block, have any specific characteristics and warrant their own definition.</xs:documentation>
|
|
85
|
+
</xs:annotation>
|
|
86
|
+
</xs:element>
|
|
87
|
+
<xs:element name="Solar-Water-Heating" type="pfdt:Flag" minOccurs="1" maxOccurs="1">
|
|
88
|
+
<xs:annotation>
|
|
89
|
+
<xs:documentation>Indicates whether the heating in the Property is solar powered.</xs:documentation>
|
|
90
|
+
</xs:annotation>
|
|
91
|
+
</xs:element>
|
|
92
|
+
<xs:element name="Mechanical-Ventilation" type="VentilationTypeCode" minOccurs="1" maxOccurs="1">
|
|
93
|
+
<xs:annotation>
|
|
94
|
+
<xs:documentation>Identifies the type of mechanical ventilation the property has. This is required for the RdSAP calculation.</xs:documentation>
|
|
95
|
+
</xs:annotation>
|
|
96
|
+
</xs:element>
|
|
97
|
+
<xs:element name="Conservatory-Type" type="SAP-ConservatoryTypeCode" minOccurs="1" maxOccurs="1">
|
|
98
|
+
<xs:annotation>
|
|
99
|
+
<xs:documentation>Type of Conservatory</xs:documentation>
|
|
100
|
+
</xs:annotation>
|
|
101
|
+
</xs:element>
|
|
102
|
+
<xs:element name="SAP-Heating" type="SAP-Heating" minOccurs="0" maxOccurs="1"/>
|
|
103
|
+
<xs:element name="SAP-Energy-Source" type="SAP-Energy-Source" minOccurs="0" maxOccurs="1"/>
|
|
104
|
+
<xs:element name="SAP-Building-Parts" type="SAP-Building-Parts" minOccurs="1" maxOccurs="1"/>
|
|
105
|
+
<xs:element name="SAP-Flat-Details" type="SAP-Flat-Details" minOccurs="0" maxOccurs="1"/>
|
|
106
|
+
<xs:element name="SAP-Windows" type="SAP-Windows" minOccurs="0" maxOccurs="1"/>
|
|
107
|
+
<xs:element name="SAP-Deselected-Improvements" type="SAP-Deselected-Improvements" minOccurs="0" maxOccurs="1"/>
|
|
108
|
+
</xs:all>
|
|
109
|
+
</xs:complexType>
|
|
110
|
+
<xs:element name="SAP-Floor-Dimension" type="SAP-Floor-Dimension"/>
|
|
111
|
+
<xs:complexType name="SAP-Floor-Dimension">
|
|
112
|
+
<xs:annotation>
|
|
113
|
+
<xs:documentation>Various measurements for each floor that makes up a particular Build-Part.</xs:documentation>
|
|
114
|
+
</xs:annotation>
|
|
115
|
+
<xs:all>
|
|
116
|
+
<xs:element name="Heat-Loss-Perimeter" type="pfdt:Measurement" minOccurs="1" maxOccurs="1">
|
|
117
|
+
<xs:annotation>
|
|
118
|
+
<xs:documentation>The estimate total heat loss perimeter for the Storey. The heat loss perimeter is any part of the storey that is exposed to the outside world through which heat may escape.</xs:documentation>
|
|
119
|
+
</xs:annotation>
|
|
120
|
+
</xs:element>
|
|
121
|
+
<xs:element name="Room-Height" type="pfdt:Measurement" minOccurs="1" maxOccurs="1">
|
|
122
|
+
<xs:annotation>
|
|
123
|
+
<xs:documentation>Average height of the Storey</xs:documentation>
|
|
124
|
+
</xs:annotation>
|
|
125
|
+
</xs:element>
|
|
126
|
+
<xs:element name="Total-Floor-Area" type="pfdt:Measurement" minOccurs="1" maxOccurs="1">
|
|
127
|
+
<xs:annotation>
|
|
128
|
+
<xs:documentation>The total floor area of the storey</xs:documentation>
|
|
129
|
+
</xs:annotation>
|
|
130
|
+
</xs:element>
|
|
131
|
+
<xs:element name="Floor" type="SAP-StoreyFloorCode" minOccurs="1" maxOccurs="1"/>
|
|
132
|
+
<xs:element name="Floor-Construction" type="SAP-FloorConstructionCode" minOccurs="0" maxOccurs="1"/>
|
|
133
|
+
<xs:element name="Floor-Insulation" type="SAP-FloorInsulationCode" minOccurs="0" maxOccurs="1"/>
|
|
134
|
+
</xs:all>
|
|
135
|
+
</xs:complexType>
|
|
136
|
+
<xs:element name="MainHeatingDetailsType" type="MainHeatingDetailsType"/>
|
|
137
|
+
<xs:complexType name="MainHeatingDetailsType">
|
|
138
|
+
<xs:annotation>
|
|
139
|
+
<xs:documentation>Structured type for recording the details of the main heating present in nthe property as used in the SAP calculation</xs:documentation>
|
|
140
|
+
</xs:annotation>
|
|
141
|
+
<xs:all>
|
|
142
|
+
<xs:element name="Heating-Brand-Name" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
143
|
+
<xs:element name="Heating-Model-Name" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
144
|
+
<xs:element name="Heating-Boiler-ID" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
145
|
+
<xs:element name="Heating-SEDBUK-ID" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
146
|
+
</xs:all>
|
|
147
|
+
</xs:complexType>
|
|
148
|
+
<xs:element name="SAP-Building-Parts" type="SAP-Building-Parts"/>
|
|
149
|
+
<xs:complexType name="SAP-Building-Parts">
|
|
150
|
+
<xs:annotation>
|
|
151
|
+
<xs:documentation>Details of the significant building parts that comprise the main habitable building in the property. The main habitable area generally consists of a single main building but can over time be extended to include extensions such as new wings and additional storeys.
|
|
152
|
+
|
|
153
|
+
For the purpose of calculating the overall Energy Assessment for the property details of each distinct Building Part, such as its construction, have to be gathered because different materials have different insulation ratings (obviously) which affects the overall rating.
|
|
154
|
+
</xs:documentation>
|
|
155
|
+
</xs:annotation>
|
|
156
|
+
<xs:sequence>
|
|
157
|
+
<xs:element name="SAP-Integral-Conservatory" type="SAP-Integral-Conservatory" minOccurs="0" maxOccurs="1"/>
|
|
158
|
+
<xs:element name="SAP-Building-Part" type="SAP-Building-Part" minOccurs="1" maxOccurs="unbounded"/>
|
|
159
|
+
<xs:element name="SAP-Alternative-Wall" type="SAP-Alternative-Wall" minOccurs="0" maxOccurs="1"/>
|
|
160
|
+
</xs:sequence>
|
|
161
|
+
</xs:complexType>
|
|
162
|
+
<xs:element name="SAP-Building-Part" type="SAP-Building-Part"/>
|
|
163
|
+
<xs:complexType name="SAP-Building-Part">
|
|
164
|
+
<xs:annotation>
|
|
165
|
+
<xs:documentation>A permanent structure that forms part of the Property and is built primarily for human habitation. A Building is usually made up of one or more Storey's and may contain a number of Internal Structural Features. An extension would be a Building Part.</xs:documentation>
|
|
166
|
+
</xs:annotation>
|
|
167
|
+
<xs:all>
|
|
168
|
+
<xs:element name="Building-Part-Number" type="xs:positiveInteger" minOccurs="1" maxOccurs="1">
|
|
169
|
+
<xs:annotation>
|
|
170
|
+
<xs:documentation>An integer value which uniquely identifies the building part in the property. The value "1" must be assigned to the main dwelling.</xs:documentation>
|
|
171
|
+
</xs:annotation>
|
|
172
|
+
</xs:element>
|
|
173
|
+
<xs:element name="Identifier" type="pfdt:IDString" minOccurs="0" maxOccurs="1">
|
|
174
|
+
<xs:annotation>
|
|
175
|
+
<xs:documentation>Identifier for the Building part - generally only required if there are more that one Building Parts of the same type e.g. "West Wing" and "East Wing" Extensions</xs:documentation>
|
|
176
|
+
</xs:annotation>
|
|
177
|
+
</xs:element>
|
|
178
|
+
<xs:element name="Construction-Age-Band" type="ConstructionDateCode" minOccurs="1" maxOccurs="1">
|
|
179
|
+
<xs:annotation>
|
|
180
|
+
<xs:documentation>The age band when this building part was constructed.</xs:documentation>
|
|
181
|
+
</xs:annotation>
|
|
182
|
+
</xs:element>
|
|
183
|
+
<xs:element name="Wall-Insulation-Type" type="WallInsulationCode" minOccurs="1" maxOccurs="1">
|
|
184
|
+
<xs:annotation>
|
|
185
|
+
<xs:documentation>Describes the type of insulation present in the wall if any.</xs:documentation>
|
|
186
|
+
</xs:annotation>
|
|
187
|
+
</xs:element>
|
|
188
|
+
<xs:element name="Roof-Construction" type="RoofTypeCode" minOccurs="0" maxOccurs="1">
|
|
189
|
+
<xs:annotation>
|
|
190
|
+
<xs:documentation>Describes the material that the roof of the Building Part is constructed from e.g. Tile, Slate etc.</xs:documentation>
|
|
191
|
+
</xs:annotation>
|
|
192
|
+
</xs:element>
|
|
193
|
+
<xs:element name="Wall-Construction" type="WallConstructionCode" minOccurs="1" maxOccurs="1"/>
|
|
194
|
+
<xs:element name="Roof-Insulation-Location" type="RoofInsulationLocationCode" minOccurs="1" maxOccurs="1">
|
|
195
|
+
<xs:annotation>
|
|
196
|
+
<xs:documentation>The location of the insulation in the roof e.g. between joists, in rafters etc.</xs:documentation>
|
|
197
|
+
</xs:annotation>
|
|
198
|
+
</xs:element>
|
|
199
|
+
<xs:element name="Roof-Insulation-Thickness" type="RoofInsulationThicknessCode" minOccurs="1" maxOccurs="1">
|
|
200
|
+
<xs:annotation>
|
|
201
|
+
<xs:documentation>Average thickness range of the insulation e.g. "100 - 125", "200 - 225" etc.</xs:documentation>
|
|
202
|
+
</xs:annotation>
|
|
203
|
+
</xs:element>
|
|
204
|
+
<xs:element name="SAP-Floor-Dimensions" type="SAP-Floor-Dimensions" minOccurs="0" maxOccurs="1"/>
|
|
205
|
+
<xs:element name="SAP-Room-In-Roof" type="SAP-Room-In-Roof" minOccurs="0" maxOccurs="1"/>
|
|
206
|
+
</xs:all>
|
|
207
|
+
</xs:complexType>
|
|
208
|
+
<xs:element name="SAP-Alternative-Wall" type="SAP-Alternative-Wall"/>
|
|
209
|
+
<xs:complexType name="SAP-Alternative-Wall">
|
|
210
|
+
<xs:all>
|
|
211
|
+
<xs:element name="Wall-Location" type="BuildingPartCode" minOccurs="1" maxOccurs="1"/>
|
|
212
|
+
<xs:element name="Wall-Construction" type="WallConstructionCode" minOccurs="1" maxOccurs="1"/>
|
|
213
|
+
<xs:element name="Wall-Insulation-Type" type="WallInsulationCode" minOccurs="1" maxOccurs="1"/>
|
|
214
|
+
<xs:element name="Wall-Area" type="pfdt:Measurement" minOccurs="1" maxOccurs="1"/>
|
|
215
|
+
</xs:all>
|
|
216
|
+
</xs:complexType>
|
|
217
|
+
<xs:element name="SAP-Internal-Wall" type="SAP-Internal-Wall"/>
|
|
218
|
+
<xs:complexType name="SAP-Internal-Wall">
|
|
219
|
+
<xs:all>
|
|
220
|
+
<xs:element name="Construction" type="WallConstructionCode" minOccurs="1" maxOccurs="1">
|
|
221
|
+
<xs:annotation>
|
|
222
|
+
<xs:documentation>Classifies the type of construction for the Wall e.g. stud-partition, brick etc.</xs:documentation>
|
|
223
|
+
</xs:annotation>
|
|
224
|
+
</xs:element>
|
|
225
|
+
<xs:element name="U-Value" type="UValue" minOccurs="1" maxOccurs="1"/>
|
|
226
|
+
</xs:all>
|
|
227
|
+
</xs:complexType>
|
|
228
|
+
<xs:element name="SAP-Energy-Source" type="SAP-Energy-Source"/>
|
|
229
|
+
<xs:complexType name="SAP-Energy-Source">
|
|
230
|
+
<xs:annotation>
|
|
231
|
+
<xs:documentation>Details of the main Electricity supply to the Property.</xs:documentation>
|
|
232
|
+
</xs:annotation>
|
|
233
|
+
<xs:all>
|
|
234
|
+
<xs:element name="Meter-Type" type="ElectricMeterTypeCode" minOccurs="1" maxOccurs="1">
|
|
235
|
+
<xs:annotation>
|
|
236
|
+
<xs:documentation>The type of Electricity Meter - taken from a pre-defined list of values.</xs:documentation>
|
|
237
|
+
</xs:annotation>
|
|
238
|
+
</xs:element>
|
|
239
|
+
<xs:element name="Main-Gas" type="pfdt:Flag" minOccurs="0" maxOccurs="1">
|
|
240
|
+
<xs:annotation>
|
|
241
|
+
<xs:documentation>Additional record of Energy Source - selected if Gas</xs:documentation>
|
|
242
|
+
</xs:annotation>
|
|
243
|
+
</xs:element>
|
|
244
|
+
<xs:element name="Wind-Turbines-Count" type="SAP-WindTurbinesCount" minOccurs="1" maxOccurs="1">
|
|
245
|
+
<xs:annotation>
|
|
246
|
+
<xs:documentation>Number of wind turbines; 0 if none.</xs:documentation>
|
|
247
|
+
</xs:annotation>
|
|
248
|
+
</xs:element>
|
|
249
|
+
<xs:element name="Wind-Turbines-Terrain-Type" type="SAP-TerrainTypeCode" minOccurs="1" maxOccurs="1">
|
|
250
|
+
<xs:annotation>
|
|
251
|
+
<xs:documentation>Terrain type; only if wind turbine.</xs:documentation>
|
|
252
|
+
</xs:annotation>
|
|
253
|
+
</xs:element>
|
|
254
|
+
</xs:all>
|
|
255
|
+
</xs:complexType>
|
|
256
|
+
<xs:element name="SAP-Heating" type="SAP-Heating"/>
|
|
257
|
+
<xs:complexType name="SAP-Heating">
|
|
258
|
+
<xs:annotation>
|
|
259
|
+
<xs:documentation>Details of the means by which the Main Building is heated.</xs:documentation>
|
|
260
|
+
</xs:annotation>
|
|
261
|
+
<xs:all>
|
|
262
|
+
<xs:element name="Main-Heating-Category" type="SAP-MainHeatingCategoryCode" minOccurs="1" maxOccurs="1">
|
|
263
|
+
<xs:annotation>
|
|
264
|
+
<xs:documentation>Category of heating system for the main heating system.</xs:documentation>
|
|
265
|
+
</xs:annotation>
|
|
266
|
+
</xs:element>
|
|
267
|
+
<xs:element name="Secondary-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="0" maxOccurs="1">
|
|
268
|
+
<xs:annotation>
|
|
269
|
+
<xs:documentation>The secondary type of fuel used to power the central heating e.g. Gas, Electricity</xs:documentation>
|
|
270
|
+
</xs:annotation>
|
|
271
|
+
</xs:element>
|
|
272
|
+
<xs:element name="Main-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="1" maxOccurs="1">
|
|
273
|
+
<xs:annotation>
|
|
274
|
+
<xs:documentation>The type of fuel used to power the central heating e.g. Gas, Electricity</xs:documentation>
|
|
275
|
+
</xs:annotation>
|
|
276
|
+
</xs:element>
|
|
277
|
+
<xs:element name="Water-Heating-Fuel" type="HeatingFuelTypeCode" minOccurs="1" maxOccurs="1">
|
|
278
|
+
<xs:annotation>
|
|
279
|
+
<xs:documentation>The type of fuel used to heat the water e.g. Gas, Electricity</xs:documentation>
|
|
280
|
+
</xs:annotation>
|
|
281
|
+
</xs:element>
|
|
282
|
+
<xs:element name="Main-Heating-Control" type="SAP-HeatingCode" minOccurs="1" maxOccurs="1">
|
|
283
|
+
<xs:annotation>
|
|
284
|
+
<xs:documentation>Type of Main Control for the Heating System.</xs:documentation>
|
|
285
|
+
</xs:annotation>
|
|
286
|
+
</xs:element>
|
|
287
|
+
<xs:element name="Secondary-Heating-Type" type="SAP-HeatingCode" minOccurs="0" maxOccurs="1">
|
|
288
|
+
<xs:annotation>
|
|
289
|
+
<xs:documentation>Type of secondary heating (if any) present in the property.</xs:documentation>
|
|
290
|
+
</xs:annotation>
|
|
291
|
+
</xs:element>
|
|
292
|
+
<xs:element name="Water-Heating-Code" type="SAP-HeatingCode" minOccurs="1" maxOccurs="1">
|
|
293
|
+
<xs:annotation>
|
|
294
|
+
<xs:documentation>Describes the type of Water Heating present in the Property.</xs:documentation>
|
|
295
|
+
</xs:annotation>
|
|
296
|
+
</xs:element>
|
|
297
|
+
<xs:element name="Immersion-Heating-Type" type="ImmersionHeatingTypeCode" minOccurs="0" maxOccurs="1"/>
|
|
298
|
+
<xs:element name="Cylinder-Size" type="CylinderSizeCode" minOccurs="0" maxOccurs="1">
|
|
299
|
+
<xs:annotation>
|
|
300
|
+
<xs:documentation>The size of the Hot Water Cylinder - taken from a range of standard sizes.</xs:documentation>
|
|
301
|
+
</xs:annotation>
|
|
302
|
+
</xs:element>
|
|
303
|
+
<xs:element name="Cylinder-Insulation-Type" type="CylinderInsulationTypeCode" minOccurs="0" maxOccurs="1">
|
|
304
|
+
<xs:annotation>
|
|
305
|
+
<xs:documentation>the type of insulation surrounding the Hot Water Cylinder</xs:documentation>
|
|
306
|
+
</xs:annotation>
|
|
307
|
+
</xs:element>
|
|
308
|
+
<xs:element name="Cylinder-Insulation-Thickness" type="CylinderThicknessCode" minOccurs="0" maxOccurs="1">
|
|
309
|
+
<xs:annotation>
|
|
310
|
+
<xs:documentation>Average thickness of the insulation surrounding the Hot Water Cylinder.</xs:documentation>
|
|
311
|
+
</xs:annotation>
|
|
312
|
+
</xs:element>
|
|
313
|
+
<xs:element name="Cylinder-Thermostat" type="pfdt:Flag" minOccurs="0" maxOccurs="1">
|
|
314
|
+
<xs:annotation>
|
|
315
|
+
<xs:documentation>The type of thermostat installed for the hot water cylinder</xs:documentation>
|
|
316
|
+
</xs:annotation>
|
|
317
|
+
</xs:element>
|
|
318
|
+
<xs:element name="Boiler-Index-Number" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
319
|
+
<xs:element name="Main-Heating-Data-Source" type="BoilerDataSourceCode" minOccurs="1" maxOccurs="1"/>
|
|
320
|
+
<xs:element name="SAP-Main-Heating-Code" type="SAP-HeatingCode" minOccurs="0" maxOccurs="1"/>
|
|
321
|
+
<xs:element name="Boiler-Flue-Type" type="BoilerFlueTypeCode" minOccurs="0" maxOccurs="1">
|
|
322
|
+
<xs:annotation>
|
|
323
|
+
<xs:documentation>Indicates the flue type of the heating system.</xs:documentation>
|
|
324
|
+
</xs:annotation>
|
|
325
|
+
</xs:element>
|
|
326
|
+
<xs:element name="Fan-Flue-Present" type="pfdt:Flag" minOccurs="0" maxOccurs="1">
|
|
327
|
+
<xs:annotation>
|
|
328
|
+
<xs:documentation>Indicates whether the heating system contains a fan flue. This is required by RdSAP and should be part of the 3-letter codes but isn't.</xs:documentation>
|
|
329
|
+
</xs:annotation>
|
|
330
|
+
</xs:element>
|
|
331
|
+
<xs:element name="Heat-Emitter-Type" type="HeatEmitterCode" minOccurs="1" maxOccurs="1">
|
|
332
|
+
<xs:annotation>
|
|
333
|
+
<xs:documentation>Identifies the means by which the central heating system (if present) emits heat.</xs:documentation>
|
|
334
|
+
</xs:annotation>
|
|
335
|
+
</xs:element>
|
|
336
|
+
</xs:all>
|
|
337
|
+
</xs:complexType>
|
|
338
|
+
<xs:element name="SAP-Floor-Dimensions" type="SAP-Floor-Dimensions"/>
|
|
339
|
+
<xs:complexType name="SAP-Floor-Dimensions">
|
|
340
|
+
<xs:sequence>
|
|
341
|
+
<xs:element name="SAP-Floor-Dimension" type="SAP-Floor-Dimension" minOccurs="0" maxOccurs="unbounded"/>
|
|
342
|
+
</xs:sequence>
|
|
343
|
+
</xs:complexType>
|
|
344
|
+
<xs:element name="SAP-Integral-Conservatory" type="SAP-Integral-Conservatory"/>
|
|
345
|
+
<xs:complexType name="SAP-Integral-Conservatory">
|
|
346
|
+
<xs:annotation>
|
|
347
|
+
<xs:documentation>A conservatory intergrated into the property that is within the heat-loss perimeter and forms part of the habitable area.</xs:documentation>
|
|
348
|
+
</xs:annotation>
|
|
349
|
+
<xs:all>
|
|
350
|
+
<xs:element name="Double-Glazed" type="pfdt:Flag" minOccurs="1" maxOccurs="1">
|
|
351
|
+
<xs:annotation>
|
|
352
|
+
<xs:documentation>Indicates whether the conservatory is double glazed</xs:documentation>
|
|
353
|
+
</xs:annotation>
|
|
354
|
+
</xs:element>
|
|
355
|
+
<xs:element name="Floor-Area" type="pfdt:Measurement" minOccurs="1" maxOccurs="1">
|
|
356
|
+
<xs:annotation>
|
|
357
|
+
<xs:documentation>The gross floor area of the conservatory</xs:documentation>
|
|
358
|
+
</xs:annotation>
|
|
359
|
+
</xs:element>
|
|
360
|
+
<xs:element name="Glazed-Perimeter" type="pfdt:Measurement" minOccurs="1" maxOccurs="1">
|
|
361
|
+
<xs:annotation>
|
|
362
|
+
<xs:documentation>The length of the glazed area</xs:documentation>
|
|
363
|
+
</xs:annotation>
|
|
364
|
+
</xs:element>
|
|
365
|
+
<xs:element name="Room-Height" type="ConservatoryHeightCode" minOccurs="1" maxOccurs="1">
|
|
366
|
+
<xs:annotation>
|
|
367
|
+
<xs:documentation>The average height of the conservatory</xs:documentation>
|
|
368
|
+
</xs:annotation>
|
|
369
|
+
</xs:element>
|
|
370
|
+
</xs:all>
|
|
371
|
+
</xs:complexType>
|
|
372
|
+
<xs:element name="SAP-Flat-Details" type="SAP-Flat-Details"/>
|
|
373
|
+
<xs:complexType name="SAP-Flat-Details">
|
|
374
|
+
<xs:all>
|
|
375
|
+
<xs:element name="Flat-Location" type="BlockStoreyCode" minOccurs="1" maxOccurs="1">
|
|
376
|
+
<xs:annotation>
|
|
377
|
+
<xs:documentation>Identifies the storey within the block that the entrance to the flat is located on</xs:documentation>
|
|
378
|
+
</xs:annotation>
|
|
379
|
+
</xs:element>
|
|
380
|
+
<xs:element name="Storey-Count" type="pfdt:Count" minOccurs="1" maxOccurs="1">
|
|
381
|
+
<xs:annotation>
|
|
382
|
+
<xs:documentation>The number of Storeys in the Apartment Block.</xs:documentation>
|
|
383
|
+
</xs:annotation>
|
|
384
|
+
</xs:element>
|
|
385
|
+
<xs:element name="Top-Storey" type="pfdt:Flag" minOccurs="1" maxOccurs="1">
|
|
386
|
+
<xs:annotation>
|
|
387
|
+
<xs:documentation>Indicates that the Apartment is located on the Top Storey of the Apartment Block.</xs:documentation>
|
|
388
|
+
</xs:annotation>
|
|
389
|
+
</xs:element>
|
|
390
|
+
<xs:element name="Heat-Loss-Corridor" type="HeatLossCorridorCode" minOccurs="1" maxOccurs="1">
|
|
391
|
+
<xs:annotation>
|
|
392
|
+
<xs:documentation>Indiocates that the flat contained a cossidor through which heat is lost.</xs:documentation>
|
|
393
|
+
</xs:annotation>
|
|
394
|
+
</xs:element>
|
|
395
|
+
<xs:element name="Unheated-Corridor-Length" type="pfdt:Measurement" minOccurs="0" maxOccurs="1">
|
|
396
|
+
<xs:annotation>
|
|
397
|
+
<xs:documentation>The tortal length of unheated corridor in the flat. Only popualted if Heat-Loss-Corridor = {Unheated Corridor}</xs:documentation>
|
|
398
|
+
</xs:annotation>
|
|
399
|
+
</xs:element>
|
|
400
|
+
<xs:element name="Floor-Heat-Loss" type="HeatLossFloorCode" minOccurs="1" maxOccurs="1">
|
|
401
|
+
<xs:annotation>
|
|
402
|
+
<xs:documentation>Identifies the type of foor through which heat loss occurs.</xs:documentation>
|
|
403
|
+
</xs:annotation>
|
|
404
|
+
</xs:element>
|
|
405
|
+
</xs:all>
|
|
406
|
+
</xs:complexType>
|
|
407
|
+
<xs:element name="SAP-Windows" type="SAP-Windows"/>
|
|
408
|
+
<xs:complexType name="SAP-Windows">
|
|
409
|
+
<xs:annotation>
|
|
410
|
+
<xs:documentation>Details of the windows in the building</xs:documentation>
|
|
411
|
+
</xs:annotation>
|
|
412
|
+
<xs:sequence>
|
|
413
|
+
<xs:element name="SAP-Window" type="SAP-Window" minOccurs="0" maxOccurs="unbounded"/>
|
|
414
|
+
</xs:sequence>
|
|
415
|
+
</xs:complexType>
|
|
416
|
+
<xs:element name="SAP-Window" type="SAP-Window"/>
|
|
417
|
+
<xs:complexType name="SAP-Window">
|
|
418
|
+
<xs:all>
|
|
419
|
+
<xs:element name="Window-Location" type="BuildingPartCode" minOccurs="1" maxOccurs="1"/>
|
|
420
|
+
<xs:element name="Window-Area" type="pfdt:Measurement" minOccurs="1" maxOccurs="1"/>
|
|
421
|
+
<xs:element name="Glazing-Type" type="SAP-GlazingTypeCode" minOccurs="1" maxOccurs="1"/>
|
|
422
|
+
<xs:element name="Window-Type" type="WindowTypeCode" minOccurs="1" maxOccurs="1"/>
|
|
423
|
+
</xs:all>
|
|
424
|
+
</xs:complexType>
|
|
425
|
+
<xs:element name="SAP-Room-In-Roof" type="SAP-Room-In-Roof"/>
|
|
426
|
+
<xs:complexType name="SAP-Room-In-Roof">
|
|
427
|
+
<xs:all>
|
|
428
|
+
<xs:element name="Floor-Area" type="pfdt:Measurement" minOccurs="1" maxOccurs="1"/>
|
|
429
|
+
<xs:element name="Construction-Age-Band" type="ConstructionDateCode" minOccurs="0" maxOccurs="1"/>
|
|
430
|
+
<xs:element name="Insulation" type="SAP-RoomInRoofInsulationCode" minOccurs="1" maxOccurs="1"/>
|
|
431
|
+
<xs:element name="Roof-Insulation-Thickness" type="RoofInsulationThicknessCode" minOccurs="0" maxOccurs="1"/>
|
|
432
|
+
</xs:all>
|
|
433
|
+
</xs:complexType>
|
|
434
|
+
<xs:element name="SAP-Deselected-Improvements" type="SAP-Deselected-Improvements"/>
|
|
435
|
+
<xs:complexType name="SAP-Deselected-Improvements">
|
|
436
|
+
<xs:annotation>
|
|
437
|
+
<xs:documentation>There are 22 possible improvement measures, designated from A to V. This must record measures deselected by DEA
|
|
438
|
+
(A to V is the full set, only E, N, U and V are considered at the moment for new build).</xs:documentation>
|
|
439
|
+
</xs:annotation>
|
|
440
|
+
<xs:sequence>
|
|
441
|
+
<xs:element name="Deselected-Improvement-Measure" type="SAP-ImprovementMeasureCode" minOccurs="1" maxOccurs="unbounded"/>
|
|
442
|
+
</xs:sequence>
|
|
443
|
+
</xs:complexType>
|
|
444
|
+
</xs:schema>
|