epb_view_models 2.0.13 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,40 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns="https://epbr.digital.communities.gov.uk/xsd/sap"
3
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ targetNamespace="https://epbr.digital.communities.gov.uk/xsd/sap"
5
+ elementFormDefault="qualified"
6
+ attributeFormDefault="unqualified"
7
+ version="19.0.0">
8
+ <xs:include schemaLocation="../UDT/SAP-Domains.xsd"/>
9
+ <xs:include schemaLocation="SAP-Report.xsd"/>
10
+ <xs:element name="SAP-Compliance-Report" type="Compliance-Report"/>
11
+ <xs:complexType name="Compliance-Report">
12
+ <xs:sequence>
13
+ <xs:element name="SAP-Report" type="Energy-Performance-Certificate" minOccurs="1">
14
+ <xs:annotation>
15
+ <xs:documentation>The SAP report corresponding to the compliance report.</xs:documentation>
16
+ </xs:annotation>
17
+ </xs:element>
18
+ <xs:element name="Client-Name" type="xs:string" minOccurs="1">
19
+ <xs:annotation>
20
+ <xs:documentation>Name of the client. External to the EPC schema for GDPR purposes.</xs:documentation>
21
+ </xs:annotation>
22
+ </xs:element>
23
+ <xs:element name="Client-Company" type="xs:string" minOccurs="1">
24
+ <xs:annotation>
25
+ <xs:documentation>Company name of the client. External to the EPC schema for GDPR purposes.</xs:documentation>
26
+ </xs:annotation>
27
+ </xs:element>
28
+ <xs:element name="Client-Address" type="AddressType" minOccurs="1">
29
+ <xs:annotation>
30
+ <xs:documentation>Address of the client. External to the EPC schema for GDPR purposes.</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:element>
33
+ <xs:element name="Is-Multiple-Compliance" type="xs:boolean" default="false" minOccurs="0">
34
+ <xs:annotation>
35
+ <xs:documentation>Is the compliance report part of a multiple compliance calculation.</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:element>
38
+ </xs:sequence>
39
+ </xs:complexType>
40
+ </xs:schema>