epb_view_models 2.1.7 → 2.1.8
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/.ruby-version +1 -1
 - data/Gemfile +1 -1
 - 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
 - metadata +3 -7
 
| 
         @@ -1,406 +1,406 @@ 
     | 
|
| 
       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" xmlns:UDT="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" 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:include schemaLocation="./Report-Header.xsd"/>
         
     | 
| 
       5 
     | 
    
         
            -
            	<xs:include schemaLocation="./BaseDataTypes.xsd"/>
         
     | 
| 
       6 
     | 
    
         
            -
            	<xs:element name="Report-Data" type="Report-Data"/>
         
     | 
| 
       7 
     | 
    
         
            -
            	<xs:complexType name="Report-Data" abstract="true">
         
     | 
| 
       8 
     | 
    
         
            -
            		<xs:all/>
         
     | 
| 
       9 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       10 
     | 
    
         
            -
            	<xs:element name="Technical-Information" type="Technical-Information"/>
         
     | 
| 
       11 
     | 
    
         
            -
            	<xs:complexType name="Technical-Information">
         
     | 
| 
       12 
     | 
    
         
            -
            		<xs:all>
         
     | 
| 
       13 
     | 
    
         
            -
            			<xs:element name="Main-Heating-Fuel" type="HeatingFuelTypeCode" minOccurs="0">
         
     | 
| 
       14 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       15 
     | 
    
         
            -
            					<xs:documentation>Main Heating Fuel used in the building. This is onl;y required for a Display Energy Certificate or Energy Performance Certificate and doesn't appear on the Recommendations Report or Advisory Report.</xs:documentation>
         
     | 
| 
       16 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       17 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       18 
     | 
    
         
            -
            			<xs:element name="Other-Fuel-Description" type="xs:string" minOccurs="0">
         
     | 
| 
       19 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       20 
     | 
    
         
            -
            					<xs:documentation>Text description of unspecified fuel type if Other is selected for Main-Heating-Fuel.</xs:documentation>
         
     | 
| 
       21 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       22 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       23 
     | 
    
         
            -
            			<xs:element name="Building-Environment" type="BuildingEnvironmentCode">
         
     | 
| 
       24 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       25 
     | 
    
         
            -
            					<xs:documentation>Services</xs:documentation>
         
     | 
| 
       26 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       27 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       28 
     | 
    
         
            -
            			<xs:element name="Floor-Area" type="xs:decimal">
         
     | 
| 
       29 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       30 
     | 
    
         
            -
            					<xs:documentation>Total Useful Floor Area (M^2)</xs:documentation>
         
     | 
| 
       31 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       32 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       33 
     | 
    
         
            -
            			<xs:element name="Special-Energy-Uses" type="xs:string" minOccurs="0">
         
     | 
| 
       34 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       35 
     | 
    
         
            -
            					<xs:documentation>Special energy uses discounted. This only appears on the advisory Report.</xs:documentation>
         
     | 
| 
       36 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       37 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       38 
     | 
    
         
            -
            			<xs:element name="Renewable-Sources" type="xs:string" minOccurs="0">
         
     | 
| 
       39 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       40 
     | 
    
         
            -
            					<xs:documentation>On-site renewable energy sources. This only appears on the Advisory Report.</xs:documentation>
         
     | 
| 
       41 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       42 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       43 
     | 
    
         
            -
            			<xs:element name="OR-Availability-Date" type="xs:date" minOccurs="0">
         
     | 
| 
       44 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       45 
     | 
    
         
            -
            					<xs:documentation>The date that the Operational Rating will be available if its not already.</xs:documentation>
         
     | 
| 
       46 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       47 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       48 
     | 
    
         
            -
            			<xs:element name="Separately-Metered-Electric-Heating" type="xs:boolean" minOccurs="0"/>
         
     | 
| 
       49 
     | 
    
         
            -
            		</xs:all>
         
     | 
| 
       50 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       51 
     | 
    
         
            -
            	<xs:simpleType name="BuildingEnvironmentCode">
         
     | 
| 
       52 
     | 
    
         
            -
            		<xs:restriction base="xs:string">
         
     | 
| 
       53 
     | 
    
         
            -
            			<xs:enumeration value="Air Conditioning">
         
     | 
| 
       54 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       55 
     | 
    
         
            -
            					<xs:documentation>Air Conditioned</xs:documentation>
         
     | 
| 
       56 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       57 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       58 
     | 
    
         
            -
            			<xs:enumeration value="Heating and Natural Ventilation"/>
         
     | 
| 
       59 
     | 
    
         
            -
            			<xs:enumeration value="Heating and Mechanical Ventilation"/>
         
     | 
| 
       60 
     | 
    
         
            -
            			<xs:enumeration value="Mixed-mode with Natural Ventilation"/>
         
     | 
| 
       61 
     | 
    
         
            -
            			<xs:enumeration value="Mixed-mode with Mechanical Ventilation"/>
         
     | 
| 
       62 
     | 
    
         
            -
            			<xs:enumeration value="Unconditioned"/>
         
     | 
| 
       63 
     | 
    
         
            -
            			<xs:enumeration value="Natural Ventilation Only"/>
         
     | 
| 
       64 
     | 
    
         
            -
            			<xs:enumeration value="Mechanical Ventilation Only"/>
         
     | 
| 
       65 
     | 
    
         
            -
            		</xs:restriction>
         
     | 
| 
       66 
     | 
    
         
            -
            	</xs:simpleType>
         
     | 
| 
       67 
     | 
    
         
            -
            	<xs:element name="EPC-Rating" type="EPC-Rating"/>
         
     | 
| 
       68 
     | 
    
         
            -
            	<xs:complexType name="EPC-Rating">
         
     | 
| 
       69 
     | 
    
         
            -
            		<xs:all>
         
     | 
| 
       70 
     | 
    
         
            -
            			<xs:element name="Asset-Rating" type="EnergyRatingType">
         
     | 
| 
       71 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       72 
     | 
    
         
            -
            					<xs:documentation>Asset Rating</xs:documentation>
         
     | 
| 
       73 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       74 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       75 
     | 
    
         
            -
            			<xs:element name="Potential-Rating" type="EnergyRatingType">
         
     | 
| 
       76 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       77 
     | 
    
         
            -
            					<xs:documentation>The Potential Asset Rating</xs:documentation>
         
     | 
| 
       78 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       79 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       80 
     | 
    
         
            -
            			<xs:element name="New-Build-Benchmark" type="EnergyRatingType">
         
     | 
| 
       81 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       82 
     | 
    
         
            -
            					<xs:documentation>The Asset Rating if the Building was newly built.</xs:documentation>
         
     | 
| 
       83 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       84 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       85 
     | 
    
         
            -
            			<xs:element name="Energy-Band" type="EnergyBandType">
         
     | 
| 
       86 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       87 
     | 
    
         
            -
            					<xs:documentation>Energy band corresponding to the Asset Rating</xs:documentation>
         
     | 
| 
       88 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       89 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       90 
     | 
    
         
            -
            			<xs:element name="Potential-Band" type="EnergyBandType">
         
     | 
| 
       91 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       92 
     | 
    
         
            -
            					<xs:documentation>Energy band corresponding to the Potential Asset Rating</xs:documentation>
         
     | 
| 
       93 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       94 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       95 
     | 
    
         
            -
            			<xs:element name="New-Build-Benchmark-Band" type="EnergyBandType">
         
     | 
| 
       96 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       97 
     | 
    
         
            -
            					<xs:documentation>The energy band corresponding to the Asset Rating if the Building were newly built.</xs:documentation>
         
     | 
| 
       98 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       99 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       100 
     | 
    
         
            -
            			<xs:element name="BER" type="EmissionRateType">
         
     | 
| 
       101 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       102 
     | 
    
         
            -
            					<xs:documentation>Building Emissions</xs:documentation>
         
     | 
| 
       103 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       104 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       105 
     | 
    
         
            -
            			<xs:element name="TER" type="EmissionRateType">
         
     | 
| 
       106 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       107 
     | 
    
         
            -
            					<xs:documentation>Target Emissions</xs:documentation>
         
     | 
| 
       108 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       109 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       110 
     | 
    
         
            -
            		</xs:all>
         
     | 
| 
       111 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       112 
     | 
    
         
            -
            	<xs:simpleType name="CO2ImpactCode">
         
     | 
| 
       113 
     | 
    
         
            -
            		<xs:restriction base="xs:string">
         
     | 
| 
       114 
     | 
    
         
            -
            			<xs:enumeration value="HIGH"/>
         
     | 
| 
       115 
     | 
    
         
            -
            			<xs:enumeration value="MEDIUM"/>
         
     | 
| 
       116 
     | 
    
         
            -
            			<xs:enumeration value="LOW"/>
         
     | 
| 
       117 
     | 
    
         
            -
            		</xs:restriction>
         
     | 
| 
       118 
     | 
    
         
            -
            	</xs:simpleType>
         
     | 
| 
       119 
     | 
    
         
            -
            	<xs:simpleType name="EnergyRatingType">
         
     | 
| 
       120 
     | 
    
         
            -
            		<xs:restriction base="xs:int"/>
         
     | 
| 
       121 
     | 
    
         
            -
            	</xs:simpleType>
         
     | 
| 
       122 
     | 
    
         
            -
            	<xs:simpleType name="EnergyBandType">
         
     | 
| 
       123 
     | 
    
         
            -
            		<xs:restriction base="xs:string">
         
     | 
| 
       124 
     | 
    
         
            -
            			<xs:enumeration value="Carbon Neutral"/>
         
     | 
| 
       125 
     | 
    
         
            -
            			<xs:enumeration value="A+"/>
         
     | 
| 
       126 
     | 
    
         
            -
            			<xs:enumeration value="A"/>
         
     | 
| 
       127 
     | 
    
         
            -
            			<xs:enumeration value="B+"/>
         
     | 
| 
       128 
     | 
    
         
            -
            			<xs:enumeration value="B"/>
         
     | 
| 
       129 
     | 
    
         
            -
            			<xs:enumeration value="C+"/>
         
     | 
| 
       130 
     | 
    
         
            -
            			<xs:enumeration value="C"/>
         
     | 
| 
       131 
     | 
    
         
            -
            			<xs:enumeration value="D+"/>
         
     | 
| 
       132 
     | 
    
         
            -
            			<xs:enumeration value="D"/>
         
     | 
| 
       133 
     | 
    
         
            -
            			<xs:enumeration value="E+"/>
         
     | 
| 
       134 
     | 
    
         
            -
            			<xs:enumeration value="E"/>
         
     | 
| 
       135 
     | 
    
         
            -
            			<xs:enumeration value="F+"/>
         
     | 
| 
       136 
     | 
    
         
            -
            			<xs:enumeration value="F"/>
         
     | 
| 
       137 
     | 
    
         
            -
            			<xs:enumeration value="G"/>
         
     | 
| 
       138 
     | 
    
         
            -
            		</xs:restriction>
         
     | 
| 
       139 
     | 
    
         
            -
            	</xs:simpleType>
         
     | 
| 
       140 
     | 
    
         
            -
            	<xs:element name="Energy-Performance-Certificate" type="Energy-Performance-Certificate"/>
         
     | 
| 
       141 
     | 
    
         
            -
            	<xs:complexType name="Energy-Performance-Certificate">
         
     | 
| 
       142 
     | 
    
         
            -
            		<xs:all>
         
     | 
| 
       143 
     | 
    
         
            -
            			<xs:element name="Transaction-Type" type="TransactionType"/>
         
     | 
| 
       144 
     | 
    
         
            -
            			<xs:element name="Renewable-Energy-Sources" minOccurs="0">
         
     | 
| 
       145 
     | 
    
         
            -
            				<xs:complexType>
         
     | 
| 
       146 
     | 
    
         
            -
            					<xs:sequence>
         
     | 
| 
       147 
     | 
    
         
            -
            						<xs:element name="Renewable-Energy-Source" type="xs:string" maxOccurs="unbounded"></xs:element>
         
     | 
| 
       148 
     | 
    
         
            -
            					</xs:sequence>
         
     | 
| 
       149 
     | 
    
         
            -
            				</xs:complexType>
         
     | 
| 
       150 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       151 
     | 
    
         
            -
            			<xs:element name="Electricity-Sources">
         
     | 
| 
       152 
     | 
    
         
            -
            				<xs:complexType>
         
     | 
| 
       153 
     | 
    
         
            -
            					<xs:sequence>
         
     | 
| 
       154 
     | 
    
         
            -
            						<xs:element name="Electricity-Source" type="xs:string" maxOccurs="unbounded"></xs:element>
         
     | 
| 
       155 
     | 
    
         
            -
            					</xs:sequence>
         
     | 
| 
       156 
     | 
    
         
            -
            				</xs:complexType>
         
     | 
| 
       157 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       158 
     | 
    
         
            -
            			<xs:element name="EPC-Rating-Scale" type="EPC-Rating-Scale"/>
         
     | 
| 
       159 
     | 
    
         
            -
            			<xs:element name="Technical-Information" type="Technical-Information"/>
         
     | 
| 
       160 
     | 
    
         
            -
            			<xs:element name="EPC-Rating" type="EPC-Rating"/>
         
     | 
| 
       161 
     | 
    
         
            -
            			<xs:element name="Comparative-Rating" type="Comparative-Rating"/>
         
     | 
| 
       162 
     | 
    
         
            -
                        <xs:element name="TER-2002" type="EmissionRateType"  minOccurs="0" maxOccurs="1">
         
     | 
| 
       163 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       164 
     | 
    
         
            -
            					<xs:documentation>Target Emission Rate defined by Section 6 of the 2002 building regulations, in kg of CO2 per m2 per year.</xs:documentation>
         
     | 
| 
       165 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       166 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       167 
     | 
    
         
            -
            		    <xs:element name="Compliant-2002" type="Flag" minOccurs="1" maxOccurs="1">
         
     | 
| 
       168 
     | 
    
         
            -
            		        <xs:annotation>
         
     | 
| 
       169 
     | 
    
         
            -
            		            <xs:documentation>Indicates whether the actual building complies with the Target Emission Rate defined by Section 6 of the 2002 building regulations.</xs:documentation>
         
     | 
| 
       170 
     | 
    
         
            -
            		        </xs:annotation>
         
     | 
| 
       171 
     | 
    
         
            -
            		    </xs:element>
         
     | 
| 
       172 
     | 
    
         
            -
            		</xs:all>
         
     | 
| 
       173 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       174 
     | 
    
         
            -
            	<xs:complexType name="Comparative-Rating">
         
     | 
| 
       175 
     | 
    
         
            -
            		<xs:all>
         
     | 
| 
       176 
     | 
    
         
            -
            			<xs:element name="Comparative-Asset-Rating" type="EnergyRatingType">
         
     | 
| 
       177 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       178 
     | 
    
         
            -
            					<xs:documentation>Comparative Asset Rating if the building were assessed in England using Scottish weather data</xs:documentation>
         
     | 
| 
       179 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       180 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       181 
     | 
    
         
            -
            			<xs:element name="Comparative-Energy-Band" type="EnergyBandType">
         
     | 
| 
       182 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       183 
     | 
    
         
            -
            					<xs:documentation>Energy band corresponding to the Comparative Asset Rating if the building were assessed in England using Scottish weather data</xs:documentation>
         
     | 
| 
       184 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       185 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       186 
     | 
    
         
            -
            		</xs:all>
         
     | 
| 
       187 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       188 
     | 
    
         
            -
            	<xs:element name="EPC-Rating-Scale" type="EPC-Rating-Scale"/>
         
     | 
| 
       189 
     | 
    
         
            -
            	<xs:complexType name="EPC-Rating-Scale">
         
     | 
| 
       190 
     | 
    
         
            -
            		<xs:annotation>
         
     | 
| 
       191 
     | 
    
         
            -
            			<xs:documentation>Defines the banded values for the Energy rating scale on the EPC. </xs:documentation>
         
     | 
| 
       192 
     | 
    
         
            -
            		</xs:annotation>
         
     | 
| 
       193 
     | 
    
         
            -
            		<xs:all>
         
     | 
| 
       194 
     | 
    
         
            -
            			<xs:element name="Upper-Number-A-Scale" type="EnergyRatingType">
         
     | 
| 
       195 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       196 
     | 
    
         
            -
            					<xs:documentation>Upper number on A scale</xs:documentation>
         
     | 
| 
       197 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       198 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       199 
     | 
    
         
            -
            			<xs:element name="Lower-Number-B-Scale" type="EnergyRatingType">
         
     | 
| 
       200 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       201 
     | 
    
         
            -
            					<xs:documentation>Lower number on B scale</xs:documentation>
         
     | 
| 
       202 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       203 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       204 
     | 
    
         
            -
            			<xs:element name="Upper-Number-B-Scale" type="EnergyRatingType">
         
     | 
| 
       205 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       206 
     | 
    
         
            -
            					<xs:documentation>Upper number on B scale</xs:documentation>
         
     | 
| 
       207 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       208 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       209 
     | 
    
         
            -
            			<xs:element name="Lower-Number-C-Scale" type="EnergyRatingType">
         
     | 
| 
       210 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       211 
     | 
    
         
            -
            					<xs:documentation>Lower number on C scale</xs:documentation>
         
     | 
| 
       212 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       213 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       214 
     | 
    
         
            -
            			<xs:element name="Upper-Number-C-Scale" type="EnergyRatingType">
         
     | 
| 
       215 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       216 
     | 
    
         
            -
            					<xs:documentation>Upper number on C scale</xs:documentation>
         
     | 
| 
       217 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       218 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       219 
     | 
    
         
            -
            			<xs:element name="Lower-Number-D-Scale" type="EnergyRatingType">
         
     | 
| 
       220 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       221 
     | 
    
         
            -
            					<xs:documentation>Lower number on D scale</xs:documentation>
         
     | 
| 
       222 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       223 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       224 
     | 
    
         
            -
            			<xs:element name="Upper-Number-D-Scale" type="EnergyRatingType">
         
     | 
| 
       225 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       226 
     | 
    
         
            -
            					<xs:documentation>Upper number on D scale</xs:documentation>
         
     | 
| 
       227 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       228 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       229 
     | 
    
         
            -
            			<xs:element name="Lower-Number-E-Scale" type="EnergyRatingType">
         
     | 
| 
       230 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       231 
     | 
    
         
            -
            					<xs:documentation>Lower number on E scale</xs:documentation>
         
     | 
| 
       232 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       233 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       234 
     | 
    
         
            -
            			<xs:element name="Upper-Number-E-Scale" type="EnergyRatingType">
         
     | 
| 
       235 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       236 
     | 
    
         
            -
            					<xs:documentation>Upper number on E scale</xs:documentation>
         
     | 
| 
       237 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       238 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       239 
     | 
    
         
            -
            			<xs:element name="Lower-Number-F-Scale" type="EnergyRatingType">
         
     | 
| 
       240 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       241 
     | 
    
         
            -
            					<xs:documentation>Lower number on F scale</xs:documentation>
         
     | 
| 
       242 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       243 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       244 
     | 
    
         
            -
            			<xs:element name="Upper-Number-F-Scale" type="EnergyRatingType">
         
     | 
| 
       245 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       246 
     | 
    
         
            -
            					<xs:documentation>Upper number on F scale</xs:documentation>
         
     | 
| 
       247 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       248 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       249 
     | 
    
         
            -
            			<xs:element name="Lowest-Number-G-Scale" type="EnergyRatingType">
         
     | 
| 
       250 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       251 
     | 
    
         
            -
            					<xs:documentation>Lowest number on G scale</xs:documentation>
         
     | 
| 
       252 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       253 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       254 
     | 
    
         
            -
            		</xs:all>
         
     | 
| 
       255 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       256 
     | 
    
         
            -
            	<xs:element name="RR-Recommendation" type="RR-Recommendation"/>
         
     | 
| 
       257 
     | 
    
         
            -
            	<xs:complexType name="RR-Recommendation">
         
     | 
| 
       258 
     | 
    
         
            -
            		<xs:all>
         
     | 
| 
       259 
     | 
    
         
            -
            			<xs:element name="Recommendation-Code" type="xs:string">
         
     | 
| 
       260 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       261 
     | 
    
         
            -
            					<xs:documentation>The Recommendation Code that identifis this particular recommendation</xs:documentation>
         
     | 
| 
       262 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       263 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       264 
     | 
    
         
            -
            			<xs:element name="Recommendation" type="xs:string">
         
     | 
| 
       265 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       266 
     | 
    
         
            -
            					<xs:documentation>Recommendation selected by the energy assessor</xs:documentation>
         
     | 
| 
       267 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       268 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       269 
     | 
    
         
            -
            			<xs:element name="CO2-Impact" type="CO2ImpactCode"/>
         
     | 
| 
       270 
     | 
    
         
            -
            		</xs:all>
         
     | 
| 
       271 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       272 
     | 
    
         
            -
            	<xs:element name="RR-Recommendations" type="RR-Recommendations"/>
         
     | 
| 
       273 
     | 
    
         
            -
            	<xs:complexType name="RR-Recommendations">
         
     | 
| 
       274 
     | 
    
         
            -
            		<xs:sequence>
         
     | 
| 
       275 
     | 
    
         
            -
            			<xs:element name="Short-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="15">
         
     | 
| 
       276 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       277 
     | 
    
         
            -
            					<xs:documentation>Short Payback Recommendations</xs:documentation>
         
     | 
| 
       278 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       279 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       280 
     | 
    
         
            -
            			<xs:element name="Medium-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="10">
         
     | 
| 
       281 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       282 
     | 
    
         
            -
            					<xs:documentation>Medium Payback Recommendations</xs:documentation>
         
     | 
| 
       283 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       284 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       285 
     | 
    
         
            -
            			<xs:element name="Long-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="5">
         
     | 
| 
       286 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       287 
     | 
    
         
            -
            					<xs:documentation>Long Payback Recommendations</xs:documentation>
         
     | 
| 
       288 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       289 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       290 
     | 
    
         
            -
            			<xs:element name="Other-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="10">
         
     | 
| 
       291 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       292 
     | 
    
         
            -
            					<xs:documentation>Other Payback Recommendations</xs:documentation>
         
     | 
| 
       293 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       294 
     | 
    
         
            -
            			</xs:element>
         
     | 
| 
       295 
     | 
    
         
            -
            		</xs:sequence>
         
     | 
| 
       296 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       297 
     | 
    
         
            -
            	<xs:element name="Recommendations-Report" type="Recommendations-Report"/>
         
     | 
| 
       298 
     | 
    
         
            -
            	<xs:complexType name="Recommendations-Report">
         
     | 
| 
       299 
     | 
    
         
            -
            		<xs:all>
         
     | 
| 
       300 
     | 
    
         
            -
            			<xs:element name="RR-Recommendations" type="RR-Recommendations" minOccurs="0"/>
         
     | 
| 
       301 
     | 
    
         
            -
            			<xs:element name="Technical-Information" type="Technical-Information"/>
         
     | 
| 
       302 
     | 
    
         
            -
            		</xs:all>
         
     | 
| 
       303 
     | 
    
         
            -
            	</xs:complexType>
         
     | 
| 
       304 
     | 
    
         
            -
            	<xs:simpleType name="HeatingFuelTypeCode">
         
     | 
| 
       305 
     | 
    
         
            -
            		<xs:restriction base="xs:string">
         
     | 
| 
       306 
     | 
    
         
            -
            			<xs:enumeration value="Natural Gas"/>
         
     | 
| 
       307 
     | 
    
         
            -
            			<xs:enumeration value="LPG">
         
     | 
| 
       308 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       309 
     | 
    
         
            -
            					<xs:documentation>LPG</xs:documentation>
         
     | 
| 
       310 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       311 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       312 
     | 
    
         
            -
            			<xs:enumeration value="Biogas">
         
     | 
| 
       313 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       314 
     | 
    
         
            -
            					<xs:documentation>biogas - landfill</xs:documentation>
         
     | 
| 
       315 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       316 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       317 
     | 
    
         
            -
            			<xs:enumeration value="Oil">
         
     | 
| 
       318 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       319 
     | 
    
         
            -
            					<xs:documentation>oil</xs:documentation>
         
     | 
| 
       320 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       321 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       322 
     | 
    
         
            -
            			<xs:enumeration value="Coal">
         
     | 
| 
       323 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       324 
     | 
    
         
            -
            					<xs:documentation>house coal</xs:documentation>
         
     | 
| 
       325 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       326 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       327 
     | 
    
         
            -
            			<xs:enumeration value="Anthracite">
         
     | 
| 
       328 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       329 
     | 
    
         
            -
            					<xs:documentation>anthracite</xs:documentation>
         
     | 
| 
       330 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       331 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       332 
     | 
    
         
            -
            			<xs:enumeration value="Smokeless Fuel (inc Coke)">
         
     | 
| 
       333 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       334 
     | 
    
         
            -
            					<xs:documentation>Smokeless Fuel including Coke</xs:documentation>
         
     | 
| 
       335 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       336 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       337 
     | 
    
         
            -
            			<xs:enumeration value="Dual Fuel Appliances (Mineral + Wood)">
         
     | 
| 
       338 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       339 
     | 
    
         
            -
            					<xs:documentation>dual fuel - mineral + wood</xs:documentation>
         
     | 
| 
       340 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       341 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       342 
     | 
    
         
            -
            			<xs:enumeration value="Biomass">
         
     | 
| 
       343 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       344 
     | 
    
         
            -
            					<xs:documentation>biomass</xs:documentation>
         
     | 
| 
       345 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       346 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       347 
     | 
    
         
            -
            			<xs:enumeration value="Grid Supplied Electricity">
         
     | 
| 
       348 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       349 
     | 
    
         
            -
            					<xs:documentation>Mains Electricity</xs:documentation>
         
     | 
| 
       350 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       351 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       352 
     | 
    
         
            -
            			<xs:enumeration value="Grid Displaced Electricity"/>
         
     | 
| 
       353 
     | 
    
         
            -
            			<xs:enumeration value="Waste Heat"/>
         
     | 
| 
       354 
     | 
    
         
            -
            			<xs:enumeration value="District Cooling"/>
         
     | 
| 
       355 
     | 
    
         
            -
            			<xs:enumeration value="District Heating"/>
         
     | 
| 
       356 
     | 
    
         
            -
            			<xs:enumeration value="Other"/>
         
     | 
| 
       357 
     | 
    
         
            -
            		</xs:restriction>
         
     | 
| 
       358 
     | 
    
         
            -
            	</xs:simpleType>
         
     | 
| 
       359 
     | 
    
         
            -
            	<xs:simpleType name="TransactionType">
         
     | 
| 
       360 
     | 
    
         
            -
            		<xs:restriction base="xs:string">
         
     | 
| 
       361 
     | 
    
         
            -
            			<xs:enumeration value="1">
         
     | 
| 
       362 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       363 
     | 
    
         
            -
            					<xs:documentation>Mandatory issue (Marketed sale).</xs:documentation>
         
     | 
| 
       364 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       365 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       366 
     | 
    
         
            -
            			<xs:enumeration value="2">
         
     | 
| 
       367 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       368 
     | 
    
         
            -
            					<xs:documentation>Mandatory issue (Non-marketed sale).</xs:documentation>
         
     | 
| 
       369 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       370 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       371 
     | 
    
         
            -
            			<xs:enumeration value="3">
         
     | 
| 
       372 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       373 
     | 
    
         
            -
            					<xs:documentation>Mandatory issue (Property on construction).</xs:documentation>
         
     | 
| 
       374 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       375 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       376 
     | 
    
         
            -
            			<xs:enumeration value="4">
         
     | 
| 
       377 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       378 
     | 
    
         
            -
            					<xs:documentation>Mandatory issue (Property to let).</xs:documentation>
         
     | 
| 
       379 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       380 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       381 
     | 
    
         
            -
            			<xs:enumeration value="5">
         
     | 
| 
       382 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       383 
     | 
    
         
            -
            					<xs:documentation>Voluntary re-issue (A valid EPC is already lodged).</xs:documentation>
         
     | 
| 
       384 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       385 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       386 
     | 
    
         
            -
            			<xs:enumeration value="6">
         
     | 
| 
       387 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       388 
     | 
    
         
            -
            					<xs:documentation>Voluntary (No legal requirement for an EPC).</xs:documentation>
         
     | 
| 
       389 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       390 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       391 
     | 
    
         
            -
            			<xs:enumeration value="7">
         
     | 
| 
       392 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       393 
     | 
    
         
            -
            					<xs:documentation>Not recorded.</xs:documentation>
         
     | 
| 
       394 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       395 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       396 
     | 
    
         
            -
            			<xs:enumeration value="8">
         
     | 
| 
       397 
     | 
    
         
            -
            				<xs:annotation>
         
     | 
| 
       398 
     | 
    
         
            -
            					<xs:documentation>Mandatory issue (Display in public building).</xs:documentation>
         
     | 
| 
       399 
     | 
    
         
            -
            				</xs:annotation>
         
     | 
| 
       400 
     | 
    
         
            -
            			</xs:enumeration>
         
     | 
| 
       401 
     | 
    
         
            -
            		</xs:restriction>
         
     | 
| 
       402 
     | 
    
         
            -
            	</xs:simpleType>
         
     | 
| 
       403 
     | 
    
         
            -
            	<xs:simpleType name="EmissionRateType">
         
     | 
| 
       404 
     | 
    
         
            -
            		<xs:list itemType="xs:double"/>
         
     | 
| 
       405 
     | 
    
         
            -
            	</xs:simpleType>
         
     | 
| 
       406 
     | 
    
         
            -
            </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" xmlns:UDT="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" xmlns:CEPC="http://www.est.org.uk/epc/estcrV1/DCLG-CEPC" 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:include schemaLocation="./Report-Header.xsd"/>
         
     | 
| 
      
 5 
     | 
    
         
            +
            	<xs:include schemaLocation="./BaseDataTypes.xsd"/>
         
     | 
| 
      
 6 
     | 
    
         
            +
            	<xs:element name="Report-Data" type="Report-Data"/>
         
     | 
| 
      
 7 
     | 
    
         
            +
            	<xs:complexType name="Report-Data" abstract="true">
         
     | 
| 
      
 8 
     | 
    
         
            +
            		<xs:all/>
         
     | 
| 
      
 9 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 10 
     | 
    
         
            +
            	<xs:element name="Technical-Information" type="Technical-Information"/>
         
     | 
| 
      
 11 
     | 
    
         
            +
            	<xs:complexType name="Technical-Information">
         
     | 
| 
      
 12 
     | 
    
         
            +
            		<xs:all>
         
     | 
| 
      
 13 
     | 
    
         
            +
            			<xs:element name="Main-Heating-Fuel" type="HeatingFuelTypeCode" minOccurs="0">
         
     | 
| 
      
 14 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 15 
     | 
    
         
            +
            					<xs:documentation>Main Heating Fuel used in the building. This is onl;y required for a Display Energy Certificate or Energy Performance Certificate and doesn't appear on the Recommendations Report or Advisory Report.</xs:documentation>
         
     | 
| 
      
 16 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 17 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 18 
     | 
    
         
            +
            			<xs:element name="Other-Fuel-Description" type="xs:string" minOccurs="0">
         
     | 
| 
      
 19 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 20 
     | 
    
         
            +
            					<xs:documentation>Text description of unspecified fuel type if Other is selected for Main-Heating-Fuel.</xs:documentation>
         
     | 
| 
      
 21 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 22 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 23 
     | 
    
         
            +
            			<xs:element name="Building-Environment" type="BuildingEnvironmentCode">
         
     | 
| 
      
 24 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 25 
     | 
    
         
            +
            					<xs:documentation>Services</xs:documentation>
         
     | 
| 
      
 26 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 27 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 28 
     | 
    
         
            +
            			<xs:element name="Floor-Area" type="xs:decimal">
         
     | 
| 
      
 29 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 30 
     | 
    
         
            +
            					<xs:documentation>Total Useful Floor Area (M^2)</xs:documentation>
         
     | 
| 
      
 31 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 32 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 33 
     | 
    
         
            +
            			<xs:element name="Special-Energy-Uses" type="xs:string" minOccurs="0">
         
     | 
| 
      
 34 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 35 
     | 
    
         
            +
            					<xs:documentation>Special energy uses discounted. This only appears on the advisory Report.</xs:documentation>
         
     | 
| 
      
 36 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 37 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 38 
     | 
    
         
            +
            			<xs:element name="Renewable-Sources" type="xs:string" minOccurs="0">
         
     | 
| 
      
 39 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 40 
     | 
    
         
            +
            					<xs:documentation>On-site renewable energy sources. This only appears on the Advisory Report.</xs:documentation>
         
     | 
| 
      
 41 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 42 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 43 
     | 
    
         
            +
            			<xs:element name="OR-Availability-Date" type="xs:date" minOccurs="0">
         
     | 
| 
      
 44 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 45 
     | 
    
         
            +
            					<xs:documentation>The date that the Operational Rating will be available if its not already.</xs:documentation>
         
     | 
| 
      
 46 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 47 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 48 
     | 
    
         
            +
            			<xs:element name="Separately-Metered-Electric-Heating" type="xs:boolean" minOccurs="0"/>
         
     | 
| 
      
 49 
     | 
    
         
            +
            		</xs:all>
         
     | 
| 
      
 50 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 51 
     | 
    
         
            +
            	<xs:simpleType name="BuildingEnvironmentCode">
         
     | 
| 
      
 52 
     | 
    
         
            +
            		<xs:restriction base="xs:string">
         
     | 
| 
      
 53 
     | 
    
         
            +
            			<xs:enumeration value="Air Conditioning">
         
     | 
| 
      
 54 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 55 
     | 
    
         
            +
            					<xs:documentation>Air Conditioned</xs:documentation>
         
     | 
| 
      
 56 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 57 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 58 
     | 
    
         
            +
            			<xs:enumeration value="Heating and Natural Ventilation"/>
         
     | 
| 
      
 59 
     | 
    
         
            +
            			<xs:enumeration value="Heating and Mechanical Ventilation"/>
         
     | 
| 
      
 60 
     | 
    
         
            +
            			<xs:enumeration value="Mixed-mode with Natural Ventilation"/>
         
     | 
| 
      
 61 
     | 
    
         
            +
            			<xs:enumeration value="Mixed-mode with Mechanical Ventilation"/>
         
     | 
| 
      
 62 
     | 
    
         
            +
            			<xs:enumeration value="Unconditioned"/>
         
     | 
| 
      
 63 
     | 
    
         
            +
            			<xs:enumeration value="Natural Ventilation Only"/>
         
     | 
| 
      
 64 
     | 
    
         
            +
            			<xs:enumeration value="Mechanical Ventilation Only"/>
         
     | 
| 
      
 65 
     | 
    
         
            +
            		</xs:restriction>
         
     | 
| 
      
 66 
     | 
    
         
            +
            	</xs:simpleType>
         
     | 
| 
      
 67 
     | 
    
         
            +
            	<xs:element name="EPC-Rating" type="EPC-Rating"/>
         
     | 
| 
      
 68 
     | 
    
         
            +
            	<xs:complexType name="EPC-Rating">
         
     | 
| 
      
 69 
     | 
    
         
            +
            		<xs:all>
         
     | 
| 
      
 70 
     | 
    
         
            +
            			<xs:element name="Asset-Rating" type="EnergyRatingType">
         
     | 
| 
      
 71 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 72 
     | 
    
         
            +
            					<xs:documentation>Asset Rating</xs:documentation>
         
     | 
| 
      
 73 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 74 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 75 
     | 
    
         
            +
            			<xs:element name="Potential-Rating" type="EnergyRatingType">
         
     | 
| 
      
 76 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 77 
     | 
    
         
            +
            					<xs:documentation>The Potential Asset Rating</xs:documentation>
         
     | 
| 
      
 78 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 79 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 80 
     | 
    
         
            +
            			<xs:element name="New-Build-Benchmark" type="EnergyRatingType">
         
     | 
| 
      
 81 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 82 
     | 
    
         
            +
            					<xs:documentation>The Asset Rating if the Building was newly built.</xs:documentation>
         
     | 
| 
      
 83 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 84 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 85 
     | 
    
         
            +
            			<xs:element name="Energy-Band" type="EnergyBandType">
         
     | 
| 
      
 86 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 87 
     | 
    
         
            +
            					<xs:documentation>Energy band corresponding to the Asset Rating</xs:documentation>
         
     | 
| 
      
 88 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 89 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 90 
     | 
    
         
            +
            			<xs:element name="Potential-Band" type="EnergyBandType">
         
     | 
| 
      
 91 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 92 
     | 
    
         
            +
            					<xs:documentation>Energy band corresponding to the Potential Asset Rating</xs:documentation>
         
     | 
| 
      
 93 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 94 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 95 
     | 
    
         
            +
            			<xs:element name="New-Build-Benchmark-Band" type="EnergyBandType">
         
     | 
| 
      
 96 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 97 
     | 
    
         
            +
            					<xs:documentation>The energy band corresponding to the Asset Rating if the Building were newly built.</xs:documentation>
         
     | 
| 
      
 98 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 99 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 100 
     | 
    
         
            +
            			<xs:element name="BER" type="EmissionRateType">
         
     | 
| 
      
 101 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 102 
     | 
    
         
            +
            					<xs:documentation>Building Emissions</xs:documentation>
         
     | 
| 
      
 103 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 104 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 105 
     | 
    
         
            +
            			<xs:element name="TER" type="EmissionRateType">
         
     | 
| 
      
 106 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 107 
     | 
    
         
            +
            					<xs:documentation>Target Emissions</xs:documentation>
         
     | 
| 
      
 108 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 109 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 110 
     | 
    
         
            +
            		</xs:all>
         
     | 
| 
      
 111 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 112 
     | 
    
         
            +
            	<xs:simpleType name="CO2ImpactCode">
         
     | 
| 
      
 113 
     | 
    
         
            +
            		<xs:restriction base="xs:string">
         
     | 
| 
      
 114 
     | 
    
         
            +
            			<xs:enumeration value="HIGH"/>
         
     | 
| 
      
 115 
     | 
    
         
            +
            			<xs:enumeration value="MEDIUM"/>
         
     | 
| 
      
 116 
     | 
    
         
            +
            			<xs:enumeration value="LOW"/>
         
     | 
| 
      
 117 
     | 
    
         
            +
            		</xs:restriction>
         
     | 
| 
      
 118 
     | 
    
         
            +
            	</xs:simpleType>
         
     | 
| 
      
 119 
     | 
    
         
            +
            	<xs:simpleType name="EnergyRatingType">
         
     | 
| 
      
 120 
     | 
    
         
            +
            		<xs:restriction base="xs:int"/>
         
     | 
| 
      
 121 
     | 
    
         
            +
            	</xs:simpleType>
         
     | 
| 
      
 122 
     | 
    
         
            +
            	<xs:simpleType name="EnergyBandType">
         
     | 
| 
      
 123 
     | 
    
         
            +
            		<xs:restriction base="xs:string">
         
     | 
| 
      
 124 
     | 
    
         
            +
            			<xs:enumeration value="Carbon Neutral"/>
         
     | 
| 
      
 125 
     | 
    
         
            +
            			<xs:enumeration value="A+"/>
         
     | 
| 
      
 126 
     | 
    
         
            +
            			<xs:enumeration value="A"/>
         
     | 
| 
      
 127 
     | 
    
         
            +
            			<xs:enumeration value="B+"/>
         
     | 
| 
      
 128 
     | 
    
         
            +
            			<xs:enumeration value="B"/>
         
     | 
| 
      
 129 
     | 
    
         
            +
            			<xs:enumeration value="C+"/>
         
     | 
| 
      
 130 
     | 
    
         
            +
            			<xs:enumeration value="C"/>
         
     | 
| 
      
 131 
     | 
    
         
            +
            			<xs:enumeration value="D+"/>
         
     | 
| 
      
 132 
     | 
    
         
            +
            			<xs:enumeration value="D"/>
         
     | 
| 
      
 133 
     | 
    
         
            +
            			<xs:enumeration value="E+"/>
         
     | 
| 
      
 134 
     | 
    
         
            +
            			<xs:enumeration value="E"/>
         
     | 
| 
      
 135 
     | 
    
         
            +
            			<xs:enumeration value="F+"/>
         
     | 
| 
      
 136 
     | 
    
         
            +
            			<xs:enumeration value="F"/>
         
     | 
| 
      
 137 
     | 
    
         
            +
            			<xs:enumeration value="G"/>
         
     | 
| 
      
 138 
     | 
    
         
            +
            		</xs:restriction>
         
     | 
| 
      
 139 
     | 
    
         
            +
            	</xs:simpleType>
         
     | 
| 
      
 140 
     | 
    
         
            +
            	<xs:element name="Energy-Performance-Certificate" type="Energy-Performance-Certificate"/>
         
     | 
| 
      
 141 
     | 
    
         
            +
            	<xs:complexType name="Energy-Performance-Certificate">
         
     | 
| 
      
 142 
     | 
    
         
            +
            		<xs:all>
         
     | 
| 
      
 143 
     | 
    
         
            +
            			<xs:element name="Transaction-Type" type="TransactionType"/>
         
     | 
| 
      
 144 
     | 
    
         
            +
            			<xs:element name="Renewable-Energy-Sources" minOccurs="0">
         
     | 
| 
      
 145 
     | 
    
         
            +
            				<xs:complexType>
         
     | 
| 
      
 146 
     | 
    
         
            +
            					<xs:sequence>
         
     | 
| 
      
 147 
     | 
    
         
            +
            						<xs:element name="Renewable-Energy-Source" type="xs:string" maxOccurs="unbounded"></xs:element>
         
     | 
| 
      
 148 
     | 
    
         
            +
            					</xs:sequence>
         
     | 
| 
      
 149 
     | 
    
         
            +
            				</xs:complexType>
         
     | 
| 
      
 150 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 151 
     | 
    
         
            +
            			<xs:element name="Electricity-Sources">
         
     | 
| 
      
 152 
     | 
    
         
            +
            				<xs:complexType>
         
     | 
| 
      
 153 
     | 
    
         
            +
            					<xs:sequence>
         
     | 
| 
      
 154 
     | 
    
         
            +
            						<xs:element name="Electricity-Source" type="xs:string" maxOccurs="unbounded"></xs:element>
         
     | 
| 
      
 155 
     | 
    
         
            +
            					</xs:sequence>
         
     | 
| 
      
 156 
     | 
    
         
            +
            				</xs:complexType>
         
     | 
| 
      
 157 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 158 
     | 
    
         
            +
            			<xs:element name="EPC-Rating-Scale" type="EPC-Rating-Scale"/>
         
     | 
| 
      
 159 
     | 
    
         
            +
            			<xs:element name="Technical-Information" type="Technical-Information"/>
         
     | 
| 
      
 160 
     | 
    
         
            +
            			<xs:element name="EPC-Rating" type="EPC-Rating"/>
         
     | 
| 
      
 161 
     | 
    
         
            +
            			<xs:element name="Comparative-Rating" type="Comparative-Rating"/>
         
     | 
| 
      
 162 
     | 
    
         
            +
                        <xs:element name="TER-2002" type="EmissionRateType"  minOccurs="0" maxOccurs="1">
         
     | 
| 
      
 163 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 164 
     | 
    
         
            +
            					<xs:documentation>Target Emission Rate defined by Section 6 of the 2002 building regulations, in kg of CO2 per m2 per year.</xs:documentation>
         
     | 
| 
      
 165 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 166 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 167 
     | 
    
         
            +
            		    <xs:element name="Compliant-2002" type="Flag" minOccurs="1" maxOccurs="1">
         
     | 
| 
      
 168 
     | 
    
         
            +
            		        <xs:annotation>
         
     | 
| 
      
 169 
     | 
    
         
            +
            		            <xs:documentation>Indicates whether the actual building complies with the Target Emission Rate defined by Section 6 of the 2002 building regulations.</xs:documentation>
         
     | 
| 
      
 170 
     | 
    
         
            +
            		        </xs:annotation>
         
     | 
| 
      
 171 
     | 
    
         
            +
            		    </xs:element>
         
     | 
| 
      
 172 
     | 
    
         
            +
            		</xs:all>
         
     | 
| 
      
 173 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 174 
     | 
    
         
            +
            	<xs:complexType name="Comparative-Rating">
         
     | 
| 
      
 175 
     | 
    
         
            +
            		<xs:all>
         
     | 
| 
      
 176 
     | 
    
         
            +
            			<xs:element name="Comparative-Asset-Rating" type="EnergyRatingType">
         
     | 
| 
      
 177 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 178 
     | 
    
         
            +
            					<xs:documentation>Comparative Asset Rating if the building were assessed in England using Scottish weather data</xs:documentation>
         
     | 
| 
      
 179 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 180 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 181 
     | 
    
         
            +
            			<xs:element name="Comparative-Energy-Band" type="EnergyBandType">
         
     | 
| 
      
 182 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 183 
     | 
    
         
            +
            					<xs:documentation>Energy band corresponding to the Comparative Asset Rating if the building were assessed in England using Scottish weather data</xs:documentation>
         
     | 
| 
      
 184 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 185 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 186 
     | 
    
         
            +
            		</xs:all>
         
     | 
| 
      
 187 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 188 
     | 
    
         
            +
            	<xs:element name="EPC-Rating-Scale" type="EPC-Rating-Scale"/>
         
     | 
| 
      
 189 
     | 
    
         
            +
            	<xs:complexType name="EPC-Rating-Scale">
         
     | 
| 
      
 190 
     | 
    
         
            +
            		<xs:annotation>
         
     | 
| 
      
 191 
     | 
    
         
            +
            			<xs:documentation>Defines the banded values for the Energy rating scale on the EPC. </xs:documentation>
         
     | 
| 
      
 192 
     | 
    
         
            +
            		</xs:annotation>
         
     | 
| 
      
 193 
     | 
    
         
            +
            		<xs:all>
         
     | 
| 
      
 194 
     | 
    
         
            +
            			<xs:element name="Upper-Number-A-Scale" type="EnergyRatingType">
         
     | 
| 
      
 195 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 196 
     | 
    
         
            +
            					<xs:documentation>Upper number on A scale</xs:documentation>
         
     | 
| 
      
 197 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 198 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 199 
     | 
    
         
            +
            			<xs:element name="Lower-Number-B-Scale" type="EnergyRatingType">
         
     | 
| 
      
 200 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 201 
     | 
    
         
            +
            					<xs:documentation>Lower number on B scale</xs:documentation>
         
     | 
| 
      
 202 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 203 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 204 
     | 
    
         
            +
            			<xs:element name="Upper-Number-B-Scale" type="EnergyRatingType">
         
     | 
| 
      
 205 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 206 
     | 
    
         
            +
            					<xs:documentation>Upper number on B scale</xs:documentation>
         
     | 
| 
      
 207 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 208 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 209 
     | 
    
         
            +
            			<xs:element name="Lower-Number-C-Scale" type="EnergyRatingType">
         
     | 
| 
      
 210 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 211 
     | 
    
         
            +
            					<xs:documentation>Lower number on C scale</xs:documentation>
         
     | 
| 
      
 212 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 213 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 214 
     | 
    
         
            +
            			<xs:element name="Upper-Number-C-Scale" type="EnergyRatingType">
         
     | 
| 
      
 215 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 216 
     | 
    
         
            +
            					<xs:documentation>Upper number on C scale</xs:documentation>
         
     | 
| 
      
 217 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 218 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 219 
     | 
    
         
            +
            			<xs:element name="Lower-Number-D-Scale" type="EnergyRatingType">
         
     | 
| 
      
 220 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 221 
     | 
    
         
            +
            					<xs:documentation>Lower number on D scale</xs:documentation>
         
     | 
| 
      
 222 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 223 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 224 
     | 
    
         
            +
            			<xs:element name="Upper-Number-D-Scale" type="EnergyRatingType">
         
     | 
| 
      
 225 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 226 
     | 
    
         
            +
            					<xs:documentation>Upper number on D scale</xs:documentation>
         
     | 
| 
      
 227 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 228 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 229 
     | 
    
         
            +
            			<xs:element name="Lower-Number-E-Scale" type="EnergyRatingType">
         
     | 
| 
      
 230 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 231 
     | 
    
         
            +
            					<xs:documentation>Lower number on E scale</xs:documentation>
         
     | 
| 
      
 232 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 233 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 234 
     | 
    
         
            +
            			<xs:element name="Upper-Number-E-Scale" type="EnergyRatingType">
         
     | 
| 
      
 235 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 236 
     | 
    
         
            +
            					<xs:documentation>Upper number on E scale</xs:documentation>
         
     | 
| 
      
 237 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 238 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 239 
     | 
    
         
            +
            			<xs:element name="Lower-Number-F-Scale" type="EnergyRatingType">
         
     | 
| 
      
 240 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 241 
     | 
    
         
            +
            					<xs:documentation>Lower number on F scale</xs:documentation>
         
     | 
| 
      
 242 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 243 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 244 
     | 
    
         
            +
            			<xs:element name="Upper-Number-F-Scale" type="EnergyRatingType">
         
     | 
| 
      
 245 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 246 
     | 
    
         
            +
            					<xs:documentation>Upper number on F scale</xs:documentation>
         
     | 
| 
      
 247 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 248 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 249 
     | 
    
         
            +
            			<xs:element name="Lowest-Number-G-Scale" type="EnergyRatingType">
         
     | 
| 
      
 250 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 251 
     | 
    
         
            +
            					<xs:documentation>Lowest number on G scale</xs:documentation>
         
     | 
| 
      
 252 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 253 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 254 
     | 
    
         
            +
            		</xs:all>
         
     | 
| 
      
 255 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 256 
     | 
    
         
            +
            	<xs:element name="RR-Recommendation" type="RR-Recommendation"/>
         
     | 
| 
      
 257 
     | 
    
         
            +
            	<xs:complexType name="RR-Recommendation">
         
     | 
| 
      
 258 
     | 
    
         
            +
            		<xs:all>
         
     | 
| 
      
 259 
     | 
    
         
            +
            			<xs:element name="Recommendation-Code" type="xs:string">
         
     | 
| 
      
 260 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 261 
     | 
    
         
            +
            					<xs:documentation>The Recommendation Code that identifis this particular recommendation</xs:documentation>
         
     | 
| 
      
 262 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 263 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 264 
     | 
    
         
            +
            			<xs:element name="Recommendation" type="xs:string">
         
     | 
| 
      
 265 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 266 
     | 
    
         
            +
            					<xs:documentation>Recommendation selected by the energy assessor</xs:documentation>
         
     | 
| 
      
 267 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 268 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 269 
     | 
    
         
            +
            			<xs:element name="CO2-Impact" type="CO2ImpactCode"/>
         
     | 
| 
      
 270 
     | 
    
         
            +
            		</xs:all>
         
     | 
| 
      
 271 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 272 
     | 
    
         
            +
            	<xs:element name="RR-Recommendations" type="RR-Recommendations"/>
         
     | 
| 
      
 273 
     | 
    
         
            +
            	<xs:complexType name="RR-Recommendations">
         
     | 
| 
      
 274 
     | 
    
         
            +
            		<xs:sequence>
         
     | 
| 
      
 275 
     | 
    
         
            +
            			<xs:element name="Short-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="15">
         
     | 
| 
      
 276 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 277 
     | 
    
         
            +
            					<xs:documentation>Short Payback Recommendations</xs:documentation>
         
     | 
| 
      
 278 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 279 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 280 
     | 
    
         
            +
            			<xs:element name="Medium-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="10">
         
     | 
| 
      
 281 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 282 
     | 
    
         
            +
            					<xs:documentation>Medium Payback Recommendations</xs:documentation>
         
     | 
| 
      
 283 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 284 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 285 
     | 
    
         
            +
            			<xs:element name="Long-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="5">
         
     | 
| 
      
 286 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 287 
     | 
    
         
            +
            					<xs:documentation>Long Payback Recommendations</xs:documentation>
         
     | 
| 
      
 288 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 289 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 290 
     | 
    
         
            +
            			<xs:element name="Other-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="10">
         
     | 
| 
      
 291 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 292 
     | 
    
         
            +
            					<xs:documentation>Other Payback Recommendations</xs:documentation>
         
     | 
| 
      
 293 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 294 
     | 
    
         
            +
            			</xs:element>
         
     | 
| 
      
 295 
     | 
    
         
            +
            		</xs:sequence>
         
     | 
| 
      
 296 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 297 
     | 
    
         
            +
            	<xs:element name="Recommendations-Report" type="Recommendations-Report"/>
         
     | 
| 
      
 298 
     | 
    
         
            +
            	<xs:complexType name="Recommendations-Report">
         
     | 
| 
      
 299 
     | 
    
         
            +
            		<xs:all>
         
     | 
| 
      
 300 
     | 
    
         
            +
            			<xs:element name="RR-Recommendations" type="RR-Recommendations" minOccurs="0"/>
         
     | 
| 
      
 301 
     | 
    
         
            +
            			<xs:element name="Technical-Information" type="Technical-Information"/>
         
     | 
| 
      
 302 
     | 
    
         
            +
            		</xs:all>
         
     | 
| 
      
 303 
     | 
    
         
            +
            	</xs:complexType>
         
     | 
| 
      
 304 
     | 
    
         
            +
            	<xs:simpleType name="HeatingFuelTypeCode">
         
     | 
| 
      
 305 
     | 
    
         
            +
            		<xs:restriction base="xs:string">
         
     | 
| 
      
 306 
     | 
    
         
            +
            			<xs:enumeration value="Natural Gas"/>
         
     | 
| 
      
 307 
     | 
    
         
            +
            			<xs:enumeration value="LPG">
         
     | 
| 
      
 308 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 309 
     | 
    
         
            +
            					<xs:documentation>LPG</xs:documentation>
         
     | 
| 
      
 310 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 311 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 312 
     | 
    
         
            +
            			<xs:enumeration value="Biogas">
         
     | 
| 
      
 313 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 314 
     | 
    
         
            +
            					<xs:documentation>biogas - landfill</xs:documentation>
         
     | 
| 
      
 315 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 316 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 317 
     | 
    
         
            +
            			<xs:enumeration value="Oil">
         
     | 
| 
      
 318 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 319 
     | 
    
         
            +
            					<xs:documentation>oil</xs:documentation>
         
     | 
| 
      
 320 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 321 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 322 
     | 
    
         
            +
            			<xs:enumeration value="Coal">
         
     | 
| 
      
 323 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 324 
     | 
    
         
            +
            					<xs:documentation>house coal</xs:documentation>
         
     | 
| 
      
 325 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 326 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 327 
     | 
    
         
            +
            			<xs:enumeration value="Anthracite">
         
     | 
| 
      
 328 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 329 
     | 
    
         
            +
            					<xs:documentation>anthracite</xs:documentation>
         
     | 
| 
      
 330 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 331 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 332 
     | 
    
         
            +
            			<xs:enumeration value="Smokeless Fuel (inc Coke)">
         
     | 
| 
      
 333 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 334 
     | 
    
         
            +
            					<xs:documentation>Smokeless Fuel including Coke</xs:documentation>
         
     | 
| 
      
 335 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 336 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 337 
     | 
    
         
            +
            			<xs:enumeration value="Dual Fuel Appliances (Mineral + Wood)">
         
     | 
| 
      
 338 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 339 
     | 
    
         
            +
            					<xs:documentation>dual fuel - mineral + wood</xs:documentation>
         
     | 
| 
      
 340 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 341 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 342 
     | 
    
         
            +
            			<xs:enumeration value="Biomass">
         
     | 
| 
      
 343 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 344 
     | 
    
         
            +
            					<xs:documentation>biomass</xs:documentation>
         
     | 
| 
      
 345 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 346 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 347 
     | 
    
         
            +
            			<xs:enumeration value="Grid Supplied Electricity">
         
     | 
| 
      
 348 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 349 
     | 
    
         
            +
            					<xs:documentation>Mains Electricity</xs:documentation>
         
     | 
| 
      
 350 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 351 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 352 
     | 
    
         
            +
            			<xs:enumeration value="Grid Displaced Electricity"/>
         
     | 
| 
      
 353 
     | 
    
         
            +
            			<xs:enumeration value="Waste Heat"/>
         
     | 
| 
      
 354 
     | 
    
         
            +
            			<xs:enumeration value="District Cooling"/>
         
     | 
| 
      
 355 
     | 
    
         
            +
            			<xs:enumeration value="District Heating"/>
         
     | 
| 
      
 356 
     | 
    
         
            +
            			<xs:enumeration value="Other"/>
         
     | 
| 
      
 357 
     | 
    
         
            +
            		</xs:restriction>
         
     | 
| 
      
 358 
     | 
    
         
            +
            	</xs:simpleType>
         
     | 
| 
      
 359 
     | 
    
         
            +
            	<xs:simpleType name="TransactionType">
         
     | 
| 
      
 360 
     | 
    
         
            +
            		<xs:restriction base="xs:string">
         
     | 
| 
      
 361 
     | 
    
         
            +
            			<xs:enumeration value="1">
         
     | 
| 
      
 362 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 363 
     | 
    
         
            +
            					<xs:documentation>Mandatory issue (Marketed sale).</xs:documentation>
         
     | 
| 
      
 364 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 365 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 366 
     | 
    
         
            +
            			<xs:enumeration value="2">
         
     | 
| 
      
 367 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 368 
     | 
    
         
            +
            					<xs:documentation>Mandatory issue (Non-marketed sale).</xs:documentation>
         
     | 
| 
      
 369 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 370 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 371 
     | 
    
         
            +
            			<xs:enumeration value="3">
         
     | 
| 
      
 372 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 373 
     | 
    
         
            +
            					<xs:documentation>Mandatory issue (Property on construction).</xs:documentation>
         
     | 
| 
      
 374 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 375 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 376 
     | 
    
         
            +
            			<xs:enumeration value="4">
         
     | 
| 
      
 377 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 378 
     | 
    
         
            +
            					<xs:documentation>Mandatory issue (Property to let).</xs:documentation>
         
     | 
| 
      
 379 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 380 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 381 
     | 
    
         
            +
            			<xs:enumeration value="5">
         
     | 
| 
      
 382 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 383 
     | 
    
         
            +
            					<xs:documentation>Voluntary re-issue (A valid EPC is already lodged).</xs:documentation>
         
     | 
| 
      
 384 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 385 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 386 
     | 
    
         
            +
            			<xs:enumeration value="6">
         
     | 
| 
      
 387 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 388 
     | 
    
         
            +
            					<xs:documentation>Voluntary (No legal requirement for an EPC).</xs:documentation>
         
     | 
| 
      
 389 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 390 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 391 
     | 
    
         
            +
            			<xs:enumeration value="7">
         
     | 
| 
      
 392 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 393 
     | 
    
         
            +
            					<xs:documentation>Not recorded.</xs:documentation>
         
     | 
| 
      
 394 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 395 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 396 
     | 
    
         
            +
            			<xs:enumeration value="8">
         
     | 
| 
      
 397 
     | 
    
         
            +
            				<xs:annotation>
         
     | 
| 
      
 398 
     | 
    
         
            +
            					<xs:documentation>Mandatory issue (Display in public building).</xs:documentation>
         
     | 
| 
      
 399 
     | 
    
         
            +
            				</xs:annotation>
         
     | 
| 
      
 400 
     | 
    
         
            +
            			</xs:enumeration>
         
     | 
| 
      
 401 
     | 
    
         
            +
            		</xs:restriction>
         
     | 
| 
      
 402 
     | 
    
         
            +
            	</xs:simpleType>
         
     | 
| 
      
 403 
     | 
    
         
            +
            	<xs:simpleType name="EmissionRateType">
         
     | 
| 
      
 404 
     | 
    
         
            +
            		<xs:list itemType="xs:double"/>
         
     | 
| 
      
 405 
     | 
    
         
            +
            	</xs:simpleType>
         
     | 
| 
      
 406 
     | 
    
         
            +
            </xs:schema>
         
     |