epb_view_models 2.0.17 → 2.0.19
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/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-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/lib/epb_view_models.rb +1 -1
- data/lib/view_model/cepc_s_71/cepc.rb +6 -0
- data/lib/view_model/rd_sap_schema_210/common_schema.rb +31 -0
- metadata +2 -2
@@ -1,66 +1,66 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC"
|
3
|
-
xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC"
|
4
|
-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
5
|
-
targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" elementFormDefault="qualified" version="LIG-CEPC-7.0">
|
6
|
-
<xs:include schemaLocation="./Reported-Data.xsd"/>
|
7
|
-
<xs:include schemaLocation="./Performance-Summary.xsd"/>
|
8
|
-
<xs:include schemaLocation="./Report-Header.xsd"/>
|
9
|
-
<xs:include schemaLocation="./Input-Data.xsd"/>
|
10
|
-
<xs:element name="LodgementReportRequest" type="LodgementReportRequest" />
|
11
|
-
<xs:complexType name="LodgementReportRequest">
|
12
|
-
<xs:sequence>
|
13
|
-
<xs:element name="Report" type="Report" minOccurs="1" maxOccurs="1" />
|
14
|
-
</xs:sequence>
|
15
|
-
</xs:complexType>
|
16
|
-
<xs:complexType name="Report">
|
17
|
-
<xs:sequence>
|
18
|
-
<xs:element name="Report-Header" type="Report-Header"/>
|
19
|
-
<xs:element name="Summary-Of-Performance" type="Summary-Of-Performance" minOccurs="0"/>
|
20
|
-
<xs:element name="Unstructured-Data" type="Unstructured-Data" minOccurs="0"/>
|
21
|
-
<xs:element name="Insurance-Details" type="Insurance-Details" minOccurs="0"/>
|
22
|
-
<xs:element name="Energy-Performance-Certificate" type="Energy-Performance-Certificate"/>
|
23
|
-
<xs:element name="Recommendations-Report" type="Recommendations-Report"/>
|
24
|
-
</xs:sequence>
|
25
|
-
</xs:complexType>
|
26
|
-
<xs:complexType name="Insurance-Details">
|
27
|
-
<xs:annotation>
|
28
|
-
<xs:documentation>Details of the Professional Indemnity Insurance policy used to provide cover against a compensation claim against any particular Report.
|
29
|
-
|
30
|
-
A Report may be covered by an Professional Indemnity Insurance policy in one of three different ways:
|
31
|
-
* The Energy Assessor has personal Professional Indemnity Insurance and the Report is covered by this.
|
32
|
-
* The Report is covered by an umbrella Professional Indemnity Insurance policy held by the Report Supplier (the employer of the Energy Assessor) that assigned the inspection to the Energy Assessor.
|
33
|
-
* An individual insurance policy is taken out to cover the individual report such as the case where the property is unusual and falls outside the Energy Assessors normal Professional Indemnity Insurance policy.
|
34
|
-
|
35
|
-
A Energy Assessor may use any or all of these methods to providing Professional Indemnity Insurance for a Report on a case-by-case basis.
|
36
|
-
</xs:documentation>
|
37
|
-
</xs:annotation>
|
38
|
-
<xs:all>
|
39
|
-
<xs:element name="Insurer" type="xs:string">
|
40
|
-
<xs:annotation>
|
41
|
-
<xs:documentation>The name of the insurance company that underwrites / issued the insurance policy</xs:documentation>
|
42
|
-
</xs:annotation>
|
43
|
-
</xs:element>
|
44
|
-
<xs:element name="Policy-No" type="xs:string">
|
45
|
-
<xs:annotation>
|
46
|
-
<xs:documentation>The policy number of the insurance policy</xs:documentation>
|
47
|
-
</xs:annotation>
|
48
|
-
</xs:element>
|
49
|
-
<xs:element name="Effective-Date" type="xs:date">
|
50
|
-
<xs:annotation>
|
51
|
-
<xs:documentation>The date that the insurance policy becomes effective (commences cover)</xs:documentation>
|
52
|
-
</xs:annotation>
|
53
|
-
</xs:element>
|
54
|
-
<xs:element name="Expiry-Date" type="xs:date">
|
55
|
-
<xs:annotation>
|
56
|
-
<xs:documentation>The date that the insurance policy is supposed to expire.</xs:documentation>
|
57
|
-
</xs:annotation>
|
58
|
-
</xs:element>
|
59
|
-
<xs:element name="PI-Limit" type="xs:decimal">
|
60
|
-
<xs:annotation>
|
61
|
-
<xs:documentation>The upper limit of the Professional Indemnity cover provided by the insurance policy.</xs:documentation>
|
62
|
-
</xs:annotation>
|
63
|
-
</xs:element>
|
64
|
-
</xs:all>
|
65
|
-
</xs:complexType>
|
66
|
-
</xs:schema>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC"
|
3
|
+
xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC"
|
4
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
5
|
+
targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" elementFormDefault="qualified" version="LIG-CEPC-7.0">
|
6
|
+
<xs:include schemaLocation="./Reported-Data.xsd"/>
|
7
|
+
<xs:include schemaLocation="./Performance-Summary.xsd"/>
|
8
|
+
<xs:include schemaLocation="./Report-Header.xsd"/>
|
9
|
+
<xs:include schemaLocation="./Input-Data.xsd"/>
|
10
|
+
<xs:element name="LodgementReportRequest" type="LodgementReportRequest" />
|
11
|
+
<xs:complexType name="LodgementReportRequest">
|
12
|
+
<xs:sequence>
|
13
|
+
<xs:element name="Report" type="Report" minOccurs="1" maxOccurs="1" />
|
14
|
+
</xs:sequence>
|
15
|
+
</xs:complexType>
|
16
|
+
<xs:complexType name="Report">
|
17
|
+
<xs:sequence>
|
18
|
+
<xs:element name="Report-Header" type="Report-Header"/>
|
19
|
+
<xs:element name="Summary-Of-Performance" type="Summary-Of-Performance" minOccurs="0"/>
|
20
|
+
<xs:element name="Unstructured-Data" type="Unstructured-Data" minOccurs="0"/>
|
21
|
+
<xs:element name="Insurance-Details" type="Insurance-Details" minOccurs="0"/>
|
22
|
+
<xs:element name="Energy-Performance-Certificate" type="Energy-Performance-Certificate"/>
|
23
|
+
<xs:element name="Recommendations-Report" type="Recommendations-Report"/>
|
24
|
+
</xs:sequence>
|
25
|
+
</xs:complexType>
|
26
|
+
<xs:complexType name="Insurance-Details">
|
27
|
+
<xs:annotation>
|
28
|
+
<xs:documentation>Details of the Professional Indemnity Insurance policy used to provide cover against a compensation claim against any particular Report.
|
29
|
+
|
30
|
+
A Report may be covered by an Professional Indemnity Insurance policy in one of three different ways:
|
31
|
+
* The Energy Assessor has personal Professional Indemnity Insurance and the Report is covered by this.
|
32
|
+
* The Report is covered by an umbrella Professional Indemnity Insurance policy held by the Report Supplier (the employer of the Energy Assessor) that assigned the inspection to the Energy Assessor.
|
33
|
+
* An individual insurance policy is taken out to cover the individual report such as the case where the property is unusual and falls outside the Energy Assessors normal Professional Indemnity Insurance policy.
|
34
|
+
|
35
|
+
A Energy Assessor may use any or all of these methods to providing Professional Indemnity Insurance for a Report on a case-by-case basis.
|
36
|
+
</xs:documentation>
|
37
|
+
</xs:annotation>
|
38
|
+
<xs:all>
|
39
|
+
<xs:element name="Insurer" type="xs:string">
|
40
|
+
<xs:annotation>
|
41
|
+
<xs:documentation>The name of the insurance company that underwrites / issued the insurance policy</xs:documentation>
|
42
|
+
</xs:annotation>
|
43
|
+
</xs:element>
|
44
|
+
<xs:element name="Policy-No" type="xs:string">
|
45
|
+
<xs:annotation>
|
46
|
+
<xs:documentation>The policy number of the insurance policy</xs:documentation>
|
47
|
+
</xs:annotation>
|
48
|
+
</xs:element>
|
49
|
+
<xs:element name="Effective-Date" type="xs:date">
|
50
|
+
<xs:annotation>
|
51
|
+
<xs:documentation>The date that the insurance policy becomes effective (commences cover)</xs:documentation>
|
52
|
+
</xs:annotation>
|
53
|
+
</xs:element>
|
54
|
+
<xs:element name="Expiry-Date" type="xs:date">
|
55
|
+
<xs:annotation>
|
56
|
+
<xs:documentation>The date that the insurance policy is supposed to expire.</xs:documentation>
|
57
|
+
</xs:annotation>
|
58
|
+
</xs:element>
|
59
|
+
<xs:element name="PI-Limit" type="xs:decimal">
|
60
|
+
<xs:annotation>
|
61
|
+
<xs:documentation>The upper limit of the Professional Indemnity cover provided by the insurance policy.</xs:documentation>
|
62
|
+
</xs:annotation>
|
63
|
+
</xs:element>
|
64
|
+
</xs:all>
|
65
|
+
</xs:complexType>
|
66
|
+
</xs:schema>
|
@@ -1,34 +1,34 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" version="LIG-CEPC-7.0"-->
|
3
|
-
<xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" elementFormDefault="qualified" version="LIG-CEPC-7.0">
|
4
|
-
<xs:element name="Input-Data" type="Input-Data"/>
|
5
|
-
<xs:complexType name="Input-Data" abstract="true">
|
6
|
-
<xs:sequence/>
|
7
|
-
</xs:complexType>
|
8
|
-
<xs:element name="Unstructured-Data" type="Unstructured-Data"/>
|
9
|
-
<xs:complexType name="Unstructured-Data">
|
10
|
-
<xs:annotation>
|
11
|
-
<xs:documentation>These are the specific data-items collected by the HI / EA needed to perform the SAP calculation.</xs:documentation>
|
12
|
-
</xs:annotation>
|
13
|
-
<xs:sequence>
|
14
|
-
<xs:element name="Data-Blob" type="Data-Blob" maxOccurs="unbounded"/>
|
15
|
-
</xs:sequence>
|
16
|
-
</xs:complexType>
|
17
|
-
<xs:element name="Data-Blob" type="Data-Blob"/>
|
18
|
-
<xs:complexType name="Data-Blob">
|
19
|
-
<xs:sequence>
|
20
|
-
<xs:element name="File-Location" type="xs:string" minOccurs="0"/>
|
21
|
-
<xs:element name="File-Name" type="xs:string" minOccurs="0"/>
|
22
|
-
<xs:element name="File-Type" type="xs:string" minOccurs="0"/>
|
23
|
-
<xs:element name="Secure-Hash" type="xs:string" minOccurs="0"/>
|
24
|
-
<xs:element name="Data" type="xs:base64Binary" minOccurs="0"/>
|
25
|
-
</xs:sequence>
|
26
|
-
</xs:complexType>
|
27
|
-
<xs:element name="UsableFloorAreaDataType" type="UsableFloorAreaDataType"/>
|
28
|
-
<xs:complexType name="UsableFloorAreaDataType">
|
29
|
-
<xs:all>
|
30
|
-
<xs:element name="Name" type="xs:string" minOccurs="0"/>
|
31
|
-
<xs:element name="Floor-Area" type="xs:decimal" minOccurs="0"/>
|
32
|
-
</xs:all>
|
33
|
-
</xs:complexType>
|
34
|
-
</xs:schema>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" version="LIG-CEPC-7.0"-->
|
3
|
+
<xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" elementFormDefault="qualified" version="LIG-CEPC-7.0">
|
4
|
+
<xs:element name="Input-Data" type="Input-Data"/>
|
5
|
+
<xs:complexType name="Input-Data" abstract="true">
|
6
|
+
<xs:sequence/>
|
7
|
+
</xs:complexType>
|
8
|
+
<xs:element name="Unstructured-Data" type="Unstructured-Data"/>
|
9
|
+
<xs:complexType name="Unstructured-Data">
|
10
|
+
<xs:annotation>
|
11
|
+
<xs:documentation>These are the specific data-items collected by the HI / EA needed to perform the SAP calculation.</xs:documentation>
|
12
|
+
</xs:annotation>
|
13
|
+
<xs:sequence>
|
14
|
+
<xs:element name="Data-Blob" type="Data-Blob" maxOccurs="unbounded"/>
|
15
|
+
</xs:sequence>
|
16
|
+
</xs:complexType>
|
17
|
+
<xs:element name="Data-Blob" type="Data-Blob"/>
|
18
|
+
<xs:complexType name="Data-Blob">
|
19
|
+
<xs:sequence>
|
20
|
+
<xs:element name="File-Location" type="xs:string" minOccurs="0"/>
|
21
|
+
<xs:element name="File-Name" type="xs:string" minOccurs="0"/>
|
22
|
+
<xs:element name="File-Type" type="xs:string" minOccurs="0"/>
|
23
|
+
<xs:element name="Secure-Hash" type="xs:string" minOccurs="0"/>
|
24
|
+
<xs:element name="Data" type="xs:base64Binary" minOccurs="0"/>
|
25
|
+
</xs:sequence>
|
26
|
+
</xs:complexType>
|
27
|
+
<xs:element name="UsableFloorAreaDataType" type="UsableFloorAreaDataType"/>
|
28
|
+
<xs:complexType name="UsableFloorAreaDataType">
|
29
|
+
<xs:all>
|
30
|
+
<xs:element name="Name" type="xs:string" minOccurs="0"/>
|
31
|
+
<xs:element name="Floor-Area" type="xs:decimal" minOccurs="0"/>
|
32
|
+
</xs:all>
|
33
|
+
</xs:complexType>
|
34
|
+
</xs:schema>
|
@@ -1,125 +1,125 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" version="LIG-CEPC-7.0"-->
|
3
|
-
<xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" elementFormDefault="qualified" version="LIG-CEPC-7.0">
|
4
|
-
<xs:element name="Summary-Of-Performance" type="Summary-Of-Performance"/>
|
5
|
-
<xs:complexType name="Summary-Of-Performance">
|
6
|
-
<xs:sequence>
|
7
|
-
<xs:element name="Building-Data" type="Building-Data" minOccurs="1" maxOccurs="unbounded"/>
|
8
|
-
</xs:sequence>
|
9
|
-
</xs:complexType>
|
10
|
-
<xs:element name="Building-Data" type="Building-Data"/>
|
11
|
-
<xs:complexType name="Building-Data">
|
12
|
-
<xs:annotation>
|
13
|
-
<xs:documentation>
|
14
|
-
For an EPC created using EPC-Gen Building-Data is fixed at four, which are:- Actual Building, Notional Building, Reference Building and Typical Buidling
|
15
|
-
|
16
|
-
The type of Building Data is indicated by7 the Analysis-Type field.</xs:documentation>
|
17
|
-
</xs:annotation>
|
18
|
-
<xs:all>
|
19
|
-
<xs:element name="Analysis-Type" type="AnalysisTypeCode"/>
|
20
|
-
<xs:element name="Area" type="xs:float"/>
|
21
|
-
<xs:element name="Area-Exterior" type="xs:float"/>
|
22
|
-
<xs:element name="Q50-Infiltration" type="xs:float"/>
|
23
|
-
<xs:element name="Weather" type="xs:string"/>
|
24
|
-
<xs:element name="Building-W-K" type="xs:float"/>
|
25
|
-
<xs:element name="Building-W-M2K" type="xs:float"/>
|
26
|
-
<xs:element name="Building-Alpha" type="xs:float"/>
|
27
|
-
<xs:element name="HVAC-Systems" type="HVAC-Systems"/>
|
28
|
-
<xs:element name="Global-Performance" type="Global-Performance"/>
|
29
|
-
<xs:element name="Activities" type="Activities"/>
|
30
|
-
<xs:element name="Primary-Energy-Indicator" type="xs:integer">
|
31
|
-
<!--
|
32
|
-
<xs:simpleType>
|
33
|
-
<xs:restriction base="xs:integer">
|
34
|
-
<xs:minInclusive value="1"/>
|
35
|
-
</xs:restriction>
|
36
|
-
</xs:simpleType>
|
37
|
-
-->
|
38
|
-
</xs:element>
|
39
|
-
<xs:element name="Approximate-Energy-Use">
|
40
|
-
<xs:simpleType>
|
41
|
-
<xs:annotation>
|
42
|
-
<xs:documentation>Total annual delivered energy consumption, in kWh/m2, inluding any energy consumed by a CHP, if applicable, and net of any energy displaced by it.</xs:documentation>
|
43
|
-
</xs:annotation>
|
44
|
-
<xs:restriction base="xs:integer">
|
45
|
-
<xs:minInclusive value="1"/>
|
46
|
-
</xs:restriction>
|
47
|
-
</xs:simpleType>
|
48
|
-
</xs:element>
|
49
|
-
</xs:all>
|
50
|
-
</xs:complexType>
|
51
|
-
<xs:element name="Activity" type="Activity"/>
|
52
|
-
<xs:complexType name="Activity">
|
53
|
-
<xs:all>
|
54
|
-
<xs:element name="ID" type="xs:long"/>
|
55
|
-
<xs:element name="Area" type="xs:float"/>
|
56
|
-
</xs:all>
|
57
|
-
</xs:complexType>
|
58
|
-
<xs:element name="Activities" type="Activities"/>
|
59
|
-
<xs:complexType name="Activities">
|
60
|
-
<xs:sequence>
|
61
|
-
<xs:element name="Activity" type="Activity" maxOccurs="unbounded"/>
|
62
|
-
</xs:sequence>
|
63
|
-
</xs:complexType>
|
64
|
-
<xs:element name="HVAC-System-Data" type="HVAC-System-Data"/>
|
65
|
-
<xs:complexType name="HVAC-System-Data">
|
66
|
-
<xs:all>
|
67
|
-
<xs:element name="Area" type="xs:float"/>
|
68
|
-
<xs:element name="Heat-Source" type="xs:string"/>
|
69
|
-
<xs:element name="Type" type="xs:string"/>
|
70
|
-
<xs:element name="Fuel-Type" type="xs:string"/>
|
71
|
-
<xs:element name="Cooling-Gen-SEER" type="xs:float"/>
|
72
|
-
<xs:element name="Cooling-SSEER" type="xs:float"/>
|
73
|
-
<xs:element name="Heating-Gen-SEFF" type="xs:float"/>
|
74
|
-
<xs:element name="Heating-SSEFF" type="xs:float"/>
|
75
|
-
<xs:element name="KWH-M2-Auxiliary" type="xs:float"/>
|
76
|
-
<xs:element name="KWH-M2-Cooling" type="xs:float"/>
|
77
|
-
<xs:element name="KWH-M2-Heating" type="xs:float"/>
|
78
|
-
<xs:element name="MJ-M2-Heating-Dem" type="xs:float"/>
|
79
|
-
<xs:element name="MJ-M2-Cooling-Dem" type="xs:float"/>
|
80
|
-
<xs:element name="Activities" type="Activities"/>
|
81
|
-
</xs:all>
|
82
|
-
</xs:complexType>
|
83
|
-
<xs:element name="Global-Performance" type="Global-Performance"/>
|
84
|
-
<xs:complexType name="Global-Performance">
|
85
|
-
<xs:all>
|
86
|
-
<xs:element name="KWH-M2-Cooling" type="xs:float"/>
|
87
|
-
<xs:element name="KWH-M2-Heating" type="xs:float"/>
|
88
|
-
<xs:element name="KWH-M2-Auxiliary" type="xs:float"/>
|
89
|
-
<xs:element name="KWH-M2-Lighting" type="xs:float"/>
|
90
|
-
<xs:element name="KWH-M2-DHW" type="xs:float"/>
|
91
|
-
<xs:element name="KWH-M2-Equipment" type="xs:float"/>
|
92
|
-
<xs:element name="KWH-M2-Natural-Gas" type="xs:float"/>
|
93
|
-
<xs:element name="KWH-M2-Biogas" type="xs:float"/>
|
94
|
-
<xs:element name="KWH-M2-LPG" type="xs:float"/>
|
95
|
-
<xs:element name="KWH-M2-Coal" type="xs:float"/>
|
96
|
-
<xs:element name="KWH-M2-Oil" type="xs:float"/>
|
97
|
-
<xs:element name="KWH-M2-Anthracite" type="xs:float"/>
|
98
|
-
<xs:element name="KWH-M2-Smokeless" type="xs:float"/>
|
99
|
-
<xs:element name="KWH-M2-Biomass" type="xs:float"/>
|
100
|
-
<xs:element name="KWH-M2-Dual-Fuel" type="xs:float"/>
|
101
|
-
<xs:element name="KWH-M2-Supplied" type="xs:float"/>
|
102
|
-
<xs:element name="KWH-M2-Waste-Heat" type="xs:float"/>
|
103
|
-
<xs:element name="KWH-M2-Displaced" type="xs:float"/>
|
104
|
-
<xs:element name="KWH-M2-PVS" type="xs:float"/>
|
105
|
-
<xs:element name="KWH-M2-CHP" type="xs:float"/>
|
106
|
-
<xs:element name="KWH-M2-SES" type="xs:float"/>
|
107
|
-
<xs:element name="KWH-M2-Wind" type="xs:float"/>
|
108
|
-
<xs:element name="KWH-M2-District-Heating" type="xs:float"/>
|
109
|
-
</xs:all>
|
110
|
-
</xs:complexType>
|
111
|
-
<xs:element name="HVAC-Systems" type="HVAC-Systems"/>
|
112
|
-
<xs:complexType name="HVAC-Systems">
|
113
|
-
<xs:sequence>
|
114
|
-
<xs:element name="HVAC-System-Data" type="HVAC-System-Data" maxOccurs="unbounded"/>
|
115
|
-
</xs:sequence>
|
116
|
-
</xs:complexType>
|
117
|
-
<xs:simpleType name="AnalysisTypeCode">
|
118
|
-
<xs:restriction base="xs:string">
|
119
|
-
<xs:enumeration value="ACTUAL"/>
|
120
|
-
<xs:enumeration value="NOTIONAL"/>
|
121
|
-
<xs:enumeration value="REFERENCE"/>
|
122
|
-
<xs:enumeration value="TYPICAL"/>
|
123
|
-
</xs:restriction>
|
124
|
-
</xs:simpleType>
|
125
|
-
</xs:schema>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" version="LIG-CEPC-7.0"-->
|
3
|
+
<xs:schema xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" elementFormDefault="qualified" version="LIG-CEPC-7.0">
|
4
|
+
<xs:element name="Summary-Of-Performance" type="Summary-Of-Performance"/>
|
5
|
+
<xs:complexType name="Summary-Of-Performance">
|
6
|
+
<xs:sequence>
|
7
|
+
<xs:element name="Building-Data" type="Building-Data" minOccurs="1" maxOccurs="unbounded"/>
|
8
|
+
</xs:sequence>
|
9
|
+
</xs:complexType>
|
10
|
+
<xs:element name="Building-Data" type="Building-Data"/>
|
11
|
+
<xs:complexType name="Building-Data">
|
12
|
+
<xs:annotation>
|
13
|
+
<xs:documentation>
|
14
|
+
For an EPC created using EPC-Gen Building-Data is fixed at four, which are:- Actual Building, Notional Building, Reference Building and Typical Buidling
|
15
|
+
|
16
|
+
The type of Building Data is indicated by7 the Analysis-Type field.</xs:documentation>
|
17
|
+
</xs:annotation>
|
18
|
+
<xs:all>
|
19
|
+
<xs:element name="Analysis-Type" type="AnalysisTypeCode"/>
|
20
|
+
<xs:element name="Area" type="xs:float"/>
|
21
|
+
<xs:element name="Area-Exterior" type="xs:float"/>
|
22
|
+
<xs:element name="Q50-Infiltration" type="xs:float"/>
|
23
|
+
<xs:element name="Weather" type="xs:string"/>
|
24
|
+
<xs:element name="Building-W-K" type="xs:float"/>
|
25
|
+
<xs:element name="Building-W-M2K" type="xs:float"/>
|
26
|
+
<xs:element name="Building-Alpha" type="xs:float"/>
|
27
|
+
<xs:element name="HVAC-Systems" type="HVAC-Systems"/>
|
28
|
+
<xs:element name="Global-Performance" type="Global-Performance"/>
|
29
|
+
<xs:element name="Activities" type="Activities"/>
|
30
|
+
<xs:element name="Primary-Energy-Indicator" type="xs:integer">
|
31
|
+
<!--
|
32
|
+
<xs:simpleType>
|
33
|
+
<xs:restriction base="xs:integer">
|
34
|
+
<xs:minInclusive value="1"/>
|
35
|
+
</xs:restriction>
|
36
|
+
</xs:simpleType>
|
37
|
+
-->
|
38
|
+
</xs:element>
|
39
|
+
<xs:element name="Approximate-Energy-Use">
|
40
|
+
<xs:simpleType>
|
41
|
+
<xs:annotation>
|
42
|
+
<xs:documentation>Total annual delivered energy consumption, in kWh/m2, inluding any energy consumed by a CHP, if applicable, and net of any energy displaced by it.</xs:documentation>
|
43
|
+
</xs:annotation>
|
44
|
+
<xs:restriction base="xs:integer">
|
45
|
+
<xs:minInclusive value="1"/>
|
46
|
+
</xs:restriction>
|
47
|
+
</xs:simpleType>
|
48
|
+
</xs:element>
|
49
|
+
</xs:all>
|
50
|
+
</xs:complexType>
|
51
|
+
<xs:element name="Activity" type="Activity"/>
|
52
|
+
<xs:complexType name="Activity">
|
53
|
+
<xs:all>
|
54
|
+
<xs:element name="ID" type="xs:long"/>
|
55
|
+
<xs:element name="Area" type="xs:float"/>
|
56
|
+
</xs:all>
|
57
|
+
</xs:complexType>
|
58
|
+
<xs:element name="Activities" type="Activities"/>
|
59
|
+
<xs:complexType name="Activities">
|
60
|
+
<xs:sequence>
|
61
|
+
<xs:element name="Activity" type="Activity" maxOccurs="unbounded"/>
|
62
|
+
</xs:sequence>
|
63
|
+
</xs:complexType>
|
64
|
+
<xs:element name="HVAC-System-Data" type="HVAC-System-Data"/>
|
65
|
+
<xs:complexType name="HVAC-System-Data">
|
66
|
+
<xs:all>
|
67
|
+
<xs:element name="Area" type="xs:float"/>
|
68
|
+
<xs:element name="Heat-Source" type="xs:string"/>
|
69
|
+
<xs:element name="Type" type="xs:string"/>
|
70
|
+
<xs:element name="Fuel-Type" type="xs:string"/>
|
71
|
+
<xs:element name="Cooling-Gen-SEER" type="xs:float"/>
|
72
|
+
<xs:element name="Cooling-SSEER" type="xs:float"/>
|
73
|
+
<xs:element name="Heating-Gen-SEFF" type="xs:float"/>
|
74
|
+
<xs:element name="Heating-SSEFF" type="xs:float"/>
|
75
|
+
<xs:element name="KWH-M2-Auxiliary" type="xs:float"/>
|
76
|
+
<xs:element name="KWH-M2-Cooling" type="xs:float"/>
|
77
|
+
<xs:element name="KWH-M2-Heating" type="xs:float"/>
|
78
|
+
<xs:element name="MJ-M2-Heating-Dem" type="xs:float"/>
|
79
|
+
<xs:element name="MJ-M2-Cooling-Dem" type="xs:float"/>
|
80
|
+
<xs:element name="Activities" type="Activities"/>
|
81
|
+
</xs:all>
|
82
|
+
</xs:complexType>
|
83
|
+
<xs:element name="Global-Performance" type="Global-Performance"/>
|
84
|
+
<xs:complexType name="Global-Performance">
|
85
|
+
<xs:all>
|
86
|
+
<xs:element name="KWH-M2-Cooling" type="xs:float"/>
|
87
|
+
<xs:element name="KWH-M2-Heating" type="xs:float"/>
|
88
|
+
<xs:element name="KWH-M2-Auxiliary" type="xs:float"/>
|
89
|
+
<xs:element name="KWH-M2-Lighting" type="xs:float"/>
|
90
|
+
<xs:element name="KWH-M2-DHW" type="xs:float"/>
|
91
|
+
<xs:element name="KWH-M2-Equipment" type="xs:float"/>
|
92
|
+
<xs:element name="KWH-M2-Natural-Gas" type="xs:float"/>
|
93
|
+
<xs:element name="KWH-M2-Biogas" type="xs:float"/>
|
94
|
+
<xs:element name="KWH-M2-LPG" type="xs:float"/>
|
95
|
+
<xs:element name="KWH-M2-Coal" type="xs:float"/>
|
96
|
+
<xs:element name="KWH-M2-Oil" type="xs:float"/>
|
97
|
+
<xs:element name="KWH-M2-Anthracite" type="xs:float"/>
|
98
|
+
<xs:element name="KWH-M2-Smokeless" type="xs:float"/>
|
99
|
+
<xs:element name="KWH-M2-Biomass" type="xs:float"/>
|
100
|
+
<xs:element name="KWH-M2-Dual-Fuel" type="xs:float"/>
|
101
|
+
<xs:element name="KWH-M2-Supplied" type="xs:float"/>
|
102
|
+
<xs:element name="KWH-M2-Waste-Heat" type="xs:float"/>
|
103
|
+
<xs:element name="KWH-M2-Displaced" type="xs:float"/>
|
104
|
+
<xs:element name="KWH-M2-PVS" type="xs:float"/>
|
105
|
+
<xs:element name="KWH-M2-CHP" type="xs:float"/>
|
106
|
+
<xs:element name="KWH-M2-SES" type="xs:float"/>
|
107
|
+
<xs:element name="KWH-M2-Wind" type="xs:float"/>
|
108
|
+
<xs:element name="KWH-M2-District-Heating" type="xs:float"/>
|
109
|
+
</xs:all>
|
110
|
+
</xs:complexType>
|
111
|
+
<xs:element name="HVAC-Systems" type="HVAC-Systems"/>
|
112
|
+
<xs:complexType name="HVAC-Systems">
|
113
|
+
<xs:sequence>
|
114
|
+
<xs:element name="HVAC-System-Data" type="HVAC-System-Data" maxOccurs="unbounded"/>
|
115
|
+
</xs:sequence>
|
116
|
+
</xs:complexType>
|
117
|
+
<xs:simpleType name="AnalysisTypeCode">
|
118
|
+
<xs:restriction base="xs:string">
|
119
|
+
<xs:enumeration value="ACTUAL"/>
|
120
|
+
<xs:enumeration value="NOTIONAL"/>
|
121
|
+
<xs:enumeration value="REFERENCE"/>
|
122
|
+
<xs:enumeration value="TYPICAL"/>
|
123
|
+
</xs:restriction>
|
124
|
+
</xs:simpleType>
|
125
|
+
</xs:schema>
|