epb_view_models 2.3.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/api/schemas/data/orchestrate.json +8 -0
  3. data/api/schemas/xml/CEPC-S-7.0/Reports/BaseDataTypes.xsd +296 -296
  4. data/api/schemas/xml/CEPC-S-7.0/Reports/CEPC-Reports.xsd +63 -63
  5. data/api/schemas/xml/CEPC-S-7.0/Reports/Input-Data.xsd +34 -34
  6. data/api/schemas/xml/CEPC-S-7.0/Reports/Performance-Summary.xsd +120 -120
  7. data/api/schemas/xml/CEPC-S-7.0/Reports/Property.xsd +67 -67
  8. data/api/schemas/xml/CEPC-S-7.0/Reports/Report-Header.xsd +178 -178
  9. data/api/schemas/xml/CEPC-S-7.0/Reports/Reported-Data.xsd +391 -391
  10. data/api/schemas/xml/CEPC-S-7.0/Reports/UserManagement.xsd +171 -171
  11. data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
  12. data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
  13. data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
  14. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
  15. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
  16. data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
  17. data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
  18. data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
  19. data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
  20. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/CommonFiles/CommonStructures.xsd +160 -0
  21. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/CommonFiles/Exceptions.xsd +72 -0
  22. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd +53 -0
  23. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/EPC-Certificate.xsd +213 -0
  24. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/EPC-CollectedData.xsd +445 -0
  25. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -0
  26. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -0
  27. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -0
  28. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -0
  29. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -0
  30. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-RiskAssessment.xsd +297 -0
  31. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HIP-Reports.xsd +203 -0
  32. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/Property.xsd +73 -0
  33. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/UserManagement.xsd +252 -0
  34. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/BaseDataTypes.xsd +177 -0
  35. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/EPC-Domains.xsd +68 -0
  36. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/HCR-Domains.xsd +1773 -0
  37. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/SAP-Domains.xsd +1101 -0
  38. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/SharedDomains.xsd +596 -0
  39. data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/TypeDefinitions.xsd +19 -0
  40. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd +2 -2
  41. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/CommonFiles/CommonStructures.xsd +166 -0
  42. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/CommonFiles/Exceptions.xsd +77 -0
  43. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -44
  44. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/ConditionReportChangeAccessResponse_1.xsd +58 -47
  45. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/ConditionReportChangeStatusRequest_1.xsd +54 -44
  46. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/ConditionReportChangeStatusResponse_1.xsd +58 -47
  47. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd +52 -0
  48. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/ConditionReportCreateResponse_1.xsd +63 -52
  49. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/ConditionReportRetrieveRequest_1.xsd +63 -52
  50. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/ConditionReportRetrieveResponse_1.xsd +99 -87
  51. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Messages/ExternalDefinitions.xml +907 -0
  52. data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP → RdSAP-Schema-S-15.0/RdSAP/Messages}/ExternalDefinitions.xsd +147 -147
  53. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +55 -44
  54. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +39 -28
  55. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +41 -30
  56. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +64 -52
  57. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/PropertyUPRNValidationRequest_1.xsd +55 -44
  58. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/Messages/PropertyUPRNValidationResponse_1.xsd +57 -46
  59. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/SAP-EPC/Templates/EPC-Certificate.xsd +337 -270
  60. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/SAP-EPC/Templates/Property.xsd +76 -68
  61. data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-CollectedData.xsd → RdSAP-Schema-S-15.0/RdSAP/SAP-EPC/Templates/SAP09-CollectedData.xsd} +1334 -1188
  62. data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-Report.xsd → RdSAP-Schema-S-15.0/RdSAP/SAP-EPC/Templates/SAP09-Report.xsd} +209 -195
  63. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/SAP-EPC/Templates/UserManagement.xsd +225 -215
  64. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/SAP-EPC/UDT/BaseDataTypes.xsd +181 -175
  65. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/SAP-EPC/UDT/EPC-Domains.xsd +725 -0
  66. data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SAP05-Domains.xsd → RdSAP-Schema-S-15.0/RdSAP/SAP-EPC/UDT/SAP09-Domains.xsd} +3397 -3007
  67. data/api/schemas/xml/{RdSAP-Schema-S-14.0 → RdSAP-Schema-S-15.0}/RdSAP/SAP-EPC/UDT/SharedDomains.xsd +323 -311
  68. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/EPC-Certificate.xsd +298 -0
  69. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/EPC-CollectedData.xsd +549 -0
  70. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/HCR-FeaturesExternal.xsd +290 -0
  71. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/HCR-FeaturesGrounds.xsd +229 -0
  72. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/HCR-FeaturesInternal.xsd +212 -0
  73. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/HCR-FeaturesServices.xsd +318 -0
  74. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/HCR-PropertyDetails.xsd +387 -0
  75. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/HCR-RiskAssessment.xsd +306 -0
  76. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/HIP-Reports.xsd +228 -0
  77. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/Property.xsd +79 -0
  78. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/Templates/UserManagement.xsd +265 -0
  79. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/UDT/BaseDataTypes.xsd +182 -0
  80. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/UDT/EPC-Domains.xsd +778 -0
  81. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/UDT/HCR-Domains.xsd +1786 -0
  82. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/UDT/SAP-Domains.xsd +1397 -0
  83. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/UDT/SharedDomains.xsd +774 -0
  84. data/api/schemas/xml/RdSAP-Schema-S-15.0/RdSAP/UDT/TypeDefinitions.xsd +26 -0
  85. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xml +1456 -1456
  86. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xsd +236 -236
  87. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/AssessorManagement.xsd +16 -16
  88. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-Certificate.xsd +388 -388
  89. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-CollectedData.xsd +784 -784
  90. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -283
  91. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -222
  92. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -205
  93. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -311
  94. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -380
  95. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-RiskAssessment.xsd +298 -298
  96. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/Property.xsd +67 -67
  97. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/SAP-Reports.xsd +201 -201
  98. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/UserManagement.xsd +259 -259
  99. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/BaseDataTypes.xsd +176 -176
  100. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/EPC-Domains.xsd +881 -881
  101. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/HCR-Domains.xsd +1779 -1779
  102. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SAP-Domains.xsd +1650 -1650
  103. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SharedDomains.xsd +768 -768
  104. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/TypeDefinitions.xsd +19 -19
  105. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xml +1456 -1456
  106. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xsd +236 -236
  107. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/AssessorManagement.xsd +208 -208
  108. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  109. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-CollectedData.xsd +957 -957
  110. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ExceptionList.xsd +18 -18
  111. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/Property.xsd +66 -66
  112. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd +180 -180
  113. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ReportList.xsd +26 -26
  114. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/EPC-Domains.xsd +843 -843
  115. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/SAP-Domains.xsd +2541 -2541
  116. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xml +1456 -1456
  117. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xsd +236 -236
  118. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  119. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  120. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-CollectedData.xsd +966 -966
  121. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ExceptionList.xsd +18 -18
  122. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/Property.xsd +66 -66
  123. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -175
  124. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ReportList.xsd +26 -26
  125. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/EPC-Domains.xsd +853 -853
  126. data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/SAP-Domains.xsd +2551 -2551
  127. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  128. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  129. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  130. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  131. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  132. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  133. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  134. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  135. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  136. data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.cs +11846 -11846
  137. data/lib/epb_view_models/version.rb +5 -0
  138. data/lib/epb_view_models.rb +1 -3
  139. data/lib/helper/rrn_helper.rb +4 -4
  140. data/lib/view_model/cs63/common_schema.rb +18 -18
  141. data/lib/view_model/factory.rb +2 -0
  142. data/lib/view_model/rd_sap_schema_s_120/common_schema.rb +547 -0
  143. data/lib/view_model/rd_sap_schema_s_150/common_schema.rb +517 -0
  144. data/lib/view_model/rd_sap_wrapper.rb +4 -0
  145. metadata +71 -36
  146. data/.buildspec.yml +0 -13
  147. data/.gitignore +0 -19
  148. data/.rspec +0 -2
  149. data/.rubocop.yml +0 -8
  150. data/.ruby-version +0 -1
  151. data/Gemfile +0 -15
  152. data/Gemfile.lock +0 -122
  153. data/Makefile +0 -17
  154. data/Rakefile +0 -12
  155. data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/EPC-Domains.xsd +0 -703
  156. data/epb_view_models.gemspec +0 -27
@@ -0,0 +1,166 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures"
4
+ xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes"
5
+ targetNamespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures"
6
+ elementFormDefault="qualified"
7
+ attributeFormDefault="unqualified"
8
+ version="LIG-15.0">
9
+ <!--
10
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
11
+
12
+ -->
13
+ <!-- ***************************************************************************
14
+ Simple Type declarations for Identification Block property values
15
+ *************************************************************************** -->
16
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
17
+ <!-- ***************************************************************************
18
+ Simple Type declarations for Identification Block property values
19
+ *************************************************************************** -->
20
+ <xs:simpleType name="ServiceNameType">
21
+ <xs:annotation>
22
+ <xs:documentation source="Service Name is a string label that uniquely identifies each service within the domain."/>
23
+ </xs:annotation>
24
+ <xs:restriction base="xs:string"/>
25
+ <!-- Should include validation of allowed Service Name constraints such as allowed charcaters etc. -->
26
+ </xs:simpleType>
27
+ <xs:simpleType name="OperationType">
28
+ <xs:restriction base="xs:string">
29
+ <xs:enumeration value="Create"/>
30
+ <xs:enumeration value="Retrieve"/>
31
+ <xs:enumeration value="Update"/>
32
+ <xs:enumeration value="Delete"/>
33
+ <xs:enumeration value="Retire"/>
34
+ <xs:enumeration value="Search"/>
35
+ <xs:enumeration value="Execute"/>
36
+ <xs:enumeration value="Describe"/>
37
+ </xs:restriction>
38
+ </xs:simpleType>
39
+ <xs:complexType name="IdentifierValue">
40
+ <xs:annotation>
41
+ <xs:documentation source="Public Identifier datatype is the public identifier by which an instance of a Business Entity can be identified. It's called Public Form Identiier rather then Content Form Identifier for historic reasons as a result of confusion over definitions of terms."/>
42
+ </xs:annotation>
43
+ <xs:simpleContent>
44
+ <xs:extension base="xs:string">
45
+ <xs:attribute name="IdentifierTypeDomain" type="xs:string" use="optional">
46
+ <xs:annotation>
47
+ <xs:documentation source="Public Form Identifier datatype is the public identifier by which an instance of a Content Form can be identified. It's called Public Form Identiier rather then Content Form Identifier for historic reasons as a result of confusion over definitions of terms."/>
48
+ </xs:annotation>
49
+ </xs:attribute>
50
+ </xs:extension>
51
+ </xs:simpleContent>
52
+ </xs:complexType>
53
+ <xs:simpleType name="ReportRetrievalType">
54
+ <xs:restriction base="xs:string">
55
+ <xs:enumeration value="List"/>
56
+ <xs:enumeration value="Data"/>
57
+ <xs:enumeration value="PDF"/>
58
+ </xs:restriction>
59
+ </xs:simpleType>
60
+ <!-- ***************************************************************************
61
+ Standard Identifying Block declarations
62
+
63
+ The Identification block contains standard data needed to identify an individual instance of a
64
+ particular service such as the service name, service provider, execution date.
65
+
66
+ Because there can be significant delays between the invocation of a service and the equivalent
67
+ response it is essential that each individual service request can be recognised. An individual
68
+ requestor may concurrently initiate many requests so the Identification blocks provide a
69
+ standard means of pairing the response to the particular request.
70
+
71
+ These data-items can be considered standard across all messages of a particular type but may be
72
+ extended by an individual service to include service specific parameters.
73
+
74
+ *************************************************************************** -->
75
+ <!-- Standard Identification Message _________________________________________________ -->
76
+ <!--
77
+ This standard identification block then needs to be extended with an Identifier element
78
+ defining the allowed key attributes particular to the Business Entity retrieve via the service.
79
+ This is done on a message by message basis, for example:
80
+
81
+ <xs:element name="Identification">
82
+ <xs:complexType>
83
+ <xs:complexContent>
84
+ <xs:extension base="CS:DefaultIDBlock">
85
+ <xs:sequence>
86
+ <xs:element name="Identifier" type="[IdentifierKeyFieldsType]"/>
87
+ </xs:sequence>
88
+ </xs:extension>
89
+ </xs:complexContent>
90
+ </xs:complexType>
91
+ </xs:element>
92
+
93
+ -->
94
+ <xs:complexType name="DefaultIdBlock">
95
+ <xs:annotation>
96
+ <xs:documentation source="The standard Identifying Block for all messages."/>
97
+ </xs:annotation>
98
+ <xs:sequence>
99
+ <xs:element name="ServiceName" type="CS:ServiceNameType"/>
100
+ <xs:element name="Operation">
101
+ <xs:simpleType>
102
+ <xs:restriction base="CS:OperationType"/>
103
+ </xs:simpleType>
104
+ </xs:element>
105
+ <xs:element name="TransactionDetails">
106
+ <xs:complexType>
107
+ <xs:sequence>
108
+ <xs:element name="OriginatingID" type="xs:string"/>
109
+ <xs:element name="RecipientID" type="xs:string"/>
110
+ <xs:element name="Timestamp" type="xs:dateTime"/>
111
+ <xs:element name="TransactionID" type="xs:string" minOccurs="0"/>
112
+ </xs:sequence>
113
+ </xs:complexType>
114
+ </xs:element>
115
+ <xs:element name="TermsAndConditions" minOccurs="0">
116
+ <xs:simpleType>
117
+ <xs:restriction base="pfdt:Flag"/>
118
+ </xs:simpleType>
119
+ </xs:element>
120
+ </xs:sequence>
121
+ </xs:complexType>
122
+ <!-- ***************************************************************************
123
+ Standard Configuration declarations
124
+
125
+ The Configuration block contains standard data required by the service to carry out its designated
126
+ task such as details of the parties / organisations involved in the transaction or operating
127
+ directions.
128
+
129
+ These are the configuration parameters that can be considered standard across all messages of a
130
+ particular type but may be extended by an individual service to include service specific
131
+ parameters.
132
+
133
+ Not all service types may need a Configuration block.
134
+ *************************************************************************** -->
135
+ <xs:complexType name="UpdateRequestConfigBlock">
136
+ <xs:sequence>
137
+ <xs:element name="StopOnFirstError" type="xs:string" minOccurs="0"/>
138
+ <xs:element name="ReasonForChange" type="xs:string" minOccurs="0"/>
139
+ </xs:sequence>
140
+ </xs:complexType>
141
+ <xs:complexType name="CreateRequestConfigBlock">
142
+ <xs:sequence>
143
+ <xs:element name="StopOnFirstError" type="xs:string" minOccurs="0"/>
144
+ <xs:element name="ReasonForChange" type="xs:string" minOccurs="0"/>
145
+ </xs:sequence>
146
+ </xs:complexType>
147
+ <xs:complexType name="RetrieveRequestConfigBlock">
148
+ <xs:sequence>
149
+ <xs:element name="StartDate" type="xs:date" minOccurs="0"/>
150
+ <xs:element name="Language" type="pfdt:LanguageCode" minOccurs="0"/>
151
+ <xs:element name="ResponseFormat" type="CS:ReportRetrievalType" minOccurs="0"/>
152
+ </xs:sequence>
153
+ </xs:complexType>
154
+ <xs:complexType name="SearchRequestConfigBlock">
155
+ <xs:sequence>
156
+ <xs:element name="RecordsToRetrieve" type="xs:long" minOccurs="0"/>
157
+ <xs:element name="StartRecord" type="xs:long" minOccurs="0"/>
158
+ </xs:sequence>
159
+ </xs:complexType>
160
+ <xs:complexType name="SearchResponseConfigBlock">
161
+ <xs:sequence>
162
+ <xs:element name="MoreRecords" type="xs:boolean" minOccurs="0"/>
163
+ <xs:element name="MoreThanMaxRecords" type="xs:boolean" minOccurs="0"/>
164
+ </xs:sequence>
165
+ </xs:complexType>
166
+ </xs:schema>
@@ -0,0 +1,77 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions"
3
+ xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions"
4
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
5
+ xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes"
6
+ targetNamespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions"
7
+ elementFormDefault="qualified" version="LIG-15.0">
8
+ <!--
9
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
10
+
11
+ -->
12
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
13
+ <xs:element name="DataItem" type="DataItem"/>
14
+ <xs:complexType name="DataItem">
15
+ <xs:annotation>
16
+ <xs:documentation>The Data-Item from the input XML message that caused the data exception to be raised.
17
+
18
+ Each Data Item consists of the name of the XML Element(s) that caused the exception to be raised, the value assigned to the element and an optional reference to the individual element of there is more than one of them in the XML Message.
19
+
20
+ </xs:documentation>
21
+ </xs:annotation>
22
+ <xs:sequence>
23
+ <xs:element name="ItemName" type="xs:string">
24
+ <xs:annotation>
25
+ <xs:documentation>The name of the data-item that was in error. This is that actual name of the element as it is in the message, for example:
26
+
27
+ &lt;MyElementName&gt;[Value]&lt;/MyElementName&gt;
28
+
29
+ would result in:
30
+
31
+ &lt;ItemName&gt;MyElementname&lt;/DataItem&gt;
32
+
33
+ </xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+ <xs:element name="Path" type="xs:string" minOccurs="0">
37
+ <xs:annotation>
38
+ <xs:documentation>The full X-Path to the XML Element containing the error.
39
+
40
+ This is required because there may be multiple data-items with the same name sometimes in separate functional components and sometimes the same functional component may occur multiple times. In both cases the Data-Item Name may not uniquely identify the actual error.</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:element>
43
+ <xs:element name="Value" type="xs:anyType" minOccurs="0">
44
+ <xs:annotation>
45
+ <xs:documentation>The value that was in error.
46
+
47
+ This is an optional field because it may be the case where a mandatory data-item isn't present.</xs:documentation>
48
+ </xs:annotation>
49
+ </xs:element>
50
+ </xs:sequence>
51
+ </xs:complexType>
52
+ <xs:element name="ExceptionList" type="ExceptionList"/>
53
+ <xs:complexType name="ExceptionList">
54
+ <xs:sequence>
55
+ <xs:element name="Exception" type="Exception" maxOccurs="unbounded"/>
56
+ </xs:sequence>
57
+ </xs:complexType>
58
+ <xs:element name="Exception" type="Exception"/>
59
+ <xs:complexType name="Exception">
60
+ <xs:sequence>
61
+ <xs:element name="ErrorCode" type="pfdt:NumericString"/>
62
+ <xs:element name="ErrorMessage" type="pfdt:Sentence"/>
63
+ <xs:element name="DataItemList" type="DataItemList" minOccurs="0"/>
64
+ </xs:sequence>
65
+ </xs:complexType>
66
+ <xs:element name="DataItemList" type="DataItemList"/>
67
+ <xs:complexType name="DataItemList">
68
+ <xs:annotation>
69
+ <xs:documentation>The set of Data-Items that were instrumental in raising the exception.
70
+
71
+ This is an aggregation point for all of the Data-Items because there may be more than one Data-Item for each exception. For example if the check is that A = B and the check fails then the values of both A and B need to be returned as the context of the exception.</xs:documentation>
72
+ </xs:annotation>
73
+ <xs:sequence>
74
+ <xs:element name="DataItem" type="DataItem" maxOccurs="unbounded"/>
75
+ </xs:sequence>
76
+ </xs:complexType>
77
+ </xs:schema>
@@ -1,44 +1,53 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
3
- <!--
4
- © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
-
6
- -->
7
- <!--***************************************************************************
8
- Imports and Inclusions
9
- *************************************************************************** -->
10
- <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
11
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
12
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
13
- <!-- Include templates for all Business Entities used by the message -->
14
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
15
- <!--***************************************************************************
16
- Message Definition
17
- *************************************************************************** -->
18
- <xs:element name="ConditionReportChangeAccessRequest_1">
19
- <xs:complexType>
20
- <xs:sequence>
21
- <xs:element name="Identification">
22
- <xs:complexType>
23
- <xs:complexContent>
24
- <xs:extension base="CS:DefaultIdBlock">
25
- <xs:sequence>
26
- <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
27
- </xs:sequence>
28
- </xs:extension>
29
- </xs:complexContent>
30
- </xs:complexType>
31
- </xs:element>
32
- <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
33
- <xs:element name="Content">
34
- <xs:complexType>
35
- <xs:sequence>
36
- <xs:element name="OldCode" type="HIP:RestrictedAccessCode"/>
37
- <xs:element name="NewCode" type="HIP:RestrictedAccessCode"/>
38
- </xs:sequence>
39
- </xs:complexType>
40
- </xs:element>
41
- </xs:sequence>
42
- </xs:complexType>
43
- </xs:element>
44
- </xs:schema>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures"
5
+ xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions"
6
+ xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP"
7
+ xmlns:REG="http://www.hcrregister.com"
8
+ xmlns="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP"
9
+ targetNamespace="http://www.hcrregister.com"
10
+ elementFormDefault="qualified"
11
+ attributeFormDefault="unqualified" version="LIG-15.0">
12
+ <!--
13
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
14
+
15
+ -->
16
+ <!--***************************************************************************
17
+ Imports and Inclusions
18
+ *************************************************************************** -->
19
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
20
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
21
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
22
+ <!-- Include templates for all Business Entities used by the message -->
23
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
24
+ <!--***************************************************************************
25
+ Message Definition
26
+ *************************************************************************** -->
27
+ <xs:element name="ConditionReportChangeAccessRequest_1">
28
+ <xs:complexType>
29
+ <xs:sequence>
30
+ <xs:element name="Identification">
31
+ <xs:complexType>
32
+ <xs:complexContent>
33
+ <xs:extension base="CS:DefaultIdBlock">
34
+ <xs:sequence>
35
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
36
+ </xs:sequence>
37
+ </xs:extension>
38
+ </xs:complexContent>
39
+ </xs:complexType>
40
+ </xs:element>
41
+ <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
42
+ <xs:element name="Content">
43
+ <xs:complexType>
44
+ <xs:sequence>
45
+ <xs:element name="OldCode" type="HIP:RestrictedAccessCode"/>
46
+ <xs:element name="NewCode" type="HIP:RestrictedAccessCode"/>
47
+ </xs:sequence>
48
+ </xs:complexType>
49
+ </xs:element>
50
+ </xs:sequence>
51
+ </xs:complexType>
52
+ </xs:element>
53
+ </xs:schema>
@@ -1,47 +1,58 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
3
- <!--
4
- © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
-
6
- -->
7
- <!--***************************************************************************
8
- Imports and Inclusions
9
- *************************************************************************** -->
10
- <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
11
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
12
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
13
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
14
- <!-- Include templates for all Business Entities used by the message -->
15
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
16
- <!--***************************************************************************
17
- Message Definition
18
- *************************************************************************** -->
19
- <xs:element name="ConditionReportChangeAccessResponse_1">
20
- <xs:complexType>
21
- <xs:sequence>
22
- <xs:element name="Identification">
23
- <xs:complexType>
24
- <xs:complexContent>
25
- <xs:extension base="CS:DefaultIdBlock">
26
- <xs:sequence>
27
- <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
28
- </xs:sequence>
29
- </xs:extension>
30
- </xs:complexContent>
31
- </xs:complexType>
32
- </xs:element>
33
- <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock" minOccurs="0"/>
34
- <xs:element name="Content">
35
- <xs:complexType>
36
- <xs:choice>
37
- <!-- If everything is OK then no response is actually required but a success flag doesn't hurt! -->
38
- <xs:element name="Success" type="pfdt:Flag" fixed="Y"/>
39
- <!-- This is the response if anything is wrong with the actual data in the message -->
40
- <xs:element name="ExceptionList" type="ERR:ExceptionList"/>
41
- </xs:choice>
42
- </xs:complexType>
43
- </xs:element>
44
- </xs:sequence>
45
- </xs:complexType>
46
- </xs:element>
47
- </xs:schema>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema
3
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures"
6
+ xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions"
7
+ xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes"
8
+ xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP"
9
+ xmlns:REG="http://www.hcrregister.com"
10
+ xmlns="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP"
11
+ targetNamespace="http://www.hcrregister.com"
12
+ elementFormDefault="qualified"
13
+ attributeFormDefault="unqualified" version="LIG-15.0">
14
+ <!--
15
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
16
+
17
+ -->
18
+ <!--***************************************************************************
19
+ Imports and Inclusions
20
+ *************************************************************************** -->
21
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
22
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
23
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
24
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
25
+ <!-- Include templates for all Business Entities used by the message -->
26
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
27
+ <!--***************************************************************************
28
+ Message Definition
29
+ *************************************************************************** -->
30
+ <xs:element name="ConditionReportChangeAccessResponse_1">
31
+ <xs:complexType>
32
+ <xs:sequence>
33
+ <xs:element name="Identification">
34
+ <xs:complexType>
35
+ <xs:complexContent>
36
+ <xs:extension base="CS:DefaultIdBlock">
37
+ <xs:sequence>
38
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
39
+ </xs:sequence>
40
+ </xs:extension>
41
+ </xs:complexContent>
42
+ </xs:complexType>
43
+ </xs:element>
44
+ <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock" minOccurs="0"/>
45
+ <xs:element name="Content">
46
+ <xs:complexType>
47
+ <xs:choice>
48
+ <!-- If everything is OK then no response is actually required but a success flag doesn't hurt! -->
49
+ <xs:element name="Success" type="pfdt:Flag" fixed="Y"/>
50
+ <!-- This is the response if anything is wrong with the actual data in the message -->
51
+ <xs:element name="ExceptionList" type="ERR:ExceptionList"/>
52
+ </xs:choice>
53
+ </xs:complexType>
54
+ </xs:element>
55
+ </xs:sequence>
56
+ </xs:complexType>
57
+ </xs:element>
58
+ </xs:schema>
@@ -1,44 +1,54 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/lodgement" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
3
- <!--
4
- © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
-
6
- -->
7
- <!--***************************************************************************
8
- Imports and Inclusions
9
- *************************************************************************** -->
10
- <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
11
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
12
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
13
- <!-- Include templates for all Business Entities used by the message -->
14
- <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
15
- <!--***************************************************************************
16
- Message Definition
17
- *************************************************************************** -->
18
- <xs:element name="ConditionReportChangeStatusRequest_1">
19
- <xs:complexType>
20
- <xs:sequence>
21
- <xs:element name="Identification">
22
- <xs:complexType>
23
- <xs:complexContent>
24
- <xs:extension base="CS:DefaultIdBlock">
25
- <xs:sequence>
26
- <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
27
- </xs:sequence>
28
- </xs:extension>
29
- </xs:complexContent>
30
- </xs:complexType>
31
- </xs:element>
32
- <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
33
- <xs:element name="Content">
34
- <xs:complexType>
35
- <xs:sequence>
36
- <xs:element name="OldStatus" type="HIP:ReportStatusCode"/>
37
- <xs:element name="NewStatus" type="HIP:ReportStatusCode"/>
38
- </xs:sequence>
39
- </xs:complexType>
40
- </xs:element>
41
- </xs:sequence>
42
- </xs:complexType>
43
- </xs:element>
44
- </xs:schema>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema
3
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures"
6
+ xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions"
7
+ xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP"
8
+ xmlns:REG="http://www.hcrregister.com"
9
+ xmlns="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP"
10
+ targetNamespace="http://www.est.org.uk/epc/lodgement"
11
+ elementFormDefault="qualified"
12
+ attributeFormDefault="unqualified" version="LIG-15.0">
13
+ <!--
14
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
15
+
16
+ -->
17
+ <!--***************************************************************************
18
+ Imports and Inclusions
19
+ *************************************************************************** -->
20
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
21
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
22
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
23
+ <!-- Include templates for all Business Entities used by the message -->
24
+ <xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
25
+ <!--***************************************************************************
26
+ Message Definition
27
+ *************************************************************************** -->
28
+ <xs:element name="ConditionReportChangeStatusRequest_1">
29
+ <xs:complexType>
30
+ <xs:sequence>
31
+ <xs:element name="Identification">
32
+ <xs:complexType>
33
+ <xs:complexContent>
34
+ <xs:extension base="CS:DefaultIdBlock">
35
+ <xs:sequence>
36
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
37
+ </xs:sequence>
38
+ </xs:extension>
39
+ </xs:complexContent>
40
+ </xs:complexType>
41
+ </xs:element>
42
+ <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
43
+ <xs:element name="Content">
44
+ <xs:complexType>
45
+ <xs:sequence>
46
+ <xs:element name="OldStatus" type="HIP:ReportStatusCode"/>
47
+ <xs:element name="NewStatus" type="HIP:ReportStatusCode"/>
48
+ </xs:sequence>
49
+ </xs:complexType>
50
+ </xs:element>
51
+ </xs:sequence>
52
+ </xs:complexType>
53
+ </xs:element>
54
+ </xs:schema>