green-button-data 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +13 -5
- data/README.md +116 -8
- data/green-button-data.gemspec +6 -1
- data/lib/green-button-data.rb +26 -1
- data/lib/green-button-data/application_information.rb +112 -0
- data/lib/green-button-data/authorization.rb +35 -0
- data/lib/green-button-data/configuration.rb +133 -0
- data/lib/green-button-data/core_ext.rb +1 -0
- data/lib/green-button-data/core_ext/string.rb +35 -0
- data/lib/green-button-data/dst.rb +57 -0
- data/lib/green-button-data/entry.rb +87 -0
- data/lib/green-button-data/feed.rb +5 -0
- data/lib/green-button-data/fetchable.rb +242 -0
- data/lib/green-button-data/interval_block.rb +38 -0
- data/lib/green-button-data/local_time_parameters.rb +31 -0
- data/lib/green-button-data/meter_reading.rb +4 -0
- data/lib/green-button-data/model_collection.rb +33 -0
- data/lib/green-button-data/parser/application_information.rb +2 -11
- data/lib/green-button-data/parser/authorization.rb +0 -4
- data/lib/green-button-data/parser/interval.rb +8 -4
- data/lib/green-button-data/parser/interval_reading.rb +4 -1
- data/lib/green-button-data/parser/local_time_parameters.rb +0 -57
- data/lib/green-button-data/parser/summary_measurement.rb +12 -0
- data/lib/green-button-data/reading_type.rb +82 -0
- data/lib/green-button-data/relations.rb +24 -0
- data/lib/green-button-data/usage_point.rb +27 -0
- data/lib/green-button-data/usage_summary.rb +36 -0
- data/lib/green-button-data/utilities.rb +27 -0
- data/lib/green-button-data/version.rb +1 -1
- data/spec/fixtures.rb +5 -0
- data/spec/fixtures/ESPIReadingType.xml +23 -535
- data/spec/fixtures/ESPIReadingTypes.xml +535 -0
- data/spec/fixtures/ESPIUsagePoint.xml +3 -3
- data/spec/fixtures/ESPIUsagePointMeterReading.xml +13 -0
- data/spec/fixtures/ESPIUsagePointMeterReadings.xml +21 -0
- data/spec/fixtures/ESPIUsagePoints.xml +822 -0
- data/spec/lib/green-button-data/application_information_spec.rb +389 -0
- data/spec/lib/green-button-data/authorization_spec.rb +91 -0
- data/spec/{green-button-data → lib/green-button-data}/core_ext/date_spec.rb +0 -0
- data/spec/{green-button-data → lib/green-button-data}/core_ext/fixnum_spec.rb +0 -0
- data/spec/lib/green-button-data/local_time_parameters_spec.rb +106 -0
- data/spec/{green-button-data → lib/green-button-data}/parser/application_information_spec.rb +4 -4
- data/spec/{green-button-data → lib/green-button-data}/parser/authorization_spec.rb +0 -12
- data/spec/{green-button-data → lib/green-button-data}/parser/entry_spec.rb +1 -1
- data/spec/{green-button-data → lib/green-button-data}/parser/interval_block_spec.rb +4 -4
- data/spec/{green-button-data → lib/green-button-data}/parser/local_time_parameter_spec.rb +0 -0
- data/spec/{green-button-data → lib/green-button-data}/parser/reading_type_spec.rb +0 -0
- data/spec/{green-button-data → lib/green-button-data}/parser/usage_point_spec.rb +0 -0
- data/spec/{green-button-data → lib/green-button-data}/parser/usage_summary_spec.rb +0 -0
- data/spec/lib/green-button-data/reading_type_spec.rb +127 -0
- data/spec/lib/green-button-data/usage_point_spec.rb +167 -0
- data/spec/{green-button-data → lib/green-button-data}/utilities_spec.rb +1 -1
- data/spec/spec_helper.rb +5 -0
- metadata +70 -17
@@ -1,9 +1,9 @@
|
|
1
1
|
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
2
2
|
<id>urn:uuid:c8c34b3a-d175-447b-bd00-176f60194de0</id>
|
3
3
|
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint" rel="up"/>
|
4
|
-
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/
|
5
|
-
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/
|
6
|
-
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/
|
4
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2" rel="self"/>
|
5
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading" rel="related"/>
|
6
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/ElectricPowerUsageSummary" rel="related"/>
|
7
7
|
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/1" rel="related"/>
|
8
8
|
<title>Green Button Sample Data File</title>
|
9
9
|
<content>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
2
|
+
<id>urn:uuid:4234ae39-fb6d-48ca-8856-ac9f41fb3d34</id>
|
3
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading" rel="up"/>
|
4
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading/1" rel="self"/>
|
5
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading/1/IntervalBlock" rel="related"/>
|
6
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/ReadingType/1" rel="related"/>
|
7
|
+
<title>Monthly Electricity Consumption</title>
|
8
|
+
<content>
|
9
|
+
<espi:MeterReading/>
|
10
|
+
</content>
|
11
|
+
<published>2013-09-19T04:00:00Z</published>
|
12
|
+
<updated>2013-09-19T04:00:00Z</updated>
|
13
|
+
</entry>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<?xml-stylesheet type="text/xsl" href="GreenButtonDataStyleSheet.xslt"?>
|
3
|
+
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
4
|
+
<id>urn:uuid:3d929239-f58c-4a3a-aba1-9417978b26a4</id>
|
5
|
+
<title>Green Button Usage Feed</title>
|
6
|
+
<updated>2015-08-11T01:06:02Z</updated>
|
7
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading" rel="self"/>
|
8
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
9
|
+
<id>urn:uuid:4234ae39-fb6d-48ca-8856-ac9f41fb3d34</id>
|
10
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading" rel="up"/>
|
11
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading/1" rel="self"/>
|
12
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/5/UsagePoint/2/MeterReading/1/IntervalBlock" rel="related"/>
|
13
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/ReadingType/1" rel="related"/>
|
14
|
+
<title>Monthly Electricity Consumption</title>
|
15
|
+
<content>
|
16
|
+
<espi:MeterReading/>
|
17
|
+
</content>
|
18
|
+
<published>2013-09-19T04:00:00Z</published>
|
19
|
+
<updated>2013-09-19T04:00:00Z</updated>
|
20
|
+
</entry>
|
21
|
+
</feed>
|
@@ -0,0 +1,822 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<?xml-stylesheet type="text/xsl" href="GreenButtonDataStyleSheet.xslt"?>
|
3
|
+
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
4
|
+
<id>urn:uuid:26f2239b-3bff-497c-a6c6-bc2dd2a6d2af</id>
|
5
|
+
<title>Green Button Usage Feed</title>
|
6
|
+
<updated>2015-08-11T00:09:08Z</updated>
|
7
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/UsagePoint" rel="self"/>
|
8
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
9
|
+
<id>urn:uuid:c8c34b3a-d175-447b-bd00-176f60194de0</id>
|
10
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
11
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/1" rel="self"/>
|
12
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/1/MeterReading" rel="related"/>
|
13
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/1/ElectricPowerUsageSummary" rel="related"/>
|
14
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/1" rel="related"/>
|
15
|
+
<title>Green Button Sample Data File</title>
|
16
|
+
<content>
|
17
|
+
<espi:UsagePoint>
|
18
|
+
<espi:ServiceCategory>
|
19
|
+
<espi:kind>0</espi:kind>
|
20
|
+
</espi:ServiceCategory>
|
21
|
+
</espi:UsagePoint>
|
22
|
+
</content>
|
23
|
+
<published>2013-09-19T04:00:00Z</published>
|
24
|
+
<updated>2013-09-19T04:00:00Z</updated>
|
25
|
+
</entry>
|
26
|
+
|
27
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
28
|
+
<id>urn:uuid:e2dcf5f0-810b-443f-9a2e-805bfa52d897</id>
|
29
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
30
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/2" rel="self"/>
|
31
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/2/MeterReading" rel="related"/>
|
32
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/2/ElectricPowerUsageSummary" rel="related"/>
|
33
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/1" rel="related"/>
|
34
|
+
<title>Green Button Sample Data File</title>
|
35
|
+
<content>
|
36
|
+
<espi:UsagePoint>
|
37
|
+
<espi:ServiceCategory>
|
38
|
+
<espi:kind>0</espi:kind>
|
39
|
+
</espi:ServiceCategory>
|
40
|
+
<espi:ServiceDeliveryPoint>
|
41
|
+
<espi:name>sample tariff showing block and tier pricing</espi:name>
|
42
|
+
<espi:tariffProfile>./TariffSample.xml</espi:tariffProfile>
|
43
|
+
</espi:ServiceDeliveryPoint>
|
44
|
+
</espi:UsagePoint>
|
45
|
+
</content>
|
46
|
+
<published>2013-09-19T04:00:00Z</published>
|
47
|
+
<updated>2013-09-19T04:00:00Z</updated>
|
48
|
+
</entry>
|
49
|
+
|
50
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
51
|
+
<id>urn:uuid:c4b46b5d-d4ac-4cd3-9e29-13717dd04140</id>
|
52
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
53
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/3" rel="self"/>
|
54
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/3/MeterReading" rel="related"/>
|
55
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/3/ElectricPowerUsageSummary" rel="related"/>
|
56
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/2" rel="related"/>
|
57
|
+
<title>Coastal Multi-Family 12hr</title>
|
58
|
+
<content>
|
59
|
+
<espi:UsagePoint>
|
60
|
+
<espi:ServiceCategory>
|
61
|
+
<espi:kind>0</espi:kind>
|
62
|
+
</espi:ServiceCategory>
|
63
|
+
</espi:UsagePoint>
|
64
|
+
</content>
|
65
|
+
<published>2012-10-24T07:00:00Z</published>
|
66
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
67
|
+
</entry>
|
68
|
+
|
69
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
70
|
+
<id>urn:uuid:baecdd3b-0a00-4ccb-88f7-ae576f642c7f</id>
|
71
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
72
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/4" rel="self"/>
|
73
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/4/MeterReading" rel="related"/>
|
74
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/4/ElectricPowerUsageSummary" rel="related"/>
|
75
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/3" rel="related"/>
|
76
|
+
<title>Coastal Multi-Family Daily</title>
|
77
|
+
<content>
|
78
|
+
<espi:UsagePoint>
|
79
|
+
<espi:ServiceCategory>
|
80
|
+
<espi:kind>0</espi:kind>
|
81
|
+
</espi:ServiceCategory>
|
82
|
+
</espi:UsagePoint>
|
83
|
+
</content>
|
84
|
+
<published>2012-10-24T07:00:00Z</published>
|
85
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
86
|
+
</entry>
|
87
|
+
|
88
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
89
|
+
<id>urn:uuid:dae2a527-3662-4066-85a8-c073762a1790</id>
|
90
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
91
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/5" rel="self"/>
|
92
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/5/MeterReading" rel="related"/>
|
93
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/5/ElectricPowerUsageSummary" rel="related"/>
|
94
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/4" rel="related"/>
|
95
|
+
<title>Coastal Multi-Family</title>
|
96
|
+
<content>
|
97
|
+
<espi:UsagePoint>
|
98
|
+
<espi:ServiceCategory>
|
99
|
+
<espi:kind>0</espi:kind>
|
100
|
+
</espi:ServiceCategory>
|
101
|
+
</espi:UsagePoint>
|
102
|
+
</content>
|
103
|
+
<published>2012-10-24T07:00:00Z</published>
|
104
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
105
|
+
</entry>
|
106
|
+
|
107
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
108
|
+
<id>urn:uuid:0a0d0efb-c9e0-4740-93a9-763b54e1e58e</id>
|
109
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
110
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/6" rel="self"/>
|
111
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/6/MeterReading" rel="related"/>
|
112
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/6/ElectricPowerUsageSummary" rel="related"/>
|
113
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/5" rel="related"/>
|
114
|
+
<title>Desert Multi-Family</title>
|
115
|
+
<content>
|
116
|
+
<espi:UsagePoint>
|
117
|
+
<espi:ServiceCategory>
|
118
|
+
<espi:kind>0</espi:kind>
|
119
|
+
</espi:ServiceCategory>
|
120
|
+
</espi:UsagePoint>
|
121
|
+
</content>
|
122
|
+
<published>2012-10-24T07:00:00Z</published>
|
123
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
124
|
+
</entry>
|
125
|
+
|
126
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
127
|
+
<id>urn:uuid:a14ca776-1b2f-4a23-812d-2389d6e59e8e</id>
|
128
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
129
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/7" rel="self"/>
|
130
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/7/MeterReading" rel="related"/>
|
131
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/7/ElectricPowerUsageSummary" rel="related"/>
|
132
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/6" rel="related"/>
|
133
|
+
<title>Desert Single-Family</title>
|
134
|
+
<content>
|
135
|
+
<espi:UsagePoint>
|
136
|
+
<espi:ServiceCategory>
|
137
|
+
<espi:kind>0</espi:kind>
|
138
|
+
</espi:ServiceCategory>
|
139
|
+
</espi:UsagePoint>
|
140
|
+
</content>
|
141
|
+
<published>2012-10-24T07:00:00Z</published>
|
142
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
143
|
+
</entry>
|
144
|
+
|
145
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
146
|
+
<id>urn:uuid:f6d25f4a-bc69-43ca-9545-ef56d3deb801</id>
|
147
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
148
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/8" rel="self"/>
|
149
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/8/MeterReading" rel="related"/>
|
150
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/8/ElectricPowerUsageSummary" rel="related"/>
|
151
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/7" rel="related"/>
|
152
|
+
<title>Inland Multi-Family</title>
|
153
|
+
<content>
|
154
|
+
<espi:UsagePoint>
|
155
|
+
<espi:ServiceCategory>
|
156
|
+
<espi:kind>0</espi:kind>
|
157
|
+
</espi:ServiceCategory>
|
158
|
+
</espi:UsagePoint>
|
159
|
+
</content>
|
160
|
+
<published>2012-10-24T07:00:00Z</published>
|
161
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
162
|
+
</entry>
|
163
|
+
|
164
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
165
|
+
<id>urn:uuid:bf72563a-cb21-479b-ba68-6ded9c940ca6</id>
|
166
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
167
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/9" rel="self"/>
|
168
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/9/MeterReading" rel="related"/>
|
169
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/9/ElectricPowerUsageSummary" rel="related"/>
|
170
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/8" rel="related"/>
|
171
|
+
<title>Inland Single-Family</title>
|
172
|
+
<content>
|
173
|
+
<espi:UsagePoint>
|
174
|
+
<espi:ServiceCategory>
|
175
|
+
<espi:kind>0</espi:kind>
|
176
|
+
</espi:ServiceCategory>
|
177
|
+
</espi:UsagePoint>
|
178
|
+
</content>
|
179
|
+
<published>2012-10-24T07:00:00Z</published>
|
180
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
181
|
+
</entry>
|
182
|
+
|
183
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
184
|
+
<id>urn:uuid:a30d9bf2-b5e7-42fe-86a3-680ea1843a87</id>
|
185
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
186
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/10" rel="self"/>
|
187
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/10/MeterReading" rel="related"/>
|
188
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/10/ElectricPowerUsageSummary" rel="related"/>
|
189
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/9" rel="related"/>
|
190
|
+
<title>Mountain Multi-family</title>
|
191
|
+
<content>
|
192
|
+
<espi:UsagePoint>
|
193
|
+
<espi:ServiceCategory>
|
194
|
+
<espi:kind>0</espi:kind>
|
195
|
+
</espi:ServiceCategory>
|
196
|
+
</espi:UsagePoint>
|
197
|
+
</content>
|
198
|
+
<published>2012-10-24T07:00:00Z</published>
|
199
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
200
|
+
</entry>
|
201
|
+
|
202
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
203
|
+
<id>urn:uuid:9c226002-f1e7-4f56-98b0-cbf227660b48</id>
|
204
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
205
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/11" rel="self"/>
|
206
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/11/MeterReading" rel="related"/>
|
207
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/11/ElectricPowerUsageSummary" rel="related"/>
|
208
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/10" rel="related"/>
|
209
|
+
<title>Customer 11</title>
|
210
|
+
<content>
|
211
|
+
<espi:UsagePoint>
|
212
|
+
<espi:ServiceCategory>
|
213
|
+
<espi:kind>0</espi:kind>
|
214
|
+
</espi:ServiceCategory>
|
215
|
+
</espi:UsagePoint>
|
216
|
+
</content>
|
217
|
+
<published>2013-04-04T03:35:38Z</published>
|
218
|
+
<updated>2013-04-04T03:35:38Z</updated>
|
219
|
+
</entry>
|
220
|
+
|
221
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
222
|
+
<id>urn:uuid:41103d29-4967-4231-bd01-2c537770be44</id>
|
223
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
224
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/12" rel="self"/>
|
225
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/12/MeterReading" rel="related"/>
|
226
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/12/ElectricPowerUsageSummary" rel="related"/>
|
227
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/11" rel="related"/>
|
228
|
+
<title>Customer 12</title>
|
229
|
+
<content>
|
230
|
+
<espi:UsagePoint>
|
231
|
+
<espi:ServiceCategory>
|
232
|
+
<espi:kind>0</espi:kind>
|
233
|
+
</espi:ServiceCategory>
|
234
|
+
</espi:UsagePoint>
|
235
|
+
</content>
|
236
|
+
<published>2013-04-04T03:35:38Z</published>
|
237
|
+
<updated>2013-04-04T03:35:38Z</updated>
|
238
|
+
</entry>
|
239
|
+
|
240
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
241
|
+
<id>urn:uuid:0def27bb-038c-4829-a23d-98ef17af5249</id>
|
242
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
243
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/13" rel="self"/>
|
244
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/13/MeterReading" rel="related"/>
|
245
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
246
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
247
|
+
<title>NZA12</title>
|
248
|
+
<content>
|
249
|
+
<espi:UsagePoint>
|
250
|
+
<espi:ServiceCategory>
|
251
|
+
<espi:kind>0</espi:kind>
|
252
|
+
</espi:ServiceCategory>
|
253
|
+
</espi:UsagePoint>
|
254
|
+
</content>
|
255
|
+
<published>2012-10-24T07:00:00Z</published>
|
256
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
257
|
+
</entry>
|
258
|
+
|
259
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
260
|
+
<id>urn:uuid:765d337d-3869-443c-b281-a1a277319c85</id>
|
261
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
262
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/14" rel="self"/>
|
263
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/14/MeterReading" rel="related"/>
|
264
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
265
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
266
|
+
<title>NZA13</title>
|
267
|
+
<content>
|
268
|
+
<espi:UsagePoint>
|
269
|
+
<espi:ServiceCategory>
|
270
|
+
<espi:kind>0</espi:kind>
|
271
|
+
</espi:ServiceCategory>
|
272
|
+
</espi:UsagePoint>
|
273
|
+
</content>
|
274
|
+
<published>2012-10-24T07:00:00Z</published>
|
275
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
276
|
+
</entry>
|
277
|
+
|
278
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
279
|
+
<id>urn:uuid:4dd005bd-5366-4427-b4f4-9d5eb76b124f</id>
|
280
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
281
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/15" rel="self"/>
|
282
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/15/MeterReading" rel="related"/>
|
283
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
284
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
285
|
+
<title>NZA14</title>
|
286
|
+
<content>
|
287
|
+
<espi:UsagePoint>
|
288
|
+
<espi:ServiceCategory>
|
289
|
+
<espi:kind>0</espi:kind>
|
290
|
+
</espi:ServiceCategory>
|
291
|
+
</espi:UsagePoint>
|
292
|
+
</content>
|
293
|
+
<published>2012-10-24T07:00:00Z</published>
|
294
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
295
|
+
</entry>
|
296
|
+
|
297
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
298
|
+
<id>urn:uuid:eb2f329e-c5c9-4740-8580-d996dfa99dfe</id>
|
299
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
300
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/16" rel="self"/>
|
301
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/16/MeterReading" rel="related"/>
|
302
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
303
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
304
|
+
<title>NZA17</title>
|
305
|
+
<content>
|
306
|
+
<espi:UsagePoint>
|
307
|
+
<espi:ServiceCategory>
|
308
|
+
<espi:kind>0</espi:kind>
|
309
|
+
</espi:ServiceCategory>
|
310
|
+
</espi:UsagePoint>
|
311
|
+
</content>
|
312
|
+
<published>2012-10-24T07:00:00Z</published>
|
313
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
314
|
+
</entry>
|
315
|
+
|
316
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
317
|
+
<id>urn:uuid:cf599ef2-63f5-4560-9b37-9eb28d5b0602</id>
|
318
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
319
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/17" rel="self"/>
|
320
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/17/MeterReading" rel="related"/>
|
321
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
322
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
323
|
+
<title>NZA22</title>
|
324
|
+
<content>
|
325
|
+
<espi:UsagePoint>
|
326
|
+
<espi:ServiceCategory>
|
327
|
+
<espi:kind>0</espi:kind>
|
328
|
+
</espi:ServiceCategory>
|
329
|
+
</espi:UsagePoint>
|
330
|
+
</content>
|
331
|
+
<published>2012-10-24T07:00:00Z</published>
|
332
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
333
|
+
</entry>
|
334
|
+
|
335
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
336
|
+
<id>urn:uuid:0eb76fed-df0d-45e2-be28-d19aa3e7c21b</id>
|
337
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
338
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/18" rel="self"/>
|
339
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/18/MeterReading" rel="related"/>
|
340
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
341
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
342
|
+
<title>NZA23</title>
|
343
|
+
<content>
|
344
|
+
<espi:UsagePoint>
|
345
|
+
<espi:ServiceCategory>
|
346
|
+
<espi:kind>0</espi:kind>
|
347
|
+
</espi:ServiceCategory>
|
348
|
+
</espi:UsagePoint>
|
349
|
+
</content>
|
350
|
+
<published>2012-10-24T07:00:00Z</published>
|
351
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
352
|
+
</entry>
|
353
|
+
|
354
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
355
|
+
<id>urn:uuid:78d56798-de57-4bce-9707-7749949300f3</id>
|
356
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
357
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/19" rel="self"/>
|
358
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/19/MeterReading" rel="related"/>
|
359
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
360
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
361
|
+
<title>NZB12</title>
|
362
|
+
<content>
|
363
|
+
<espi:UsagePoint>
|
364
|
+
<espi:ServiceCategory>
|
365
|
+
<espi:kind>0</espi:kind>
|
366
|
+
</espi:ServiceCategory>
|
367
|
+
</espi:UsagePoint>
|
368
|
+
</content>
|
369
|
+
<published>2012-10-24T07:00:00Z</published>
|
370
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
371
|
+
</entry>
|
372
|
+
|
373
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
374
|
+
<id>urn:uuid:a3051af4-4038-4d76-9ec3-9d97992fac7a</id>
|
375
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
376
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/20" rel="self"/>
|
377
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/20/MeterReading" rel="related"/>
|
378
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
379
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
380
|
+
<title>NZB13</title>
|
381
|
+
<content>
|
382
|
+
<espi:UsagePoint>
|
383
|
+
<espi:ServiceCategory>
|
384
|
+
<espi:kind>0</espi:kind>
|
385
|
+
</espi:ServiceCategory>
|
386
|
+
</espi:UsagePoint>
|
387
|
+
</content>
|
388
|
+
<published>2012-10-24T07:00:00Z</published>
|
389
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
390
|
+
</entry>
|
391
|
+
|
392
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
393
|
+
<id>urn:uuid:cfeeb141-b72f-417b-8185-635e22ce6dd8</id>
|
394
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
395
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/21" rel="self"/>
|
396
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/21/MeterReading" rel="related"/>
|
397
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
398
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
399
|
+
<title>NZB14</title>
|
400
|
+
<content>
|
401
|
+
<espi:UsagePoint>
|
402
|
+
<espi:ServiceCategory>
|
403
|
+
<espi:kind>0</espi:kind>
|
404
|
+
</espi:ServiceCategory>
|
405
|
+
</espi:UsagePoint>
|
406
|
+
</content>
|
407
|
+
<published>2012-10-24T07:00:00Z</published>
|
408
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
409
|
+
</entry>
|
410
|
+
|
411
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
412
|
+
<id>urn:uuid:799f14f8-0a77-4baf-a8d2-6cf5ac69863f</id>
|
413
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
414
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/22" rel="self"/>
|
415
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/22/MeterReading" rel="related"/>
|
416
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
417
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
418
|
+
<title>NZB17</title>
|
419
|
+
<content>
|
420
|
+
<espi:UsagePoint>
|
421
|
+
<espi:ServiceCategory>
|
422
|
+
<espi:kind>0</espi:kind>
|
423
|
+
</espi:ServiceCategory>
|
424
|
+
</espi:UsagePoint>
|
425
|
+
</content>
|
426
|
+
<published>2012-10-24T07:00:00Z</published>
|
427
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
428
|
+
</entry>
|
429
|
+
|
430
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
431
|
+
<id>urn:uuid:93835a58-3155-403f-b5da-95edf10af5d2</id>
|
432
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
433
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/23" rel="self"/>
|
434
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/23/MeterReading" rel="related"/>
|
435
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
436
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
437
|
+
<title>NZB23</title>
|
438
|
+
<content>
|
439
|
+
<espi:UsagePoint>
|
440
|
+
<espi:ServiceCategory>
|
441
|
+
<espi:kind>0</espi:kind>
|
442
|
+
</espi:ServiceCategory>
|
443
|
+
</espi:UsagePoint>
|
444
|
+
</content>
|
445
|
+
<published>2012-10-24T07:00:00Z</published>
|
446
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
447
|
+
</entry>
|
448
|
+
|
449
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
450
|
+
<id>urn:uuid:85264b97-3120-4876-94ba-61a6050985fd</id>
|
451
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
452
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/24" rel="self"/>
|
453
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/24/MeterReading" rel="related"/>
|
454
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
455
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
456
|
+
<title>NZB28</title>
|
457
|
+
<content>
|
458
|
+
<espi:UsagePoint>
|
459
|
+
<espi:ServiceCategory>
|
460
|
+
<espi:kind>0</espi:kind>
|
461
|
+
</espi:ServiceCategory>
|
462
|
+
</espi:UsagePoint>
|
463
|
+
</content>
|
464
|
+
<published>2012-10-24T07:00:00Z</published>
|
465
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
466
|
+
</entry>
|
467
|
+
|
468
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
469
|
+
<id>urn:uuid:070d521f-0833-4e59-b48c-decaf1c8d82b</id>
|
470
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
471
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/25" rel="self"/>
|
472
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/25/MeterReading" rel="related"/>
|
473
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
474
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
475
|
+
<title>NZBA22</title>
|
476
|
+
<content>
|
477
|
+
<espi:UsagePoint>
|
478
|
+
<espi:ServiceCategory>
|
479
|
+
<espi:kind>0</espi:kind>
|
480
|
+
</espi:ServiceCategory>
|
481
|
+
</espi:UsagePoint>
|
482
|
+
</content>
|
483
|
+
<published>2012-10-24T07:00:00Z</published>
|
484
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
485
|
+
</entry>
|
486
|
+
|
487
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
488
|
+
<id>urn:uuid:0cd77c47-4fa7-4db8-8adf-165ecdff3952</id>
|
489
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
490
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/26" rel="self"/>
|
491
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/26/MeterReading" rel="related"/>
|
492
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
493
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
494
|
+
<title>SZD11</title>
|
495
|
+
<content>
|
496
|
+
<espi:UsagePoint>
|
497
|
+
<espi:ServiceCategory>
|
498
|
+
<espi:kind>0</espi:kind>
|
499
|
+
</espi:ServiceCategory>
|
500
|
+
</espi:UsagePoint>
|
501
|
+
</content>
|
502
|
+
<published>2012-10-24T07:00:00Z</published>
|
503
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
504
|
+
</entry>
|
505
|
+
|
506
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
507
|
+
<id>urn:uuid:852fc0c7-286f-4251-8a83-986289ec08f7</id>
|
508
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
509
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/27" rel="self"/>
|
510
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/27/MeterReading" rel="related"/>
|
511
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
512
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
513
|
+
<title>SZD12</title>
|
514
|
+
<content>
|
515
|
+
<espi:UsagePoint>
|
516
|
+
<espi:ServiceCategory>
|
517
|
+
<espi:kind>0</espi:kind>
|
518
|
+
</espi:ServiceCategory>
|
519
|
+
</espi:UsagePoint>
|
520
|
+
</content>
|
521
|
+
<published>2012-10-24T07:00:00Z</published>
|
522
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
523
|
+
</entry>
|
524
|
+
|
525
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
526
|
+
<id>urn:uuid:c1377001-ff58-4845-a6ed-14b059fe9679</id>
|
527
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
528
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/28" rel="self"/>
|
529
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/28/MeterReading" rel="related"/>
|
530
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
531
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
532
|
+
<title>SZD14</title>
|
533
|
+
<content>
|
534
|
+
<espi:UsagePoint>
|
535
|
+
<espi:ServiceCategory>
|
536
|
+
<espi:kind>0</espi:kind>
|
537
|
+
</espi:ServiceCategory>
|
538
|
+
</espi:UsagePoint>
|
539
|
+
</content>
|
540
|
+
<published>2012-10-24T07:00:00Z</published>
|
541
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
542
|
+
</entry>
|
543
|
+
|
544
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
545
|
+
<id>urn:uuid:2a98b92d-3152-467e-9f4f-2f28e74298a7</id>
|
546
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
547
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/29" rel="self"/>
|
548
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/29/MeterReading" rel="related"/>
|
549
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
550
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
551
|
+
<title>SZE13</title>
|
552
|
+
<content>
|
553
|
+
<espi:UsagePoint>
|
554
|
+
<espi:ServiceCategory>
|
555
|
+
<espi:kind>0</espi:kind>
|
556
|
+
</espi:ServiceCategory>
|
557
|
+
</espi:UsagePoint>
|
558
|
+
</content>
|
559
|
+
<published>2012-10-24T07:00:00Z</published>
|
560
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
561
|
+
</entry>
|
562
|
+
|
563
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
564
|
+
<id>urn:uuid:0b03d4b7-bce3-4fe6-8173-3ab63962af6f</id>
|
565
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
566
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/30" rel="self"/>
|
567
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/30/MeterReading" rel="related"/>
|
568
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
569
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
570
|
+
<title>SZE14</title>
|
571
|
+
<content>
|
572
|
+
<espi:UsagePoint>
|
573
|
+
<espi:ServiceCategory>
|
574
|
+
<espi:kind>0</espi:kind>
|
575
|
+
</espi:ServiceCategory>
|
576
|
+
</espi:UsagePoint>
|
577
|
+
</content>
|
578
|
+
<published>2012-10-24T07:00:00Z</published>
|
579
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
580
|
+
</entry>
|
581
|
+
|
582
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
583
|
+
<id>urn:uuid:e0e11188-b373-4814-82bc-06b8d865b0af</id>
|
584
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
585
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/31" rel="self"/>
|
586
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/31/MeterReading" rel="related"/>
|
587
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
588
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
589
|
+
<title>SZE22</title>
|
590
|
+
<content>
|
591
|
+
<espi:UsagePoint>
|
592
|
+
<espi:ServiceCategory>
|
593
|
+
<espi:kind>0</espi:kind>
|
594
|
+
</espi:ServiceCategory>
|
595
|
+
</espi:UsagePoint>
|
596
|
+
</content>
|
597
|
+
<published>2012-10-24T07:00:00Z</published>
|
598
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
599
|
+
</entry>
|
600
|
+
|
601
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
602
|
+
<id>urn:uuid:b822a4a4-86ba-49ea-a5fa-7d44a32dc7bd</id>
|
603
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
604
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/32" rel="self"/>
|
605
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/32/MeterReading" rel="related"/>
|
606
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
607
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
608
|
+
<title>WZC11</title>
|
609
|
+
<content>
|
610
|
+
<espi:UsagePoint>
|
611
|
+
<espi:ServiceCategory>
|
612
|
+
<espi:kind>0</espi:kind>
|
613
|
+
</espi:ServiceCategory>
|
614
|
+
</espi:UsagePoint>
|
615
|
+
</content>
|
616
|
+
<published>2012-10-24T07:00:00Z</published>
|
617
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
618
|
+
</entry>
|
619
|
+
|
620
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
621
|
+
<id>urn:uuid:d3d0df03-9aea-45c9-a6cf-bbef5f23256f</id>
|
622
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
623
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/33" rel="self"/>
|
624
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/33/MeterReading" rel="related"/>
|
625
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
626
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
627
|
+
<title>WZC12</title>
|
628
|
+
<content>
|
629
|
+
<espi:UsagePoint>
|
630
|
+
<espi:ServiceCategory>
|
631
|
+
<espi:kind>0</espi:kind>
|
632
|
+
</espi:ServiceCategory>
|
633
|
+
</espi:UsagePoint>
|
634
|
+
</content>
|
635
|
+
<published>2012-10-24T07:00:00Z</published>
|
636
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
637
|
+
</entry>
|
638
|
+
|
639
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
640
|
+
<id>urn:uuid:3c1e0bd5-a58b-492b-ac22-eb42134d1455</id>
|
641
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
642
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/34" rel="self"/>
|
643
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/34/MeterReading" rel="related"/>
|
644
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
645
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
646
|
+
<title>WZC14</title>
|
647
|
+
<content>
|
648
|
+
<espi:UsagePoint>
|
649
|
+
<espi:ServiceCategory>
|
650
|
+
<espi:kind>0</espi:kind>
|
651
|
+
</espi:ServiceCategory>
|
652
|
+
</espi:UsagePoint>
|
653
|
+
</content>
|
654
|
+
<published>2012-10-24T07:00:00Z</published>
|
655
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
656
|
+
</entry>
|
657
|
+
|
658
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
659
|
+
<id>urn:uuid:041ffbe4-a144-4ade-9b7f-61ac96dd97d5</id>
|
660
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
661
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/35" rel="self"/>
|
662
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/35/MeterReading" rel="related"/>
|
663
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
664
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
665
|
+
<title>WZC22</title>
|
666
|
+
<content>
|
667
|
+
<espi:UsagePoint>
|
668
|
+
<espi:ServiceCategory>
|
669
|
+
<espi:kind>0</espi:kind>
|
670
|
+
</espi:ServiceCategory>
|
671
|
+
</espi:UsagePoint>
|
672
|
+
</content>
|
673
|
+
<published>2012-10-24T07:00:00Z</published>
|
674
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
675
|
+
</entry>
|
676
|
+
|
677
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
678
|
+
<id>urn:uuid:5c17e966-185c-4385-821e-7b70060d98f6</id>
|
679
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
680
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/36" rel="self"/>
|
681
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/36/MeterReading" rel="related"/>
|
682
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
683
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
684
|
+
<title>WZC24</title>
|
685
|
+
<content>
|
686
|
+
<espi:UsagePoint>
|
687
|
+
<espi:ServiceCategory>
|
688
|
+
<espi:kind>0</espi:kind>
|
689
|
+
</espi:ServiceCategory>
|
690
|
+
</espi:UsagePoint>
|
691
|
+
</content>
|
692
|
+
<published>2012-10-24T07:00:00Z</published>
|
693
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
694
|
+
</entry>
|
695
|
+
|
696
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
697
|
+
<id>urn:uuid:3d9e7c07-8b33-42f7-92dd-c3d9f567aeef</id>
|
698
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
699
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/37" rel="self"/>
|
700
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/37/MeterReading" rel="related"/>
|
701
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/13" rel="related"/>
|
702
|
+
<link href="https://services.greenbuttondata.org/DataCustodian/espi/1_1/resource/LocalTimeParameters/01" rel="related"/>
|
703
|
+
<title>WZC25</title>
|
704
|
+
<content>
|
705
|
+
<espi:UsagePoint>
|
706
|
+
<espi:ServiceCategory>
|
707
|
+
<espi:kind>0</espi:kind>
|
708
|
+
</espi:ServiceCategory>
|
709
|
+
</espi:UsagePoint>
|
710
|
+
</content>
|
711
|
+
<published>2012-10-24T07:00:00Z</published>
|
712
|
+
<updated>2012-10-24T07:00:00Z</updated>
|
713
|
+
</entry>
|
714
|
+
|
715
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
716
|
+
<id>urn:uuid:046638c0-8701-11e0-9d78-0800200c9a02</id>
|
717
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
718
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/38" rel="self"/>
|
719
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/38/MeterReading" rel="related"/>
|
720
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/14" rel="related"/>
|
721
|
+
<title>6479-1</title>
|
722
|
+
<content>
|
723
|
+
<espi:UsagePoint>
|
724
|
+
<espi:ServiceCategory>
|
725
|
+
<espi:kind>0</espi:kind>
|
726
|
+
</espi:ServiceCategory>
|
727
|
+
</espi:UsagePoint>
|
728
|
+
</content>
|
729
|
+
<published>2002-11-02T13:00:00Z</published>
|
730
|
+
<updated>2002-11-02T13:00:00Z</updated>
|
731
|
+
</entry>
|
732
|
+
|
733
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
734
|
+
<id>urn:uuid:046638c0-8701-11e0-9d78-0800200c9a05</id>
|
735
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
736
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/39" rel="self"/>
|
737
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/39/MeterReading" rel="related"/>
|
738
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/14" rel="related"/>
|
739
|
+
<title>7521840-1</title>
|
740
|
+
<content>
|
741
|
+
<espi:UsagePoint>
|
742
|
+
<espi:ServiceCategory>
|
743
|
+
<espi:kind>0</espi:kind>
|
744
|
+
</espi:ServiceCategory>
|
745
|
+
</espi:UsagePoint>
|
746
|
+
</content>
|
747
|
+
<published>2011-04-14T12:15:00Z</published>
|
748
|
+
<updated>2011-04-14T12:15:00Z</updated>
|
749
|
+
</entry>
|
750
|
+
|
751
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
752
|
+
<id>urn:uuid:046638c0-8701-11e0-9d78-0800200c9a08</id>
|
753
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
754
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/40" rel="self"/>
|
755
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/40/MeterReading" rel="related"/>
|
756
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/14" rel="related"/>
|
757
|
+
<title>7521841-1</title>
|
758
|
+
<content>
|
759
|
+
<espi:UsagePoint>
|
760
|
+
<espi:ServiceCategory>
|
761
|
+
<espi:kind>0</espi:kind>
|
762
|
+
</espi:ServiceCategory>
|
763
|
+
</espi:UsagePoint>
|
764
|
+
</content>
|
765
|
+
<published>2011-04-18T12:00:00Z</published>
|
766
|
+
<updated>2011-04-18T12:00:00Z</updated>
|
767
|
+
</entry>
|
768
|
+
|
769
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
770
|
+
<id>urn:uuid:046638c0-8701-11e0-9d78-0800200c9a11</id>
|
771
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
772
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/41" rel="self"/>
|
773
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/41/MeterReading" rel="related"/>
|
774
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/14" rel="related"/>
|
775
|
+
<title>7521844-1</title>
|
776
|
+
<content>
|
777
|
+
<espi:UsagePoint>
|
778
|
+
<espi:ServiceCategory>
|
779
|
+
<espi:kind>0</espi:kind>
|
780
|
+
</espi:ServiceCategory>
|
781
|
+
</espi:UsagePoint>
|
782
|
+
</content>
|
783
|
+
<published>2011-04-14T12:15:00Z</published>
|
784
|
+
<updated>2011-04-14T12:15:00Z</updated>
|
785
|
+
</entry>
|
786
|
+
|
787
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
788
|
+
<id>urn:uuid:046638c0-8701-11e0-9d78-0800200c9a14</id>
|
789
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
790
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/42" rel="self"/>
|
791
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/42/MeterReading" rel="related"/>
|
792
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/14" rel="related"/>
|
793
|
+
<title>6822-1</title>
|
794
|
+
<content>
|
795
|
+
<espi:UsagePoint>
|
796
|
+
<espi:ServiceCategory>
|
797
|
+
<espi:kind>0</espi:kind>
|
798
|
+
</espi:ServiceCategory>
|
799
|
+
</espi:UsagePoint>
|
800
|
+
</content>
|
801
|
+
<published>2002-11-02T13:00:00Z</published>
|
802
|
+
<updated>2002-11-02T13:00:00Z</updated>
|
803
|
+
</entry>
|
804
|
+
|
805
|
+
<entry xmlns:espi="http://naesb.org/espi" xmlns="http://www.w3.org/2005/Atom">
|
806
|
+
<id>urn:uuid:046638c0-8701-11e0-9d78-0800200c9a17</id>
|
807
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint" rel="up"/>
|
808
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/43" rel="self"/>
|
809
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/Subscription/1/UsagePoint/43/MeterReading" rel="related"/>
|
810
|
+
<link href="https://services.greenbuttondata.org//DataCustodian/espi/1_1/resource/LocalTimeParameters/14" rel="related"/>
|
811
|
+
<title>7225-1</title>
|
812
|
+
<content>
|
813
|
+
<espi:UsagePoint>
|
814
|
+
<espi:ServiceCategory>
|
815
|
+
<espi:kind>0</espi:kind>
|
816
|
+
</espi:ServiceCategory>
|
817
|
+
</espi:UsagePoint>
|
818
|
+
</content>
|
819
|
+
<published>2002-11-02T13:00:00Z</published>
|
820
|
+
<updated>2002-11-02T13:00:00Z</updated>
|
821
|
+
</entry>
|
822
|
+
</feed>
|