Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / zcl / data-model / silabs / ami.xml
1 <?xml version="1.0"?>
2 <!--
3 Copyright (c) 2008,2020 Silicon Labs.
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9     http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17 <configurator>
18   <domain name="SE" spec="se-1.4-17-05019-001" dependsOn="zcl-1.0-07-5123-04" certifiable="false">
19     <!-- Whenever you upgrade to a new spec, make sure you move current spec into older spec section, so that version specific info will still be valid. -->
20     <older spec="se-1.2b-15-0131-02" dependsOn="zcl-1.0-07-5123-04" certifiable="false"/>
21     <older spec="se-1.2a-07-5356-19" dependsOn="zcl-1.0-07-5123-04" certifiable="true"/>
22     <older spec="se-1.1b-07-5356-18" dependsOn="zcl-1.0-07-5123-04" certifiable="true"/>
23     <older spec="se-1.1a-07-5356-17" dependsOn="zcl-1.0-07-5123-03" certifiable="true"/>
24     <older spec="se-1.1-07-5356-16" dependsOn="zcl-1.0-07-5123-03" certifiable="true"/>
25     <older spec="se-1.0-07-5356-15" dependsOn="zcl-1.0-07-5123-03" certifiable="true"/>
26   </domain>
27   <!-- Price Cluster - Structs, BITMAPs & ENUMs -->
28   <bitmap name="BlockPeriodDurationType" type="BITMAP8">
29     <field name="Timebase" mask="0x0F"/>
30     <field name="Control" mask="0xF0"/>
31   </bitmap>
32   <enum name="BlockPeriodDurationTypeTimebase" type="ENUM8">
33     <item name="Minutes" value="0x00"/>
34     <item name="Days" value="0x01"/>
35     <item name="Weeks" value="0x02"/>
36     <item name="Months" value="0x03"/>
37   </enum>
38   <enum name="BlockPeriodDurationTypeControl" type="ENUM8">
39     <item name="StartOfTimebase" value="0x00"/>
40     <item name="EndOfTimebase" value="0x10"/>
41     <item name="NotSpecified" value="0x20"/>
42   </enum>
43   <enum name="CommodityType" type="ENUM8">
44     <item name="ElectricMetering" value="0x00"/>
45     <item name="GasMetering" value="0x01"/>
46     <item name="WaterMetering" value="0x02"/>
47     <item name="ThermalMetering" value="0x03"/>
48     <item name="PressureMetering" value="0x04"/>
49     <item name="HeatMetering" value="0x05"/>
50     <item name="CoolingMetering" value="0x06"/>
51     <item name="ElectricVehicleChargingMetering" value="0x07"/>
52     <item name="PvGenerationMetering" value="0x08"/>
53     <item name="WindTurbineGenerationMetering" value="0x09"/>
54     <item name="WaterTurbineGenerationMetering" value="0x0A"/>
55     <item name="MicroGenerationMetering" value="0x0B"/>
56     <item name="SolarHotWaterGenerationMetering" value="0x0C"/>
57     <item name="ElectricMeteringElement1" value="0x0D"/>
58     <item name="ElectricMeteringElement2" value="0x0E"/>
59     <item name="ElectricMeteringElement3" value="0x0F"/>
60   </enum>
61   <bitmap name="ConversionFactorTrailingDigit" type="BITMAP8">
62     <field name="TrailingDigit" mask="0xF0"/>
63   </bitmap>
64   <enum name="CalorificValueUnit" type="ENUM8">
65     <item name="MegajoulePerCubicMeter" value="0x01"/>
66     <item name="MegajoulePerKilogram" value="0x02"/>
67   </enum>
68   <bitmap name="CalorificValueTrailingDigit" type="BITMAP8">
69     <field name="TrailingDigit" mask="0xF0"/>
70   </bitmap>
71   <enum name="TierBlockMode" type="ENUM8">
72     <item name="ActiveBlock" value="0x00"/>
73     <item name="ActiveBlockPriceTier" value="0x01"/>
74     <item name="ActiveBlockPriceTierThreshold" value="0x02"/>
75     <item name="NotUsed" value="0xFF"/>
76   </enum>
77   <enum name="AmiUnitOfMeasure" type="ENUM8">
78     <item name="KiloWattHours" value="0x00"/>
79     <item name="CubicMeterPerHour" value="0x01"/>
80     <item name="CubicFeetPerHour" value="0x02"/>
81     <item name="CentumCubicFeetPerHour" value="0x03"/>
82     <item name="usGallonsPerHour" value="0x04"/>
83     <item name="ImperialGallonsPerHour" value="0x05"/>
84     <item name="btUsOrBtuPerHour" value="0x06"/>
85     <item name="LitersOrLitersPerHour" value="0x07"/>
86     <item name="KpaGauge" value="0x08"/>
87     <item name="KpaAbsolute" value="0x09"/>
88     <item name="mcfOrMcfPerSecond" value="0x0A"/>
89     <item name="Unitless" value="0x0B"/>
90     <item name="mjOrMjPerSecond" value="0x0C"/>
91     <item name="kVarOrKVarHours" value="0x0D"/>
92     <item name="KiloWattHoursBcd" value="0x80"/>
93     <item name="CubicMeterPerHourBcd" value="0x81"/>
94     <item name="CubicFeetPerHourBcd" value="0x82"/>
95     <item name="CentumCubicFeetPerHourBcd" value="0x83"/>
96     <item name="usGallonsPerHourBcd" value="0x84"/>
97     <item name="ImperialGallonsPerHourBcd" value="0x85"/>
98     <item name="btUsOrBtuPerHourBcd" value="0x86"/>
99     <item name="LitersOrLitersPerHourBcd" value="0x87"/>
100     <item name="KpaGuageBcd" value="0x88"/>
101     <item name="KpaAbsoluteBcd" value="0x89"/>
102     <item name="mcfOrMcfPerSecondBcd" value="0x8A"/>
103     <item name="UnitlessBcd" value="0x8B"/>
104     <item name="mjOrMjPerSecondBcd" value="0x8C"/>
105     <item name="kVarOrKVarHoursBcd" value="0x8D"/>
106   </enum>
107   <bitmap name="PriceTrailingDigit" type="BITMAP8">
108     <field name="TrailingDigit" mask="0xF0"/>
109   </bitmap>
110   <enum name="TariffResolutionPeriod" type="ENUM8">
111     <item name="NotDefined" value="0x00"/>
112     <item name="BlockPeriod" value="0x01"/>
113     <item name="OneDay" value="0x02"/>
114   </enum>
115   <enum name="CO2Unit" type="ENUM8">
116     <item name="KilogramPerKilowattHour" value="0x01"/>
117     <item name="KilogramPerGallonOfGasoline" value="0x02"/>
118     <item name="KilogramPerThermOfNaturalGas" value="0x03"/>
119   </enum>
120   <bitmap name="CO2TrailingDigit" type="BITMAP8">
121     <field name="TrailingDigit" mask="0xF0"/>
122   </bitmap>
123   <enum name="CreditPaymentStatus" type="ENUM8">
124     <item name="Pending" value="0x00"/>
125     <item name="ReceivedPaid" value="0x01"/>
126     <item name="Overdue" value="0x02"/>
127     <item name="2PaymentsOverdue" value="0x03"/>
128     <item name="3PaymentsOverdue" value="0x04"/>
129   </enum>
130   <enum name="PaymentDiscountDuration" type="ENUM8">
131     <item name="CurrentBillingPeriod" value="0x00"/>
132     <item name="CurrentConsolidatedBill" value="0x01"/>
133     <item name="OneMonth" value="0x02"/>
134     <item name="OneQuarter" value="0x03"/>
135     <item name="OneYear" value="0x04"/>
136   </enum>
137   <bitmap name="PriceTrailingDigitAndPriceTier" type="BITMAP8">
138     <field name="PriceTier" mask="0x0F"/>
139     <field name="TrailingDigit" mask="0xF0"/>
140   </bitmap>
141   <enum name="PriceTier" type="ENUM8">
142     <item name="NoTierRelated" value="0x00"/>
143     <item name="Tier1PriceLabel" value="0x01"/>
144     <item name="Tier2PriceLabel" value="0x02"/>
145     <item name="Tier3PriceLabel" value="0x03"/>
146     <item name="Tier4PriceLabel" value="0x04"/>
147     <item name="Tier5PriceLabel" value="0x05"/>
148     <item name="Tier6PriceLabel" value="0x06"/>
149     <item name="Tier7PriceLabel" value="0x07"/>
150     <item name="Tier8PriceLabel" value="0x08"/>
151     <item name="Tier9PriceLabel" value="0x09"/>
152     <item name="Tier10PriceLabel" value="0x0A"/>
153     <item name="Tier11PriceLabel" value="0x0B"/>
154     <item name="Tier12PriceLabel" value="0x0C"/>
155     <item name="Tier13PriceLabel" value="0x0D"/>
156     <item name="Tier14PriceLabel" value="0x0E"/>
157     <!-- if ExtendedPriceTierField is 0x00 then this value
158          indicates that Tier15PriceLabel is to be used -->
159     <item name="ReferToExtendedPriceTierField" value="0x0F"/>
160     <item name="Tier15PriceLabel" value="0x0F"/>
161   </enum>
162   <bitmap name="PriceNumberOfPriceTiersAndRegisterTier" type="BITMAP8">
163     <field name="RegisterTier" mask="0x0F"/>
164     <field name="NumberOfPriceTiers" mask="0xF0"/>
165   </bitmap>
166   <enum name="RegisterTier" type="ENUM8">
167     <item name="NoTierRelated" value="0x00"/>
168     <item name="CurrentTier1SummationDeliveredAttribute" value="0x01"/>
169     <item name="CurrentTier2SummationDeliveredAttribute" value="0x02"/>
170     <item name="CurrentTier3SummationDeliveredAttribute" value="0x03"/>
171     <item name="CurrentTier4SummationDeliveredAttribute" value="0x04"/>
172     <item name="CurrentTier5SummationDeliveredAttribute" value="0x05"/>
173     <item name="CurrentTier6SummationDeliveredAttribute" value="0x06"/>
174     <item name="CurrentTier7SummationDeliveredAttribute" value="0x07"/>
175     <item name="CurrentTier8SummationDeliveredAttribute" value="0x08"/>
176     <item name="CurrentTier9SummationDeliveredAttribute" value="0x09"/>
177     <item name="CurrentTier10SummationDeliveredAttribute" value="0x0A"/>
178     <item name="CurrentTier11SummationDeliveredAttribute" value="0x0B"/>
179     <item name="CurrentTier12SummationDeliveredAttribute" value="0x0C"/>
180     <item name="CurrentTier13SummationDeliveredAttribute" value="0x0D"/>
181     <item name="CurrentTier14SummationDeliveredAttribute" value="0x0E"/>
182     <!-- if ExtendedRegisterTierField is 0x00 then this value
183          indicates that Tier15PriceLabel is to be used -->
184     <item name="ReferToExtendedRegisterTierField" value="0x0F"/>
185     <item name="CurrentTier15SummationDeliveredAttribute" value="0x0F"/>
186   </enum>
187   <enum name="AlternateCostUnit" type="ENUM8">
188     <item name="KgOfCo2PerUnitOfMeasure" value="0x02"/>
189   </enum>
190   <bitmap name="AlternateCostTrailingDigit" type="BITMAP8">
191     <field name="TrailingDigit" mask="0xF0"/>
192   </bitmap>
193   <bitmap name="PriceControlMask" type="BITMAP8">
194     <field name="PriceAcknowledgementRequired" mask="0x01"/>
195     <field name="TotalTiersExceeds15" mask="0x02"/>
196   </bitmap>
197   <enum name="PriceControlAcknowledgement" type="ENUM8">
198     <item name="notRequired" value="0x00"/>
199     <item name="required" value="0x01"/>
200   </enum>
201   <enum name="GenerationTier" type="ENUM8">
202     <item name="CurrentTier1SummationReceivedAttribute" value="0x01"/>
203     <item name="CurrentTier2SummationReceivedAttribute" value="0x02"/>
204     <item name="CurrentTier3SummationReceivedAttribute" value="0x03"/>
205     <item name="CurrentTier4SummationReceivedAttribute" value="0x04"/>
206     <item name="CurrentTier5SummationReceivedAttribute" value="0x05"/>
207     <item name="CurrentTier6SummationReceivedAttribute" value="0x06"/>
208     <item name="CurrentTier7SummationReceivedAttribute" value="0x07"/>
209     <item name="CurrentTier8SummationReceivedAttribute" value="0x08"/>
210     <item name="CurrentTier9SummationReceivedAttribute" value="0x09"/>
211     <item name="CurrentTier10SummationReceivedAttribute" value="0x0A"/>
212     <item name="CurrentTier11SummationReceivedAttribute" value="0x0B"/>
213     <item name="CurrentTier12SummationReceivedAttribute" value="0x0C"/>
214     <item name="CurrentTier13SummationReceivedAttribute" value="0x0D"/>
215     <item name="CurrentTier14SummationReceivedAttribute" value="0x0E"/>
216     <item name="CurrentTier15SummationReceivedAttribute" value="0x0F"/>
217     <item name="CurrentTier16SummationReceivedAttribute" value="0x10"/>
218     <item name="CurrentTier17SummationReceivedAttribute" value="0x11"/>
219     <item name="CurrentTier18SummationReceivedAttribute" value="0x12"/>
220     <item name="CurrentTier19SummationReceivedAttribute" value="0x13"/>
221     <item name="CurrentTier20SummationReceivedAttribute" value="0x14"/>
222     <item name="CurrentTier21SummationReceivedAttribute" value="0x15"/>
223     <item name="CurrentTier22SummationReceivedAttribute" value="0x16"/>
224     <item name="CurrentTier23SummationReceivedAttribute" value="0x17"/>
225     <item name="CurrentTier24SummationReceivedAttribute" value="0x18"/>
226     <item name="CurrentTier25SummationReceivedAttribute" value="0x19"/>
227     <item name="CurrentTier26SummationReceivedAttribute" value="0x1A"/>
228     <item name="CurrentTier27SummationReceivedAttribute" value="0x1B"/>
229     <item name="CurrentTier28SummationReceivedAttribute" value="0x1C"/>
230     <item name="CurrentTier29SummationReceivedAttribute" value="0x1D"/>
231     <item name="CurrentTier30SummationReceivedAttribute" value="0x1E"/>
232     <item name="CurrentTier31SummationReceivedAttribute" value="0x1F"/>
233     <item name="CurrentTier32SummationReceivedAttribute" value="0x20"/>
234     <item name="CurrentTier33SummationReceivedAttribute" value="0x21"/>
235     <item name="CurrentTier34SummationReceivedAttribute" value="0x22"/>
236     <item name="CurrentTier35SummationReceivedAttribute" value="0x23"/>
237     <item name="CurrentTier36SummationReceivedAttribute" value="0x24"/>
238     <item name="CurrentTier37SummationReceivedAttribute" value="0x25"/>
239     <item name="CurrentTier38SummationReceivedAttribute" value="0x26"/>
240     <item name="CurrentTier39SummationReceivedAttribute" value="0x27"/>
241     <item name="CurrentTier40SummationReceivedAttribute" value="0x28"/>
242     <item name="CurrentTier41SummationReceivedAttribute" value="0x29"/>
243     <item name="CurrentTier42SummationReceivedAttribute" value="0x2A"/>
244     <item name="CurrentTier43SummationReceivedAttribute" value="0x2B"/>
245     <item name="CurrentTier44SummationReceivedAttribute" value="0x2C"/>
246     <item name="CurrentTier45SummationReceivedAttribute" value="0x2D"/>
247     <item name="CurrentTier46SummationReceivedAttribute" value="0x2E"/>
248     <item name="CurrentTier47SummationReceivedAttribute" value="0x2F"/>
249     <item name="CurrentTier48SummationReceivedAttribute" value="0x30"/>
250   </enum>
251   <enum name="ExtendedNumberOfPriceTiers" type="ENUM8">
252     <item name="ReferToNumberOfPriceTiersField" value="0x00"/>
253     <item name="NumberOfPriceTiers16" value="0x01"/>
254     <item name="NumberOfPriceTiers17" value="0x02"/>
255     <item name="NumberOfPriceTiers18" value="0x03"/>
256     <item name="NumberOfPriceTiers19" value="0x04"/>
257     <item name="NumberOfPriceTiers20" value="0x05"/>
258     <item name="NumberOfPriceTiers21" value="0x06"/>
259     <item name="NumberOfPriceTiers22" value="0x07"/>
260     <item name="NumberOfPriceTiers23" value="0x08"/>
261     <item name="NumberOfPriceTiers24" value="0x09"/>
262     <item name="NumberOfPriceTiers25" value="0x0A"/>
263     <item name="NumberOfPriceTiers26" value="0x0B"/>
264     <item name="NumberOfPriceTiers27" value="0x0C"/>
265     <item name="NumberOfPriceTiers28" value="0x0D"/>
266     <item name="NumberOfPriceTiers29" value="0x0E"/>
267     <item name="NumberOfPriceTiers30" value="0x0F"/>
268     <item name="NumberOfPriceTiers31" value="0x10"/>
269     <item name="NumberOfPriceTiers32" value="0x11"/>
270     <item name="NumberOfPriceTiers33" value="0x12"/>
271     <item name="NumberOfPriceTiers34" value="0x13"/>
272     <item name="NumberOfPriceTiers35" value="0x14"/>
273     <item name="NumberOfPriceTiers36" value="0x15"/>
274     <item name="NumberOfPriceTiers37" value="0x16"/>
275     <item name="NumberOfPriceTiers38" value="0x17"/>
276     <item name="NumberOfPriceTiers39" value="0x18"/>
277     <item name="NumberOfPriceTiers40" value="0x19"/>
278     <item name="NumberOfPriceTiers41" value="0x1A"/>
279     <item name="NumberOfPriceTiers42" value="0x1B"/>
280     <item name="NumberOfPriceTiers43" value="0x1C"/>
281     <item name="NumberOfPriceTiers44" value="0x1D"/>
282     <item name="NumberOfPriceTiers45" value="0x1E"/>
283     <item name="NumberOfPriceTiers46" value="0x1F"/>
284     <item name="NumberOfPriceTiers47" value="0x20"/>
285     <item name="NumberOfPriceTiers48" value="0x21"/>
286   </enum>
287   <enum name="ExtendedPriceTier" type="ENUM8">
288     <item name="ReferToPriceTierField" value="0x00"/>
289     <item name="Tier16PriceLabel" value="0x01"/>
290     <item name="Tier17PriceLabel" value="0x02"/>
291     <item name="Tier18PriceLabel" value="0x03"/>
292     <item name="Tier19PriceLabel" value="0x04"/>
293     <item name="Tier20PriceLabel" value="0x05"/>
294     <item name="Tier21PriceLabel" value="0x06"/>
295     <item name="Tier22PriceLabel" value="0x07"/>
296     <item name="Tier23PriceLabel" value="0x08"/>
297     <item name="Tier24PriceLabel" value="0x09"/>
298     <item name="Tier25PriceLabel" value="0x0A"/>
299     <item name="Tier26PriceLabel" value="0x0B"/>
300     <item name="Tier27PriceLabel" value="0x0C"/>
301     <item name="Tier28PriceLabel" value="0x0D"/>
302     <item name="Tier29PriceLabel" value="0x0E"/>
303     <item name="Tier30PriceLabel" value="0x0F"/>
304     <item name="Tier31PriceLabel" value="0x10"/>
305     <item name="Tier32PriceLabel" value="0x11"/>
306     <item name="Tier33PriceLabel" value="0x12"/>
307     <item name="Tier34PriceLabel" value="0x13"/>
308     <item name="Tier35PriceLabel" value="0x14"/>
309     <item name="Tier36PriceLabel" value="0x15"/>
310     <item name="Tier37PriceLabel" value="0x16"/>
311     <item name="Tier38PriceLabel" value="0x17"/>
312     <item name="Tier39PriceLabel" value="0x18"/>
313     <item name="Tier40PriceLabel" value="0x19"/>
314     <item name="Tier41PriceLabel" value="0x1A"/>
315     <item name="Tier42PriceLabel" value="0x1B"/>
316     <item name="Tier43PriceLabel" value="0x1C"/>
317     <item name="Tier44PriceLabel" value="0x1D"/>
318     <item name="Tier45PriceLabel" value="0x1E"/>
319     <item name="Tier46PriceLabel" value="0x1F"/>
320     <item name="Tier47PriceLabel" value="0x20"/>
321     <item name="Tier48PriceLabel" value="0x21"/>
322   </enum>
323   <enum name="ExtendedRegisterTier" type="ENUM8">
324     <item name="ReferToRegisterTierField" value="0x00"/>
325     <item name="CurrentTier16SummationDeliveredAttribute" value="0x01"/>
326     <item name="CurrentTier17SummationDeliveredAttribute" value="0x02"/>
327     <item name="CurrentTier18SummationDeliveredAttribute" value="0x03"/>
328     <item name="CurrentTier19SummationDeliveredAttribute" value="0x04"/>
329     <item name="CurrentTier20SummationDeliveredAttribute" value="0x05"/>
330     <item name="CurrentTier21SummationDeliveredAttribute" value="0x06"/>
331     <item name="CurrentTier22SummationDeliveredAttribute" value="0x07"/>
332     <item name="CurrentTier23SummationDeliveredAttribute" value="0x08"/>
333     <item name="CurrentTier24SummationDeliveredAttribute" value="0x09"/>
334     <item name="CurrentTier25SummationDeliveredAttribute" value="0x0A"/>
335     <item name="CurrentTier26SummationDeliveredAttribute" value="0x0B"/>
336     <item name="CurrentTier27SummationDeliveredAttribute" value="0x0C"/>
337     <item name="CurrentTier28SummationDeliveredAttribute" value="0x0D"/>
338     <item name="CurrentTier29SummationDeliveredAttribute" value="0x0E"/>
339     <item name="CurrentTier30SummationDeliveredAttribute" value="0x0F"/>
340     <item name="CurrentTier31SummationDeliveredAttribute" value="0x10"/>
341     <item name="CurrentTier32SummationDeliveredAttribute" value="0x11"/>
342     <item name="CurrentTier33SummationDeliveredAttribute" value="0x12"/>
343     <item name="CurrentTier34SummationDeliveredAttribute" value="0x13"/>
344     <item name="CurrentTier35SummationDeliveredAttribute" value="0x14"/>
345     <item name="CurrentTier36SummationDeliveredAttribute" value="0x15"/>
346     <item name="CurrentTier37SummationDeliveredAttribute" value="0x16"/>
347     <item name="CurrentTier38SummationDeliveredAttribute" value="0x17"/>
348     <item name="CurrentTier39SummationDeliveredAttribute" value="0x18"/>
349     <item name="CurrentTier40SummationDeliveredAttribute" value="0x19"/>
350     <item name="CurrentTier41SummationDeliveredAttribute" value="0x1A"/>
351     <item name="CurrentTier42SummationDeliveredAttribute" value="0x1B"/>
352     <item name="CurrentTier43SummationDeliveredAttribute" value="0x1C"/>
353     <item name="CurrentTier44SummationDeliveredAttribute" value="0x1D"/>
354     <item name="CurrentTier45SummationDeliveredAttribute" value="0x1E"/>
355     <item name="CurrentTier46SummationDeliveredAttribute" value="0x1F"/>
356     <item name="CurrentTier47SummationDeliveredAttribute" value="0x20"/>
357     <item name="CurrentTier48SummationDeliveredAttribute" value="0x21"/>
358   </enum>
359   <bitmap name="BlockPeriodControl" type="BITMAP8">
360     <field name="PriceAcknowledgementRequirement" mask="0x01"/>
361     <field name="RepeatingBlock" mask="0x02"/>
362   </bitmap>
363   <bitmap name="TariffTypeChargingScheme" type="BITMAP8">
364     <field name="TariffType" mask="0x0F"/>
365     <field name="TariffChargingScheme" mask="0xF0"/>
366   </bitmap>
367   <enum name="TariffType" type="ENUM8">
368     <item name="DeliveredTariff" value="0x00"/>
369     <item name="ReceivedTariff" value="0x01"/>
370     <item name="DeliveredAndReceivedTariff" value="0x02"/>
371   </enum>
372   <enum name="TariffChargingScheme" type="ENUM8">
373     <item name="TouTariff" value="0x00"/>
374     <item name="BlockTariff" value="0x10"/>
375     <item name="BlockTouTariffWithCommonThresholds" value="0x20"/>
376     <item name="BlockTouTariffWithIndividualThresholdsPerTier" value="0x30"/>
377   </enum>
378   <bitmap name="PriceMatrixSubPayloadControl" type="BITMAP8">
379     <field name="TouBased" mask="0x01"/>
380   </bitmap>
381   <struct name="PriceMatrixSubPayload">
382     <item name="tierBlockId" type="INT8U"/>
383     <item name="price" type="INT32U"/>
384   </struct>
385   <bitmap name="BlockThresholdSubPayloadControl" type="BITMAP8">
386     <field name="ApplyToAllTouTiersOrWhenBlockOnlyCharging" mask="0x01"/>
387   </bitmap>
388   <struct name="BlockThresholdSubPayload">
389     <item name="tierNumberOfBlockThresholds" type="INT8U"/>
390     <item name="blockThreshold" type="INT48U"/>
391   </struct>
392   <struct name="TierLabelsPayload">
393     <item name="tierId" type="INT8U"/>
394     <item name="tierLabel" type="OCTET_STRING"/>
395   </struct>
396   <bitmap name="BillingPeriodDuration" type="BITMAP24">
397     <field name="Duration" mask="0x3FFFFF"/>
398     <field name="Units" mask="0xC00000"/>
399   </bitmap>
400   <enum name="BillingPeriodDurationUnits" type="INT24U">
401     <!-- ENUM24 is not a valid ZCL data type, so use INT24U instead. -->
402     <item name="Minutes" value="0x000000"/>
403     <item name="Days" value="0x400000"/>
404     <item name="Weeks" value="0x800000"/>
405     <item name="Months" value="0xC00000"/>
406   </enum>
407   <bitmap name="BillingPeriodDurationType" type="BITMAP8">
408     <field name="Timebase" mask="0x0F"/>
409     <field name="Control" mask="0xF0"/>
410   </bitmap>
411   <bitmap name="BillTrailingDigit" type="BITMAP8">
412     <field name="TrailingDigit" mask="0xF0"/>
413   </bitmap>
414   <enum name="CppPriceTier" type="ENUM8">
415     <item name="CPP1" value="0x00"/>
416     <item name="CPP2" value="0x01"/>
417   </enum>
418   <enum name="PublishCppEventCppAuth" type="ENUM8">
419     <item name="Pending" value="0x00"/>
420     <item name="Accepted" value="0x01"/>
421     <item name="Rejected" value="0x02"/>
422     <item name="Forced" value="0x03"/>
423   </enum>
424   <bitmap name="CurrencyChangeControl" type="BITMAP32">
425     <field name="ClearBillingInfo" mask="0x01"/>
426     <field name="ConvertBillingInfoUsingNewCurrency" mask="0x02"/>
427     <field name="ClearOldConsumptionData" mask="0x04"/>
428     <field name="ConvertOldConsumptionDataUsingNewCurrency" mask="0x08"/>
429   </bitmap>
430   <bitmap name="BlockThresholdMask" type="BITMAP16">
431     <field name="Tier1" mask="0x0002"/>
432     <field name="Tier2" mask="0x0004"/>
433     <field name="Tier3" mask="0x0008"/>
434     <field name="Tier4" mask="0x0010"/>
435     <field name="Tier5" mask="0x0020"/>
436     <field name="Tier6" mask="0x0040"/>
437     <field name="Tier7" mask="0x0080"/>
438     <field name="Tier8" mask="0x0100"/>
439     <field name="Tier9" mask="0x0200"/>
440     <field name="Tier10" mask="0x0400"/>
441     <field name="Tier11" mask="0x0800"/>
442     <field name="Tier12" mask="0x1000"/>
443     <field name="Tier13" mask="0x2000"/>
444     <field name="Tier14" mask="0x4000"/>
445     <field name="Tier15" mask="0x8000"/>
446   </bitmap>
447   <enum name="CppEventResponseCppAuth" type="ENUM8">
448     <item name="Accepted" value="0x01"/>
449     <item name="Rejected" value="0x02"/>
450   </enum>
451   <bitmap name="AmiCommandOptions" type="BITMAP8">
452     <field name="requestRxOnWhenIdle" mask="0x01"/>
453   </bitmap>
454   <!-- Price Cluster -->
455   <cluster>
456     <name>Price</name>
457     <domain>SE</domain>
458     <description>The Price Cluster provides the mechanism for communicating Gas, Energy, or Water pricing information within the premises.</description>
459     <code>0x0700</code>
460     <define>PRICE_CLUSTER</define>
461     <client tick="false" init="false">true</client>
462     <server tick="false" init="false">true</server>
463     <globalAttribute side="either" code="0xFFFD" value="2"/>
464     <!-- Price Cluster Server - Attributes -->
465     <!-- Price Cluster Server - Tier Label (Delivered) Attribute Set -->
466     <attribute side="server" code="0x0000" define="TIER1_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 1" optional="true">tier 1 price label</attribute>
467     <attribute side="server" code="0x0001" define="TIER2_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 2" optional="true">tier 2 price label</attribute>
468     <attribute side="server" code="0x0002" define="TIER3_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 3" optional="true">tier 3 price label</attribute>
469     <attribute side="server" code="0x0003" define="TIER4_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 4" optional="true">tier 4 price label</attribute>
470     <attribute side="server" code="0x0004" define="TIER5_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 5" optional="true">tier 5 price label</attribute>
471     <attribute side="server" code="0x0005" define="TIER6_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 6" optional="true">tier 6 price label</attribute>
472     <attribute side="server" code="0x0006" define="TIER7_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 7" optional="true">tier 7 price label</attribute>
473     <attribute side="server" code="0x0007" define="TIER8_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 8" optional="true">tier 8 price label</attribute>
474     <attribute side="server" code="0x0008" define="TIER9_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 9" optional="true">tier 9 price label</attribute>
475     <attribute side="server" code="0x0009" define="TIER10_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 10" optional="true">tier 10 price label</attribute>
476     <attribute side="server" code="0x000A" define="TIER11_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 11" optional="true">tier 11 price label</attribute>
477     <attribute side="server" code="0x000B" define="TIER12_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 12" optional="true">tier 12 price label</attribute>
478     <attribute side="server" code="0x000C" define="TIER13_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 13" optional="true">tier 13 price label</attribute>
479     <attribute side="server" code="0x000D" define="TIER14_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 14" optional="true">tier 14 price label</attribute>
480     <attribute side="server" code="0x000E" define="TIER15_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 15" optional="true">tier 15 price label</attribute>
481     <attribute side="server" code="0x000F" define="TIER16_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 16" optional="true" introducedIn="se-1.2a-07-5356-19">tier 16 price label</attribute>
482     <attribute side="server" code="0x0010" define="TIER17_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 17" optional="true" introducedIn="se-1.2a-07-5356-19">tier 17 price label</attribute>
483     <attribute side="server" code="0x0011" define="TIER18_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 18" optional="true" introducedIn="se-1.2a-07-5356-19">tier 18 price label</attribute>
484     <attribute side="server" code="0x0012" define="TIER19_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 19" optional="true" introducedIn="se-1.2a-07-5356-19">tier 19 price label</attribute>
485     <attribute side="server" code="0x0013" define="TIER20_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 20" optional="true" introducedIn="se-1.2a-07-5356-19">tier 20 price label</attribute>
486     <attribute side="server" code="0x0014" define="TIER21_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 21" optional="true" introducedIn="se-1.2a-07-5356-19">tier 21 price label</attribute>
487     <attribute side="server" code="0x0015" define="TIER22_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 22" optional="true" introducedIn="se-1.2a-07-5356-19">tier 22 price label</attribute>
488     <attribute side="server" code="0x0016" define="TIER23_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 23" optional="true" introducedIn="se-1.2a-07-5356-19">tier 23 price label</attribute>
489     <attribute side="server" code="0x0017" define="TIER24_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 24" optional="true" introducedIn="se-1.2a-07-5356-19">tier 24 price label</attribute>
490     <attribute side="server" code="0x0018" define="TIER25_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 25" optional="true" introducedIn="se-1.2a-07-5356-19">tier 25 price label</attribute>
491     <attribute side="server" code="0x0019" define="TIER26_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 26" optional="true" introducedIn="se-1.2a-07-5356-19">tier 26 price label</attribute>
492     <attribute side="server" code="0x001A" define="TIER27_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 27" optional="true" introducedIn="se-1.2a-07-5356-19">tier 27 price label</attribute>
493     <attribute side="server" code="0x001B" define="TIER28_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 28" optional="true" introducedIn="se-1.2a-07-5356-19">tier 28 price label</attribute>
494     <attribute side="server" code="0x001C" define="TIER29_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 29" optional="true" introducedIn="se-1.2a-07-5356-19">tier 29 price label</attribute>
495     <attribute side="server" code="0x001D" define="TIER30_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 30" optional="true" introducedIn="se-1.2a-07-5356-19">tier 30 price label</attribute>
496     <attribute side="server" code="0x001E" define="TIER31_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 31" optional="true" introducedIn="se-1.2a-07-5356-19">tier 31 price label</attribute>
497     <attribute side="server" code="0x001F" define="TIER32_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 32" optional="true" introducedIn="se-1.2a-07-5356-19">tier 32 price label</attribute>
498     <attribute side="server" code="0x0020" define="TIER33_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 33" optional="true" introducedIn="se-1.2a-07-5356-19">tier 33 price label</attribute>
499     <attribute side="server" code="0x0021" define="TIER34_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 34" optional="true" introducedIn="se-1.2a-07-5356-19">tier 34 price label</attribute>
500     <attribute side="server" code="0x0022" define="TIER35_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 35" optional="true" introducedIn="se-1.2a-07-5356-19">tier 35 price label</attribute>
501     <attribute side="server" code="0x0023" define="TIER36_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 36" optional="true" introducedIn="se-1.2a-07-5356-19">tier 36 price label</attribute>
502     <attribute side="server" code="0x0024" define="TIER37_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 37" optional="true" introducedIn="se-1.2a-07-5356-19">tier 37 price label</attribute>
503     <attribute side="server" code="0x0025" define="TIER38_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 38" optional="true" introducedIn="se-1.2a-07-5356-19">tier 38 price label</attribute>
504     <attribute side="server" code="0x0026" define="TIER39_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 39" optional="true" introducedIn="se-1.2a-07-5356-19">tier 39 price label</attribute>
505     <attribute side="server" code="0x0027" define="TIER40_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 40" optional="true" introducedIn="se-1.2a-07-5356-19">tier 40 price label</attribute>
506     <attribute side="server" code="0x0028" define="TIER41_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 41" optional="true" introducedIn="se-1.2a-07-5356-19">tier 41 price label</attribute>
507     <attribute side="server" code="0x0029" define="TIER42_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 42" optional="true" introducedIn="se-1.2a-07-5356-19">tier 42 price label</attribute>
508     <attribute side="server" code="0x002A" define="TIER43_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 43" optional="true" introducedIn="se-1.2a-07-5356-19">tier 43 price label</attribute>
509     <attribute side="server" code="0x002B" define="TIER44_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 44" optional="true" introducedIn="se-1.2a-07-5356-19">tier 44 price label</attribute>
510     <attribute side="server" code="0x002C" define="TIER45_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 45" optional="true" introducedIn="se-1.2a-07-5356-19">tier 45 price label</attribute>
511     <attribute side="server" code="0x002D" define="TIER46_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 46" optional="true" introducedIn="se-1.2a-07-5356-19">tier 46 price label</attribute>
512     <attribute side="server" code="0x002E" define="TIER47_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 47" optional="true" introducedIn="se-1.2a-07-5356-19">tier 47 price label</attribute>
513     <attribute side="server" code="0x002F" define="TIER48_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 48" optional="true" introducedIn="se-1.2a-07-5356-19">tier 48 price label</attribute>
514     <!-- Price Cluster Server - Block Threshold (Delivered) Attribute Set -->
515     <attribute side="server" code="0x0100" define="BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 1 threshold</attribute>
516     <attribute side="server" code="0x0101" define="BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 2 threshold</attribute>
517     <attribute side="server" code="0x0102" define="BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 3 threshold</attribute>
518     <attribute side="server" code="0x0103" define="BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 4 threshold</attribute>
519     <attribute side="server" code="0x0104" define="BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 5 threshold</attribute>
520     <attribute side="server" code="0x0105" define="BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 6 threshold</attribute>
521     <attribute side="server" code="0x0106" define="BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 7 threshold</attribute>
522     <attribute side="server" code="0x0107" define="BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 8 threshold</attribute>
523     <attribute side="server" code="0x0108" define="BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 9 threshold</attribute>
524     <attribute side="server" code="0x0109" define="BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 10 threshold</attribute>
525     <attribute side="server" code="0x010A" define="BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 11 threshold</attribute>
526     <attribute side="server" code="0x010B" define="BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 12 threshold</attribute>
527     <attribute side="server" code="0x010C" define="BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 13 threshold</attribute>
528     <attribute side="server" code="0x010D" define="BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 14 threshold</attribute>
529     <attribute side="server" code="0x010E" define="BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">block 15 threshold</attribute>
530     <attribute side="server" code="0x010F" define="BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">block threshold count</attribute>
531     <attribute side="server" code="0x0110" define="TIER1_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 1 threshold</attribute>
532     <attribute side="server" code="0x0111" define="TIER1_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 2 threshold</attribute>
533     <attribute side="server" code="0x0112" define="TIER1_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 3 threshold</attribute>
534     <attribute side="server" code="0x0113" define="TIER1_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 4 threshold</attribute>
535     <attribute side="server" code="0x0114" define="TIER1_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 5 threshold</attribute>
536     <attribute side="server" code="0x0115" define="TIER1_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 6 threshold</attribute>
537     <attribute side="server" code="0x0116" define="TIER1_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 7 threshold</attribute>
538     <attribute side="server" code="0x0117" define="TIER1_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 8 threshold</attribute>
539     <attribute side="server" code="0x0118" define="TIER1_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 9 threshold</attribute>
540     <attribute side="server" code="0x0119" define="TIER1_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 10 threshold</attribute>
541     <attribute side="server" code="0x011A" define="TIER1_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 11 threshold</attribute>
542     <attribute side="server" code="0x011B" define="TIER1_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 12 threshold</attribute>
543     <attribute side="server" code="0x011C" define="TIER1_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 13 threshold</attribute>
544     <attribute side="server" code="0x011D" define="TIER1_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 14 threshold</attribute>
545     <attribute side="server" code="0x011E" define="TIER1_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block 15 threshold</attribute>
546     <attribute side="server" code="0x011F" define="TIER1_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 1 block threshold count</attribute>
547     <attribute side="server" code="0x0120" define="TIER2_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 1 threshold</attribute>
548     <attribute side="server" code="0x0121" define="TIER2_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 2 threshold</attribute>
549     <attribute side="server" code="0x0122" define="TIER2_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 3 threshold</attribute>
550     <attribute side="server" code="0x0123" define="TIER2_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 4 threshold</attribute>
551     <attribute side="server" code="0x0124" define="TIER2_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 5 threshold</attribute>
552     <attribute side="server" code="0x0125" define="TIER2_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 6 threshold</attribute>
553     <attribute side="server" code="0x0126" define="TIER2_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 7 threshold</attribute>
554     <attribute side="server" code="0x0127" define="TIER2_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 8 threshold</attribute>
555     <attribute side="server" code="0x0128" define="TIER2_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 9 threshold</attribute>
556     <attribute side="server" code="0x0129" define="TIER2_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 10 threshold</attribute>
557     <attribute side="server" code="0x012A" define="TIER2_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 11 threshold</attribute>
558     <attribute side="server" code="0x012B" define="TIER2_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 12 threshold</attribute>
559     <attribute side="server" code="0x012C" define="TIER2_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 13 threshold</attribute>
560     <attribute side="server" code="0x012D" define="TIER2_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 14 threshold</attribute>
561     <attribute side="server" code="0x012E" define="TIER2_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block 15 threshold</attribute>
562     <attribute side="server" code="0x012F" define="TIER2_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 2 block threshold count</attribute>
563     <attribute side="server" code="0x0130" define="TIER3_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 1 threshold</attribute>
564     <attribute side="server" code="0x0131" define="TIER3_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 2 threshold</attribute>
565     <attribute side="server" code="0x0132" define="TIER3_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 3 threshold</attribute>
566     <attribute side="server" code="0x0133" define="TIER3_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 4 threshold</attribute>
567     <attribute side="server" code="0x0134" define="TIER3_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 5 threshold</attribute>
568     <attribute side="server" code="0x0135" define="TIER3_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 6 threshold</attribute>
569     <attribute side="server" code="0x0136" define="TIER3_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 7 threshold</attribute>
570     <attribute side="server" code="0x0137" define="TIER3_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 8 threshold</attribute>
571     <attribute side="server" code="0x0138" define="TIER3_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 9 threshold</attribute>
572     <attribute side="server" code="0x0139" define="TIER3_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 10 threshold</attribute>
573     <attribute side="server" code="0x013A" define="TIER3_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 11 threshold</attribute>
574     <attribute side="server" code="0x013B" define="TIER3_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 12 threshold</attribute>
575     <attribute side="server" code="0x013C" define="TIER3_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 13 threshold</attribute>
576     <attribute side="server" code="0x013D" define="TIER3_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 14 threshold</attribute>
577     <attribute side="server" code="0x013E" define="TIER3_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block 15 threshold</attribute>
578     <attribute side="server" code="0x013F" define="TIER3_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 3 block threshold count</attribute>
579     <attribute side="server" code="0x0140" define="TIER4_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 1 threshold</attribute>
580     <attribute side="server" code="0x0141" define="TIER4_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 2 threshold</attribute>
581     <attribute side="server" code="0x0142" define="TIER4_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 3 threshold</attribute>
582     <attribute side="server" code="0x0143" define="TIER4_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 4 threshold</attribute>
583     <attribute side="server" code="0x0144" define="TIER4_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 5 threshold</attribute>
584     <attribute side="server" code="0x0145" define="TIER4_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 6 threshold</attribute>
585     <attribute side="server" code="0x0146" define="TIER4_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 7 threshold</attribute>
586     <attribute side="server" code="0x0147" define="TIER4_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 8 threshold</attribute>
587     <attribute side="server" code="0x0148" define="TIER4_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 9 threshold</attribute>
588     <attribute side="server" code="0x0149" define="TIER4_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 10 threshold</attribute>
589     <attribute side="server" code="0x014A" define="TIER4_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 11 threshold</attribute>
590     <attribute side="server" code="0x014B" define="TIER4_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 12 threshold</attribute>
591     <attribute side="server" code="0x014C" define="TIER4_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 13 threshold</attribute>
592     <attribute side="server" code="0x014D" define="TIER4_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 14 threshold</attribute>
593     <attribute side="server" code="0x014E" define="TIER4_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block 15 threshold</attribute>
594     <attribute side="server" code="0x014F" define="TIER4_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 4 block threshold count</attribute>
595     <attribute side="server" code="0x0150" define="TIER5_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 1 threshold</attribute>
596     <attribute side="server" code="0x0151" define="TIER5_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 2 threshold</attribute>
597     <attribute side="server" code="0x0152" define="TIER5_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 3 threshold</attribute>
598     <attribute side="server" code="0x0153" define="TIER5_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 4 threshold</attribute>
599     <attribute side="server" code="0x0154" define="TIER5_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 5 threshold</attribute>
600     <attribute side="server" code="0x0155" define="TIER5_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 6 threshold</attribute>
601     <attribute side="server" code="0x0156" define="TIER5_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 7 threshold</attribute>
602     <attribute side="server" code="0x0157" define="TIER5_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 8 threshold</attribute>
603     <attribute side="server" code="0x0158" define="TIER5_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 9 threshold</attribute>
604     <attribute side="server" code="0x0159" define="TIER5_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 10 threshold</attribute>
605     <attribute side="server" code="0x015A" define="TIER5_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 11 threshold</attribute>
606     <attribute side="server" code="0x015B" define="TIER5_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 12 threshold</attribute>
607     <attribute side="server" code="0x015C" define="TIER5_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 13 threshold</attribute>
608     <attribute side="server" code="0x015D" define="TIER5_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 14 threshold</attribute>
609     <attribute side="server" code="0x015E" define="TIER5_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block 15 threshold</attribute>
610     <attribute side="server" code="0x015F" define="TIER5_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 5 block threshold count</attribute>
611     <attribute side="server" code="0x0160" define="TIER6_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 1 threshold</attribute>
612     <attribute side="server" code="0x0161" define="TIER6_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 2 threshold</attribute>
613     <attribute side="server" code="0x0162" define="TIER6_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 3 threshold</attribute>
614     <attribute side="server" code="0x0163" define="TIER6_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 4 threshold</attribute>
615     <attribute side="server" code="0x0164" define="TIER6_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 5 threshold</attribute>
616     <attribute side="server" code="0x0165" define="TIER6_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 6 threshold</attribute>
617     <attribute side="server" code="0x0166" define="TIER6_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 7 threshold</attribute>
618     <attribute side="server" code="0x0167" define="TIER6_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 8 threshold</attribute>
619     <attribute side="server" code="0x0168" define="TIER6_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 9 threshold</attribute>
620     <attribute side="server" code="0x0169" define="TIER6_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 10 threshold</attribute>
621     <attribute side="server" code="0x016A" define="TIER6_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 11 threshold</attribute>
622     <attribute side="server" code="0x016B" define="TIER6_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 12 threshold</attribute>
623     <attribute side="server" code="0x016C" define="TIER6_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 13 threshold</attribute>
624     <attribute side="server" code="0x016D" define="TIER6_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 14 threshold</attribute>
625     <attribute side="server" code="0x016E" define="TIER6_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block 15 threshold</attribute>
626     <attribute side="server" code="0x016F" define="TIER6_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 6 block threshold count</attribute>
627     <attribute side="server" code="0x0170" define="TIER7_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 1 threshold</attribute>
628     <attribute side="server" code="0x0171" define="TIER7_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 2 threshold</attribute>
629     <attribute side="server" code="0x0172" define="TIER7_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 3 threshold</attribute>
630     <attribute side="server" code="0x0173" define="TIER7_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 4 threshold</attribute>
631     <attribute side="server" code="0x0174" define="TIER7_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 5 threshold</attribute>
632     <attribute side="server" code="0x0175" define="TIER7_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 6 threshold</attribute>
633     <attribute side="server" code="0x0176" define="TIER7_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 7 threshold</attribute>
634     <attribute side="server" code="0x0177" define="TIER7_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 8 threshold</attribute>
635     <attribute side="server" code="0x0178" define="TIER7_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 9 threshold</attribute>
636     <attribute side="server" code="0x0179" define="TIER7_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 10 threshold</attribute>
637     <attribute side="server" code="0x017A" define="TIER7_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 11 threshold</attribute>
638     <attribute side="server" code="0x017B" define="TIER7_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 12 threshold</attribute>
639     <attribute side="server" code="0x017C" define="TIER7_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 13 threshold</attribute>
640     <attribute side="server" code="0x017D" define="TIER7_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 14 threshold</attribute>
641     <attribute side="server" code="0x017E" define="TIER7_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block 15 threshold</attribute>
642     <attribute side="server" code="0x017F" define="TIER7_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 7 block threshold count</attribute>
643     <attribute side="server" code="0x0180" define="TIER8_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 1 threshold</attribute>
644     <attribute side="server" code="0x0181" define="TIER8_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 2 threshold</attribute>
645     <attribute side="server" code="0x0182" define="TIER8_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 3 threshold</attribute>
646     <attribute side="server" code="0x0183" define="TIER8_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 4 threshold</attribute>
647     <attribute side="server" code="0x0184" define="TIER8_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 5 threshold</attribute>
648     <attribute side="server" code="0x0185" define="TIER8_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 6 threshold</attribute>
649     <attribute side="server" code="0x0186" define="TIER8_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 7 threshold</attribute>
650     <attribute side="server" code="0x0187" define="TIER8_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 8 threshold</attribute>
651     <attribute side="server" code="0x0188" define="TIER8_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 9 threshold</attribute>
652     <attribute side="server" code="0x0189" define="TIER8_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 10 threshold</attribute>
653     <attribute side="server" code="0x018A" define="TIER8_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 11 threshold</attribute>
654     <attribute side="server" code="0x018B" define="TIER8_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 12 threshold</attribute>
655     <attribute side="server" code="0x018C" define="TIER8_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 13 threshold</attribute>
656     <attribute side="server" code="0x018D" define="TIER8_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 14 threshold</attribute>
657     <attribute side="server" code="0x018E" define="TIER8_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block 15 threshold</attribute>
658     <attribute side="server" code="0x018F" define="TIER8_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 8 block threshold count</attribute>
659     <attribute side="server" code="0x0190" define="TIER9_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 1 threshold</attribute>
660     <attribute side="server" code="0x0191" define="TIER9_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 2 threshold</attribute>
661     <attribute side="server" code="0x0192" define="TIER9_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 3 threshold</attribute>
662     <attribute side="server" code="0x0193" define="TIER9_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 4 threshold</attribute>
663     <attribute side="server" code="0x0194" define="TIER9_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 5 threshold</attribute>
664     <attribute side="server" code="0x0195" define="TIER9_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 6 threshold</attribute>
665     <attribute side="server" code="0x0196" define="TIER9_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 7 threshold</attribute>
666     <attribute side="server" code="0x0197" define="TIER9_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 8 threshold</attribute>
667     <attribute side="server" code="0x0198" define="TIER9_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 9 threshold</attribute>
668     <attribute side="server" code="0x0199" define="TIER9_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 10 threshold</attribute>
669     <attribute side="server" code="0x019A" define="TIER9_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 11 threshold</attribute>
670     <attribute side="server" code="0x019B" define="TIER9_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 12 threshold</attribute>
671     <attribute side="server" code="0x019C" define="TIER9_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 13 threshold</attribute>
672     <attribute side="server" code="0x019D" define="TIER9_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 14 threshold</attribute>
673     <attribute side="server" code="0x019E" define="TIER9_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block 15 threshold</attribute>
674     <attribute side="server" code="0x019F" define="TIER9_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 9 block threshold count</attribute>
675     <attribute side="server" code="0x01A0" define="TIER10_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 1 threshold</attribute>
676     <attribute side="server" code="0x01A1" define="TIER10_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 2 threshold</attribute>
677     <attribute side="server" code="0x01A2" define="TIER10_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 3 threshold</attribute>
678     <attribute side="server" code="0x01A3" define="TIER10_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 4 threshold</attribute>
679     <attribute side="server" code="0x01A4" define="TIER10_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 5 threshold</attribute>
680     <attribute side="server" code="0x01A5" define="TIER10_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 6 threshold</attribute>
681     <attribute side="server" code="0x01A6" define="TIER10_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 7 threshold</attribute>
682     <attribute side="server" code="0x01A7" define="TIER10_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 8 threshold</attribute>
683     <attribute side="server" code="0x01A8" define="TIER10_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 9 threshold</attribute>
684     <attribute side="server" code="0x01A9" define="TIER10_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 10 threshold</attribute>
685     <attribute side="server" code="0x01AA" define="TIER10_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 11 threshold</attribute>
686     <attribute side="server" code="0x01AB" define="TIER10_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 12 threshold</attribute>
687     <attribute side="server" code="0x01AC" define="TIER10_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 13 threshold</attribute>
688     <attribute side="server" code="0x01AD" define="TIER10_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 14 threshold</attribute>
689     <attribute side="server" code="0x01AE" define="TIER10_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block 15 threshold</attribute>
690     <attribute side="server" code="0x01AF" define="TIER10_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 10 block threshold count</attribute>
691     <attribute side="server" code="0x01B0" define="TIER11_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 1 threshold</attribute>
692     <attribute side="server" code="0x01B1" define="TIER11_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 2 threshold</attribute>
693     <attribute side="server" code="0x01B2" define="TIER11_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 3 threshold</attribute>
694     <attribute side="server" code="0x01B3" define="TIER11_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 4 threshold</attribute>
695     <attribute side="server" code="0x01B4" define="TIER11_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 5 threshold</attribute>
696     <attribute side="server" code="0x01B5" define="TIER11_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 6 threshold</attribute>
697     <attribute side="server" code="0x01B6" define="TIER11_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 7 threshold</attribute>
698     <attribute side="server" code="0x01B7" define="TIER11_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 8 threshold</attribute>
699     <attribute side="server" code="0x01B8" define="TIER11_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 9 threshold</attribute>
700     <attribute side="server" code="0x01B9" define="TIER11_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 10 threshold</attribute>
701     <attribute side="server" code="0x01BA" define="TIER11_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 11 threshold</attribute>
702     <attribute side="server" code="0x01BB" define="TIER11_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 12 threshold</attribute>
703     <attribute side="server" code="0x01BC" define="TIER11_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 13 threshold</attribute>
704     <attribute side="server" code="0x01BD" define="TIER11_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 14 threshold</attribute>
705     <attribute side="server" code="0x01BE" define="TIER11_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block 15 threshold</attribute>
706     <attribute side="server" code="0x01BF" define="TIER11_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 11 block threshold count</attribute>
707     <attribute side="server" code="0x01C0" define="TIER12_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 1 threshold</attribute>
708     <attribute side="server" code="0x01C1" define="TIER12_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 2 threshold</attribute>
709     <attribute side="server" code="0x01C2" define="TIER12_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 3 threshold</attribute>
710     <attribute side="server" code="0x01C3" define="TIER12_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 4 threshold</attribute>
711     <attribute side="server" code="0x01C4" define="TIER12_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 5 threshold</attribute>
712     <attribute side="server" code="0x01C5" define="TIER12_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 6 threshold</attribute>
713     <attribute side="server" code="0x01C6" define="TIER12_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 7 threshold</attribute>
714     <attribute side="server" code="0x01C7" define="TIER12_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 8 threshold</attribute>
715     <attribute side="server" code="0x01C8" define="TIER12_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 9 threshold</attribute>
716     <attribute side="server" code="0x01C9" define="TIER12_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 10 threshold</attribute>
717     <attribute side="server" code="0x01CA" define="TIER12_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 11 threshold</attribute>
718     <attribute side="server" code="0x01CB" define="TIER12_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 12 threshold</attribute>
719     <attribute side="server" code="0x01CC" define="TIER12_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 13 threshold</attribute>
720     <attribute side="server" code="0x01CD" define="TIER12_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 14 threshold</attribute>
721     <attribute side="server" code="0x01CE" define="TIER12_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block 15 threshold</attribute>
722     <attribute side="server" code="0x01CF" define="TIER12_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 12 block threshold count</attribute>
723     <attribute side="server" code="0x01D0" define="TIER13_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 1 threshold</attribute>
724     <attribute side="server" code="0x01D1" define="TIER13_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 2 threshold</attribute>
725     <attribute side="server" code="0x01D2" define="TIER13_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 3 threshold</attribute>
726     <attribute side="server" code="0x01D3" define="TIER13_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 4 threshold</attribute>
727     <attribute side="server" code="0x01D4" define="TIER13_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 5 threshold</attribute>
728     <attribute side="server" code="0x01D5" define="TIER13_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 6 threshold</attribute>
729     <attribute side="server" code="0x01D6" define="TIER13_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 7 threshold</attribute>
730     <attribute side="server" code="0x01D7" define="TIER13_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 8 threshold</attribute>
731     <attribute side="server" code="0x01D8" define="TIER13_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 9 threshold</attribute>
732     <attribute side="server" code="0x01D9" define="TIER13_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 10 threshold</attribute>
733     <attribute side="server" code="0x01DA" define="TIER13_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 11 threshold</attribute>
734     <attribute side="server" code="0x01DB" define="TIER13_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 12 threshold</attribute>
735     <attribute side="server" code="0x01DC" define="TIER13_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 13 threshold</attribute>
736     <attribute side="server" code="0x01DD" define="TIER13_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 14 threshold</attribute>
737     <attribute side="server" code="0x01DE" define="TIER13_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block 15 threshold</attribute>
738     <attribute side="server" code="0x01DF" define="TIER13_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 13 block threshold count</attribute>
739     <attribute side="server" code="0x01E0" define="TIER14_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 1 threshold</attribute>
740     <attribute side="server" code="0x01E1" define="TIER14_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 2 threshold</attribute>
741     <attribute side="server" code="0x01E2" define="TIER14_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 3 threshold</attribute>
742     <attribute side="server" code="0x01E3" define="TIER14_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 4 threshold</attribute>
743     <attribute side="server" code="0x01E4" define="TIER14_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 5 threshold</attribute>
744     <attribute side="server" code="0x01E5" define="TIER14_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 6 threshold</attribute>
745     <attribute side="server" code="0x01E6" define="TIER14_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 7 threshold</attribute>
746     <attribute side="server" code="0x01E7" define="TIER14_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 8 threshold</attribute>
747     <attribute side="server" code="0x01E8" define="TIER14_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 9 threshold</attribute>
748     <attribute side="server" code="0x01E9" define="TIER14_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 10 threshold</attribute>
749     <attribute side="server" code="0x01EA" define="TIER14_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 11 threshold</attribute>
750     <attribute side="server" code="0x01EB" define="TIER14_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 12 threshold</attribute>
751     <attribute side="server" code="0x01EC" define="TIER14_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 13 threshold</attribute>
752     <attribute side="server" code="0x01ED" define="TIER14_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 14 threshold</attribute>
753     <attribute side="server" code="0x01EE" define="TIER14_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block 15 threshold</attribute>
754     <attribute side="server" code="0x01EF" define="TIER14_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 14 block threshold count</attribute>
755     <attribute side="server" code="0x01F0" define="TIER15_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 1 threshold</attribute>
756     <attribute side="server" code="0x01F1" define="TIER15_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 2 threshold</attribute>
757     <attribute side="server" code="0x01F2" define="TIER15_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 3 threshold</attribute>
758     <attribute side="server" code="0x01F3" define="TIER15_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 4 threshold</attribute>
759     <attribute side="server" code="0x01F4" define="TIER15_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 5 threshold</attribute>
760     <attribute side="server" code="0x01F5" define="TIER15_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 6 threshold</attribute>
761     <attribute side="server" code="0x01F6" define="TIER15_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 7 threshold</attribute>
762     <attribute side="server" code="0x01F7" define="TIER15_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 8 threshold</attribute>
763     <attribute side="server" code="0x01F8" define="TIER15_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 9 threshold</attribute>
764     <attribute side="server" code="0x01F9" define="TIER15_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 10 threshold</attribute>
765     <attribute side="server" code="0x01FA" define="TIER15_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 11 threshold</attribute>
766     <attribute side="server" code="0x01FB" define="TIER15_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 12 threshold</attribute>
767     <attribute side="server" code="0x01FC" define="TIER15_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 13 threshold</attribute>
768     <attribute side="server" code="0x01FD" define="TIER15_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 14 threshold</attribute>
769     <attribute side="server" code="0x01FE" define="TIER15_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block 15 threshold</attribute>
770     <attribute side="server" code="0x01FF" define="TIER15_BLOCK_THRESHOLD_COUNT" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">tier 15 block threshold count</attribute>
771     <!-- Price Cluster Server - Block Period (Delivered) Attribute Set -->
772     <attribute side="server" code="0x0200" define="START_OF_BLOCK_PERIOD" type="UTC_TIME" writable="false" optional="true">start of block period</attribute>
773     <attribute side="server" code="0x0201" define="BLOCK_PERIOD_DURATION_MINUTES" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">block period duration (minutes)</attribute>
774     <attribute side="server" code="0x0202" define="THRESHOLD_MULTIPLIER" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">threshold multiplier</attribute>
775     <attribute side="server" code="0x0203" define="THRESHOLD_DIVISOR" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">threshold divisor</attribute>
776     <attribute side="server" code="0x0204" define="BLOCK_PERIOD_DURATION_TYPE" type="BITMAP8" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">block period duration type</attribute>
777     <!-- Price Cluster Server - Commodity Attribute Set -->
778     <attribute side="server" code="0x0300" define="COMMODITY_TYPE_SERVER" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true">commodity type</attribute>
779     <attribute side="server" code="0x0301" define="STANDING_CHARGE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">standing charge</attribute>
780     <attribute side="server" code="0x0302" define="CONVERSION_FACTOR" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x10000000" optional="true" introducedIn="se-1.1a-07-5356-17">conversion factor</attribute>
781     <attribute side="server" code="0x0303" define="CONVERSION_FACTOR_TRAILING_DIGIT" type="BITMAP8" writable="false" default="0x70" optional="true" introducedIn="se-1.1a-07-5356-17">conversion factor trailing digit</attribute>
782     <attribute side="server" code="0x0304" define="CALORIFIC_VALUE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x02625A00" optional="true" introducedIn="se-1.1a-07-5356-17">calorific value</attribute>
783     <attribute side="server" code="0x0305" define="CALORIFIC_VALUE_UNIT" type="ENUM8" writable="false" default="0x01" optional="true" introducedIn="se-1.1a-07-5356-17">calorific value unit</attribute>
784     <attribute side="server" code="0x0306" define="CALORIFIC_VALUE_TRAILING_DIGIT" type="BITMAP8" writable="false" default="0x60" optional="true" introducedIn="se-1.1a-07-5356-17">calorific value trailing digit</attribute>
785     <!-- Price Cluster Server - Block Price Information (Delivered) Attribute Set -->
786     <attribute side="server" code="0x0400" define="NO_TIER_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 1 price</attribute>
787     <attribute side="server" code="0x0401" define="NO_TIER_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 2 price</attribute>
788     <attribute side="server" code="0x0402" define="NO_TIER_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 3 price</attribute>
789     <attribute side="server" code="0x0403" define="NO_TIER_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 4 price</attribute>
790     <attribute side="server" code="0x0404" define="NO_TIER_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 5 price</attribute>
791     <attribute side="server" code="0x0405" define="NO_TIER_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 6 price</attribute>
792     <attribute side="server" code="0x0406" define="NO_TIER_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 7 price</attribute>
793     <attribute side="server" code="0x0407" define="NO_TIER_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 8 price</attribute>
794     <attribute side="server" code="0x0408" define="NO_TIER_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 9 price</attribute>
795     <attribute side="server" code="0x0409" define="NO_TIER_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 10 price</attribute>
796     <attribute side="server" code="0x040A" define="NO_TIER_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 11 price</attribute>
797     <attribute side="server" code="0x040B" define="NO_TIER_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 12 price</attribute>
798     <attribute side="server" code="0x040C" define="NO_TIER_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 13 price</attribute>
799     <attribute side="server" code="0x040D" define="NO_TIER_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 14 price</attribute>
800     <attribute side="server" code="0x040E" define="NO_TIER_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 15 price</attribute>
801     <attribute side="server" code="0x040F" define="NO_TIER_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">no tier block 16 price</attribute>
802     <attribute side="server" code="0x0410" define="TIER1_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 1 price</attribute>
803     <attribute side="server" code="0x0411" define="TIER1_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 2 price</attribute>
804     <attribute side="server" code="0x0412" define="TIER1_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 3 price</attribute>
805     <attribute side="server" code="0x0413" define="TIER1_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 4 price</attribute>
806     <attribute side="server" code="0x0414" define="TIER1_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 5 price</attribute>
807     <attribute side="server" code="0x0415" define="TIER1_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 6 price</attribute>
808     <attribute side="server" code="0x0416" define="TIER1_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 7 price</attribute>
809     <attribute side="server" code="0x0417" define="TIER1_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 8 price</attribute>
810     <attribute side="server" code="0x0418" define="TIER1_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 9 price</attribute>
811     <attribute side="server" code="0x0419" define="TIER1_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 10 price</attribute>
812     <attribute side="server" code="0x041A" define="TIER1_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 11 price</attribute>
813     <attribute side="server" code="0x041B" define="TIER1_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 12 price</attribute>
814     <attribute side="server" code="0x041C" define="TIER1_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 13 price</attribute>
815     <attribute side="server" code="0x041D" define="TIER1_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 14 price</attribute>
816     <attribute side="server" code="0x041E" define="TIER1_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 15 price</attribute>
817     <attribute side="server" code="0x041F" define="TIER1_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 1 block 16 price</attribute>
818     <attribute side="server" code="0x0420" define="TIER2_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 1 price</attribute>
819     <attribute side="server" code="0x0421" define="TIER2_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 2 price</attribute>
820     <attribute side="server" code="0x0422" define="TIER2_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 3 price</attribute>
821     <attribute side="server" code="0x0423" define="TIER2_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 4 price</attribute>
822     <attribute side="server" code="0x0424" define="TIER2_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 5 price</attribute>
823     <attribute side="server" code="0x0425" define="TIER2_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 6 price</attribute>
824     <attribute side="server" code="0x0426" define="TIER2_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 7 price</attribute>
825     <attribute side="server" code="0x0427" define="TIER2_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 8 price</attribute>
826     <attribute side="server" code="0x0428" define="TIER2_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 9 price</attribute>
827     <attribute side="server" code="0x0429" define="TIER2_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 10 price</attribute>
828     <attribute side="server" code="0x042A" define="TIER2_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 11 price</attribute>
829     <attribute side="server" code="0x042B" define="TIER2_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 12 price</attribute>
830     <attribute side="server" code="0x042C" define="TIER2_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 13 price</attribute>
831     <attribute side="server" code="0x042D" define="TIER2_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 14 price</attribute>
832     <attribute side="server" code="0x042E" define="TIER2_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 15 price</attribute>
833     <attribute side="server" code="0x042F" define="TIER2_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 2 block 16 price</attribute>
834     <attribute side="server" code="0x0430" define="TIER3_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 1 price</attribute>
835     <attribute side="server" code="0x0431" define="TIER3_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 2 price</attribute>
836     <attribute side="server" code="0x0432" define="TIER3_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 3 price</attribute>
837     <attribute side="server" code="0x0433" define="TIER3_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 4 price</attribute>
838     <attribute side="server" code="0x0434" define="TIER3_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 5 price</attribute>
839     <attribute side="server" code="0x0435" define="TIER3_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 6 price</attribute>
840     <attribute side="server" code="0x0436" define="TIER3_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 7 price</attribute>
841     <attribute side="server" code="0x0437" define="TIER3_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 8 price</attribute>
842     <attribute side="server" code="0x0438" define="TIER3_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 9 price</attribute>
843     <attribute side="server" code="0x0439" define="TIER3_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 10 price</attribute>
844     <attribute side="server" code="0x043A" define="TIER3_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 11 price</attribute>
845     <attribute side="server" code="0x043B" define="TIER3_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 12 price</attribute>
846     <attribute side="server" code="0x043C" define="TIER3_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 13 price</attribute>
847     <attribute side="server" code="0x043D" define="TIER3_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 14 price</attribute>
848     <attribute side="server" code="0x043E" define="TIER3_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 15 price</attribute>
849     <attribute side="server" code="0x043F" define="TIER3_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 3 block 16 price</attribute>
850     <attribute side="server" code="0x0440" define="TIER4_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 1 price</attribute>
851     <attribute side="server" code="0x0441" define="TIER4_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 2 price</attribute>
852     <attribute side="server" code="0x0442" define="TIER4_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 3 price</attribute>
853     <attribute side="server" code="0x0443" define="TIER4_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 4 price</attribute>
854     <attribute side="server" code="0x0444" define="TIER4_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 5 price</attribute>
855     <attribute side="server" code="0x0445" define="TIER4_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 6 price</attribute>
856     <attribute side="server" code="0x0446" define="TIER4_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 7 price</attribute>
857     <attribute side="server" code="0x0447" define="TIER4_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 8 price</attribute>
858     <attribute side="server" code="0x0448" define="TIER4_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 9 price</attribute>
859     <attribute side="server" code="0x0449" define="TIER4_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 10 price</attribute>
860     <attribute side="server" code="0x044A" define="TIER4_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 11 price</attribute>
861     <attribute side="server" code="0x044B" define="TIER4_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 12 price</attribute>
862     <attribute side="server" code="0x044C" define="TIER4_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 13 price</attribute>
863     <attribute side="server" code="0x044D" define="TIER4_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 14 price</attribute>
864     <attribute side="server" code="0x044E" define="TIER4_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 15 price</attribute>
865     <attribute side="server" code="0x044F" define="TIER4_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 4 block 16 price</attribute>
866     <attribute side="server" code="0x0450" define="TIER5_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 1 price</attribute>
867     <attribute side="server" code="0x0451" define="TIER5_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 2 price</attribute>
868     <attribute side="server" code="0x0452" define="TIER5_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 3 price</attribute>
869     <attribute side="server" code="0x0453" define="TIER5_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 4 price</attribute>
870     <attribute side="server" code="0x0454" define="TIER5_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 5 price</attribute>
871     <attribute side="server" code="0x0455" define="TIER5_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 6 price</attribute>
872     <attribute side="server" code="0x0456" define="TIER5_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 7 price</attribute>
873     <attribute side="server" code="0x0457" define="TIER5_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 8 price</attribute>
874     <attribute side="server" code="0x0458" define="TIER5_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 9 price</attribute>
875     <attribute side="server" code="0x0459" define="TIER5_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 10 price</attribute>
876     <attribute side="server" code="0x045A" define="TIER5_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 11 price</attribute>
877     <attribute side="server" code="0x045B" define="TIER5_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 12 price</attribute>
878     <attribute side="server" code="0x045C" define="TIER5_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 13 price</attribute>
879     <attribute side="server" code="0x045D" define="TIER5_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 14 price</attribute>
880     <attribute side="server" code="0x045E" define="TIER5_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 15 price</attribute>
881     <attribute side="server" code="0x045F" define="TIER5_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 5 block 16 price</attribute>
882     <attribute side="server" code="0x0460" define="TIER6_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 1 price</attribute>
883     <attribute side="server" code="0x0461" define="TIER6_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 2 price</attribute>
884     <attribute side="server" code="0x0462" define="TIER6_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 3 price</attribute>
885     <attribute side="server" code="0x0463" define="TIER6_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 4 price</attribute>
886     <attribute side="server" code="0x0464" define="TIER6_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 5 price</attribute>
887     <attribute side="server" code="0x0465" define="TIER6_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 6 price</attribute>
888     <attribute side="server" code="0x0466" define="TIER6_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 7 price</attribute>
889     <attribute side="server" code="0x0467" define="TIER6_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 8 price</attribute>
890     <attribute side="server" code="0x0468" define="TIER6_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 9 price</attribute>
891     <attribute side="server" code="0x0469" define="TIER6_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 10 price</attribute>
892     <attribute side="server" code="0x046A" define="TIER6_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 11 price</attribute>
893     <attribute side="server" code="0x046B" define="TIER6_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 12 price</attribute>
894     <attribute side="server" code="0x046C" define="TIER6_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 13 price</attribute>
895     <attribute side="server" code="0x046D" define="TIER6_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 14 price</attribute>
896     <attribute side="server" code="0x046E" define="TIER6_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 15 price</attribute>
897     <attribute side="server" code="0x046F" define="TIER6_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 6 block 16 price</attribute>
898     <attribute side="server" code="0x0470" define="TIER7_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 1 price</attribute>
899     <attribute side="server" code="0x0471" define="TIER7_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 2 price</attribute>
900     <attribute side="server" code="0x0472" define="TIER7_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 3 price</attribute>
901     <attribute side="server" code="0x0473" define="TIER7_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 4 price</attribute>
902     <attribute side="server" code="0x0474" define="TIER7_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 5 price</attribute>
903     <attribute side="server" code="0x0475" define="TIER7_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 6 price</attribute>
904     <attribute side="server" code="0x0476" define="TIER7_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 7 price</attribute>
905     <attribute side="server" code="0x0477" define="TIER7_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 8 price</attribute>
906     <attribute side="server" code="0x0478" define="TIER7_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 9 price</attribute>
907     <attribute side="server" code="0x0479" define="TIER7_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 10 price</attribute>
908     <attribute side="server" code="0x047A" define="TIER7_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 11 price</attribute>
909     <attribute side="server" code="0x047B" define="TIER7_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 12 price</attribute>
910     <attribute side="server" code="0x047C" define="TIER7_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 13 price</attribute>
911     <attribute side="server" code="0x047D" define="TIER7_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 14 price</attribute>
912     <attribute side="server" code="0x047E" define="TIER7_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 15 price</attribute>
913     <attribute side="server" code="0x047F" define="TIER7_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 7 block 16 price</attribute>
914     <attribute side="server" code="0x0480" define="TIER8_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 1 price</attribute>
915     <attribute side="server" code="0x0481" define="TIER8_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 2 price</attribute>
916     <attribute side="server" code="0x0482" define="TIER8_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 3 price</attribute>
917     <attribute side="server" code="0x0483" define="TIER8_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 4 price</attribute>
918     <attribute side="server" code="0x0484" define="TIER8_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 5 price</attribute>
919     <attribute side="server" code="0x0485" define="TIER8_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 6 price</attribute>
920     <attribute side="server" code="0x0486" define="TIER8_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 7 price</attribute>
921     <attribute side="server" code="0x0487" define="TIER8_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 8 price</attribute>
922     <attribute side="server" code="0x0488" define="TIER8_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 9 price</attribute>
923     <attribute side="server" code="0x0489" define="TIER8_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 10 price</attribute>
924     <attribute side="server" code="0x048A" define="TIER8_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 11 price</attribute>
925     <attribute side="server" code="0x048B" define="TIER8_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 12 price</attribute>
926     <attribute side="server" code="0x048C" define="TIER8_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 13 price</attribute>
927     <attribute side="server" code="0x048D" define="TIER8_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 14 price</attribute>
928     <attribute side="server" code="0x048E" define="TIER8_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 15 price</attribute>
929     <attribute side="server" code="0x048F" define="TIER8_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 8 block 16 price</attribute>
930     <attribute side="server" code="0x0490" define="TIER9_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 1 price</attribute>
931     <attribute side="server" code="0x0491" define="TIER9_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 2 price</attribute>
932     <attribute side="server" code="0x0492" define="TIER9_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 3 price</attribute>
933     <attribute side="server" code="0x0493" define="TIER9_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 4 price</attribute>
934     <attribute side="server" code="0x0494" define="TIER9_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 5 price</attribute>
935     <attribute side="server" code="0x0495" define="TIER9_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 6 price</attribute>
936     <attribute side="server" code="0x0496" define="TIER9_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 7 price</attribute>
937     <attribute side="server" code="0x0497" define="TIER9_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 8 price</attribute>
938     <attribute side="server" code="0x0498" define="TIER9_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 9 price</attribute>
939     <attribute side="server" code="0x0499" define="TIER9_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 10 price</attribute>
940     <attribute side="server" code="0x049A" define="TIER9_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 11 price</attribute>
941     <attribute side="server" code="0x049B" define="TIER9_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 12 price</attribute>
942     <attribute side="server" code="0x049C" define="TIER9_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 13 price</attribute>
943     <attribute side="server" code="0x049D" define="TIER9_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 14 price</attribute>
944     <attribute side="server" code="0x049E" define="TIER9_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 15 price</attribute>
945     <attribute side="server" code="0x049F" define="TIER9_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 9 block 16 price</attribute>
946     <attribute side="server" code="0x04A0" define="TIER10_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 1 price</attribute>
947     <attribute side="server" code="0x04A1" define="TIER10_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 2 price</attribute>
948     <attribute side="server" code="0x04A2" define="TIER10_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 3 price</attribute>
949     <attribute side="server" code="0x04A3" define="TIER10_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 4 price</attribute>
950     <attribute side="server" code="0x04A4" define="TIER10_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 5 price</attribute>
951     <attribute side="server" code="0x04A5" define="TIER10_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 6 price</attribute>
952     <attribute side="server" code="0x04A6" define="TIER10_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 7 price</attribute>
953     <attribute side="server" code="0x04A7" define="TIER10_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 8 price</attribute>
954     <attribute side="server" code="0x04A8" define="TIER10_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 9 price</attribute>
955     <attribute side="server" code="0x04A9" define="TIER10_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 10 price</attribute>
956     <attribute side="server" code="0x04AA" define="TIER10_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 11 price</attribute>
957     <attribute side="server" code="0x04AB" define="TIER10_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 12 price</attribute>
958     <attribute side="server" code="0x04AC" define="TIER10_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 13 price</attribute>
959     <attribute side="server" code="0x04AD" define="TIER10_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 14 price</attribute>
960     <attribute side="server" code="0x04AE" define="TIER10_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 15 price</attribute>
961     <attribute side="server" code="0x04AF" define="TIER10_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 10 block 16 price</attribute>
962     <attribute side="server" code="0x04B0" define="TIER11_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 1 price</attribute>
963     <attribute side="server" code="0x04B1" define="TIER11_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 2 price</attribute>
964     <attribute side="server" code="0x04B2" define="TIER11_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 3 price</attribute>
965     <attribute side="server" code="0x04B3" define="TIER11_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 4 price</attribute>
966     <attribute side="server" code="0x04B4" define="TIER11_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 5 price</attribute>
967     <attribute side="server" code="0x04B5" define="TIER11_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 6 price</attribute>
968     <attribute side="server" code="0x04B6" define="TIER11_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 7 price</attribute>
969     <attribute side="server" code="0x04B7" define="TIER11_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 8 price</attribute>
970     <attribute side="server" code="0x04B8" define="TIER11_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 9 price</attribute>
971     <attribute side="server" code="0x04B9" define="TIER11_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 10 price</attribute>
972     <attribute side="server" code="0x04BA" define="TIER11_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 11 price</attribute>
973     <attribute side="server" code="0x04BB" define="TIER11_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 12 price</attribute>
974     <attribute side="server" code="0x04BC" define="TIER11_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 13 price</attribute>
975     <attribute side="server" code="0x04BD" define="TIER11_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 14 price</attribute>
976     <attribute side="server" code="0x04BE" define="TIER11_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 15 price</attribute>
977     <attribute side="server" code="0x04BF" define="TIER11_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 11 block 16 price</attribute>
978     <attribute side="server" code="0x04C0" define="TIER12_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 1 price</attribute>
979     <attribute side="server" code="0x04C1" define="TIER12_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 2 price</attribute>
980     <attribute side="server" code="0x04C2" define="TIER12_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 3 price</attribute>
981     <attribute side="server" code="0x04C3" define="TIER12_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 4 price</attribute>
982     <attribute side="server" code="0x04C4" define="TIER12_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 5 price</attribute>
983     <attribute side="server" code="0x04C5" define="TIER12_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 6 price</attribute>
984     <attribute side="server" code="0x04C6" define="TIER12_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 7 price</attribute>
985     <attribute side="server" code="0x04C7" define="TIER12_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 8 price</attribute>
986     <attribute side="server" code="0x04C8" define="TIER12_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 9 price</attribute>
987     <attribute side="server" code="0x04C9" define="TIER12_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 10 price</attribute>
988     <attribute side="server" code="0x04CA" define="TIER12_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 11 price</attribute>
989     <attribute side="server" code="0x04CB" define="TIER12_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 12 price</attribute>
990     <attribute side="server" code="0x04CC" define="TIER12_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 13 price</attribute>
991     <attribute side="server" code="0x04CD" define="TIER12_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 14 price</attribute>
992     <attribute side="server" code="0x04CE" define="TIER12_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 15 price</attribute>
993     <attribute side="server" code="0x04CF" define="TIER12_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 12 block 16 price</attribute>
994     <attribute side="server" code="0x04D0" define="TIER13_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 1 price</attribute>
995     <attribute side="server" code="0x04D1" define="TIER13_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 2 price</attribute>
996     <attribute side="server" code="0x04D2" define="TIER13_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 3 price</attribute>
997     <attribute side="server" code="0x04D3" define="TIER13_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 4 price</attribute>
998     <attribute side="server" code="0x04D4" define="TIER13_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 5 price</attribute>
999     <attribute side="server" code="0x04D5" define="TIER13_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 6 price</attribute>
1000     <attribute side="server" code="0x04D6" define="TIER13_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 7 price</attribute>
1001     <attribute side="server" code="0x04D7" define="TIER13_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 8 price</attribute>
1002     <attribute side="server" code="0x04D8" define="TIER13_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 9 price</attribute>
1003     <attribute side="server" code="0x04D9" define="TIER13_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 10 price</attribute>
1004     <attribute side="server" code="0x04DA" define="TIER13_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 11 price</attribute>
1005     <attribute side="server" code="0x04DB" define="TIER13_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 12 price</attribute>
1006     <attribute side="server" code="0x04DC" define="TIER13_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 13 price</attribute>
1007     <attribute side="server" code="0x04DD" define="TIER13_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 14 price</attribute>
1008     <attribute side="server" code="0x04DE" define="TIER13_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 15 price</attribute>
1009     <attribute side="server" code="0x04DF" define="TIER13_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 13 block 16 price</attribute>
1010     <attribute side="server" code="0x04E0" define="TIER14_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 1 price</attribute>
1011     <attribute side="server" code="0x04E1" define="TIER14_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 2 price</attribute>
1012     <attribute side="server" code="0x04E2" define="TIER14_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 3 price</attribute>
1013     <attribute side="server" code="0x04E3" define="TIER14_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 4 price</attribute>
1014     <attribute side="server" code="0x04E4" define="TIER14_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 5 price</attribute>
1015     <attribute side="server" code="0x04E5" define="TIER14_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 6 price</attribute>
1016     <attribute side="server" code="0x04E6" define="TIER14_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 7 price</attribute>
1017     <attribute side="server" code="0x04E7" define="TIER14_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 8 price</attribute>
1018     <attribute side="server" code="0x04E8" define="TIER14_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 9 price</attribute>
1019     <attribute side="server" code="0x04E9" define="TIER14_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 10 price</attribute>
1020     <attribute side="server" code="0x04EA" define="TIER14_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 11 price</attribute>
1021     <attribute side="server" code="0x04EB" define="TIER14_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 12 price</attribute>
1022     <attribute side="server" code="0x04EC" define="TIER14_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 13 price</attribute>
1023     <attribute side="server" code="0x04ED" define="TIER14_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 14 price</attribute>
1024     <attribute side="server" code="0x04EE" define="TIER14_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 15 price</attribute>
1025     <attribute side="server" code="0x04EF" define="TIER14_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 14 block 16 price</attribute>
1026     <attribute side="server" code="0x04F0" define="TIER15_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 1 price</attribute>
1027     <attribute side="server" code="0x04F1" define="TIER15_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 2 price</attribute>
1028     <attribute side="server" code="0x04F2" define="TIER15_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 3 price</attribute>
1029     <attribute side="server" code="0x04F3" define="TIER15_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 4 price</attribute>
1030     <attribute side="server" code="0x04F4" define="TIER15_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 5 price</attribute>
1031     <attribute side="server" code="0x04F5" define="TIER15_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 6 price</attribute>
1032     <attribute side="server" code="0x04F6" define="TIER15_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 7 price</attribute>
1033     <attribute side="server" code="0x04F7" define="TIER15_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 8 price</attribute>
1034     <attribute side="server" code="0x04F8" define="TIER15_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 9 price</attribute>
1035     <attribute side="server" code="0x04F9" define="TIER15_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 10 price</attribute>
1036     <attribute side="server" code="0x04FA" define="TIER15_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 11 price</attribute>
1037     <attribute side="server" code="0x04FB" define="TIER15_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 12 price</attribute>
1038     <attribute side="server" code="0x04FC" define="TIER15_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 13 price</attribute>
1039     <attribute side="server" code="0x04FD" define="TIER15_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 14 price</attribute>
1040     <attribute side="server" code="0x04FE" define="TIER15_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 15 price</attribute>
1041     <attribute side="server" code="0x04FF" define="TIER15_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">tier 15 block 16 price</attribute>
1042     <!-- Price Cluster Server - Extended Price Information (Delivered) Attribute Set -->
1043     <attribute side="server" code="0x050F" define="PRICE_TIER16" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 16</attribute>
1044     <attribute side="server" code="0x0510" define="PRICE_TIER17" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 17</attribute>
1045     <attribute side="server" code="0x0511" define="PRICE_TIER18" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 18</attribute>
1046     <attribute side="server" code="0x0512" define="PRICE_TIER19" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 19</attribute>
1047     <attribute side="server" code="0x0513" define="PRICE_TIER20" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 20</attribute>
1048     <attribute side="server" code="0x0514" define="PRICE_TIER21" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 21</attribute>
1049     <attribute side="server" code="0x0515" define="PRICE_TIER22" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 22</attribute>
1050     <attribute side="server" code="0x0516" define="PRICE_TIER23" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 23</attribute>
1051     <attribute side="server" code="0x0517" define="PRICE_TIER24" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 24</attribute>
1052     <attribute side="server" code="0x0518" define="PRICE_TIER25" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 25</attribute>
1053     <attribute side="server" code="0x0519" define="PRICE_TIER26" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 26</attribute>
1054     <attribute side="server" code="0x051A" define="PRICE_TIER27" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 27</attribute>
1055     <attribute side="server" code="0x051B" define="PRICE_TIER28" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 28</attribute>
1056     <attribute side="server" code="0x051C" define="PRICE_TIER29" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 29</attribute>
1057     <attribute side="server" code="0x051D" define="PRICE_TIER30" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 30</attribute>
1058     <attribute side="server" code="0x051E" define="PRICE_TIER31" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 31</attribute>
1059     <attribute side="server" code="0x051F" define="PRICE_TIER32" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 32</attribute>
1060     <attribute side="server" code="0x0520" define="PRICE_TIER33" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 33</attribute>
1061     <attribute side="server" code="0x0521" define="PRICE_TIER34" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 34</attribute>
1062     <attribute side="server" code="0x0522" define="PRICE_TIER35" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 35</attribute>
1063     <attribute side="server" code="0x0523" define="PRICE_TIER36" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 36</attribute>
1064     <attribute side="server" code="0x0524" define="PRICE_TIER37" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 37</attribute>
1065     <attribute side="server" code="0x0525" define="PRICE_TIER38" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 38</attribute>
1066     <attribute side="server" code="0x0526" define="PRICE_TIER39" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 39</attribute>
1067     <attribute side="server" code="0x0527" define="PRICE_TIER40" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 40</attribute>
1068     <attribute side="server" code="0x0528" define="PRICE_TIER41" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 41</attribute>
1069     <attribute side="server" code="0x0529" define="PRICE_TIER42" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 42</attribute>
1070     <attribute side="server" code="0x052A" define="PRICE_TIER43" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 43</attribute>
1071     <attribute side="server" code="0x052B" define="PRICE_TIER44" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 44</attribute>
1072     <attribute side="server" code="0x052C" define="PRICE_TIER45" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 45</attribute>
1073     <attribute side="server" code="0x052D" define="PRICE_TIER46" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 46</attribute>
1074     <attribute side="server" code="0x052E" define="PRICE_TIER47" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 47</attribute>
1075     <attribute side="server" code="0x052F" define="PRICE_TIER48" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">price tier 48</attribute>
1076     <attribute side="server" code="0x05FE" define="CPP1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">CPP1 Price</attribute>
1077     <attribute side="server" code="0x05FF" define="CPP2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">CPP2 Price</attribute>
1078     <!-- Price Cluster Server - Tariff Information (Delivered) Attribute Set -->
1079     <attribute side="server" code="0x0610" define="TARIFF_LABEL" type="OCTET_STRING" length="24" writable="false" default="0" optional="true" introducedIn="se-1.2a-07-5356-19">tariff label</attribute>
1080     <attribute side="server" code="0x0611" define="NUMBER_OF_PRICE_TIERS_IN_USE" type="INT8U" min="0x00" max="0x0F" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">number of price tiers in use</attribute>
1081     <attribute side="server" code="0x0612" define="NUMBER_OF_BLOCK_THRESHOLDS_IN_USE" type="INT8U" min="0x00" max="0x0F" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">number of block thresholds in use</attribute>
1082     <attribute side="server" code="0x0613" define="TIER_BLOCK_MODE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0xFF" optional="true" introducedIn="se-1.2a-07-5356-19">tier block mode</attribute>
1083     <attribute side="server" code="0x0615" define="TARIFF_UNIT_OF_MEASURE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">unit of measure</attribute>
1084     <attribute side="server" code="0x0616" define="TARIFF_CURRENCY" type="INT16U" min="0x0000" max="0xFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">currency</attribute>
1085     <attribute side="server" code="0x0617" define="TARIFF_PRICE_TRAILING_DIGIT" type="BITMAP8" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">price trailing digit</attribute>
1086     <attribute side="server" code="0x0619" define="TARIFF_RESOLUTION_PERIOD" type="ENUM8" writable="false" default="0" optional="true" introducedIn="se-1.2a-07-5356-19">tariff resolution period</attribute>
1087     <attribute side="server" code="0x0620" define="TARIFF_CO2" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x000000B9" optional="true" introducedIn="se-1.2a-07-5356-19">CO2</attribute>
1088     <attribute side="server" code="0x0621" define="TARIFF_CO2_UNIT" type="ENUM8" writable="false" default="0x01" optional="true" introducedIn="se-1.2a-07-5356-19">CO2 unit</attribute>
1089     <attribute side="server" code="0x0622" define="TARIFF_CO2_TRAILING_DIGIT" type="BITMAP8" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">CO2 trailing digit</attribute>
1090     <!-- Price Cluster Server - Billing Information (Delivered)  Attribute Set -->
1091     <attribute side="server" code="0x0700" define="CURRENT_BILLING_PERIOD_START" type="UTC_TIME" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1b-07-5356-18">current billing period start</attribute>
1092     <attribute side="server" code="0x0701" define="CURRENT_BILLING_PERIOD_DURATION" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.1b-07-5356-18">current billing period duration</attribute>
1093     <attribute side="server" code="0x0702" define="LAST_BILLING_PERIOD_START" type="UTC_TIME" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">last billing period start</attribute>
1094     <attribute side="server" code="0x0703" define="LAST_BILLING_PERIOD_DURATION" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">last billing period duration</attribute>
1095     <attribute side="server" code="0x0704" define="LAST_BILLING_PERIOD_CONSOLIDATED_BILL" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">last billing period consolidated bill</attribute>
1096     <!-- Price Cluster Server - Credit Payment Attribute Set -->
1097     <attribute side="server" code="0x0800" define="CREDIT_PAYMENT_DUE_DATE" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment due date</attribute>
1098     <attribute side="server" code="0x0801" define="CREDIT_PAYMENT_STATUS" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment status</attribute>
1099     <attribute side="server" code="0x0802" define="CREDIT_PAYMENT_OVER_DUE_AMOUNT" type="INT32S" min="-2147483647" max="2147483647" writable="false" default="0" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment over due amount</attribute>
1100     <attribute side="server" code="0x080A" define="PAYMENT_DISCOUNT" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">payment discount</attribute>
1101     <attribute side="server" code="0x080B" define="PAYMENT_DISCOUNT_PERIOD" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">payment discount period</attribute>
1102     <attribute side="server" code="0x0810" define="CREDIT_PAYMENT_1" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment 1</attribute>
1103     <attribute side="server" code="0x0811" define="CREDIT_PAYMENT_DATE_1" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment date 1</attribute>
1104     <attribute side="server" code="0x0812" define="CREDIT_PAYMENT_REF_1" type="OCTET_STRING" length="20" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment ref 1</attribute>
1105     <attribute side="server" code="0x0820" define="CREDIT_PAYMENT_2" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment 2</attribute>
1106     <attribute side="server" code="0x0821" define="CREDIT_PAYMENT_DATE_2" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment date 2</attribute>
1107     <attribute side="server" code="0x0822" define="CREDIT_PAYMENT_REF_2" type="OCTET_STRING" length="20" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment ref 2</attribute>
1108     <attribute side="server" code="0x0830" define="CREDIT_PAYMENT_3" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment 3</attribute>
1109     <attribute side="server" code="0x0831" define="CREDIT_PAYMENT_DATE_3" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment date 3</attribute>
1110     <attribute side="server" code="0x0832" define="CREDIT_PAYMENT_REF_3" type="OCTET_STRING" length="20" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment ref 3</attribute>
1111     <attribute side="server" code="0x0840" define="CREDIT_PAYMENT_4" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment 4</attribute>
1112     <attribute side="server" code="0x0841" define="CREDIT_PAYMENT_DATE_4" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment date 4</attribute>
1113     <attribute side="server" code="0x0842" define="CREDIT_PAYMENT_REF_4" type="OCTET_STRING" length="20" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment ref 4</attribute>
1114     <attribute side="server" code="0x0850" define="CREDIT_PAYMENT_5" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment 5</attribute>
1115     <attribute side="server" code="0x0851" define="CREDIT_PAYMENT_DATE_5" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment date 5</attribute>
1116     <attribute side="server" code="0x0852" define="CREDIT_PAYMENT_REF_5" type="OCTET_STRING" length="20" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit payment ref 5</attribute>
1117     <!-- Price Cluster Server - Received Tier Label  Attribute Set -->
1118     <attribute side="server" code="0x8000" define="RX_TIER1_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 1" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 price label</attribute>
1119     <attribute side="server" code="0x8001" define="RX_TIER2_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 2" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 price label</attribute>
1120     <attribute side="server" code="0x8002" define="RX_TIER3_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 3" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 price label</attribute>
1121     <attribute side="server" code="0x8003" define="RX_TIER4_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 4" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 price label</attribute>
1122     <attribute side="server" code="0x8004" define="RX_TIER5_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 5" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 price label</attribute>
1123     <attribute side="server" code="0x8005" define="RX_TIER6_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 6" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 price label</attribute>
1124     <attribute side="server" code="0x8006" define="RX_TIER7_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 7" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 price label</attribute>
1125     <attribute side="server" code="0x8007" define="RX_TIER8_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 8" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 price label</attribute>
1126     <attribute side="server" code="0x8008" define="RX_TIER9_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 9" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 price label</attribute>
1127     <attribute side="server" code="0x8009" define="RX_TIER10_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 10" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 price label</attribute>
1128     <attribute side="server" code="0x800A" define="RX_TIER11_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 11" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 price label</attribute>
1129     <attribute side="server" code="0x800B" define="RX_TIER12_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 12" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 price label</attribute>
1130     <attribute side="server" code="0x800C" define="RX_TIER13_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 13" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 price label</attribute>
1131     <attribute side="server" code="0x800D" define="RX_TIER14_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 14" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 price label</attribute>
1132     <attribute side="server" code="0x800E" define="RX_TIER15_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 15" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 price label</attribute>
1133     <attribute side="server" code="0x800F" define="RX_TIER16_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 16" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 16 price label</attribute>
1134     <attribute side="server" code="0x8010" define="RX_TIER17_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 17" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 17 price label</attribute>
1135     <attribute side="server" code="0x8011" define="RX_TIER18_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 18" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 18 price label</attribute>
1136     <attribute side="server" code="0x8012" define="RX_TIER19_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 19" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 19 price label</attribute>
1137     <attribute side="server" code="0x8013" define="RX_TIER20_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 20" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 20 price label</attribute>
1138     <attribute side="server" code="0x8014" define="RX_TIER21_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 21" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 21 price label</attribute>
1139     <attribute side="server" code="0x8015" define="RX_TIER22_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 22" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 22 price label</attribute>
1140     <attribute side="server" code="0x8016" define="RX_TIER23_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 23" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 23 price label</attribute>
1141     <attribute side="server" code="0x8017" define="RX_TIER24_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 24" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 24 price label</attribute>
1142     <attribute side="server" code="0x8018" define="RX_TIER25_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 25" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 25 price label</attribute>
1143     <attribute side="server" code="0x8019" define="RX_TIER26_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 26" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 26 price label</attribute>
1144     <attribute side="server" code="0x801A" define="RX_TIER27_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 27" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 27 price label</attribute>
1145     <attribute side="server" code="0x801B" define="RX_TIER28_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 28" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 28 price label</attribute>
1146     <attribute side="server" code="0x801C" define="RX_TIER29_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 29" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 29 price label</attribute>
1147     <attribute side="server" code="0x801D" define="RX_TIER30_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 30" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 30 price label</attribute>
1148     <attribute side="server" code="0x801E" define="RX_TIER31_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 31" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 31 price label</attribute>
1149     <attribute side="server" code="0x801F" define="RX_TIER32_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 32" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 32 price label</attribute>
1150     <attribute side="server" code="0x8020" define="RX_TIER33_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 33" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 33 price label</attribute>
1151     <attribute side="server" code="0x8021" define="RX_TIER34_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 34" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 34 price label</attribute>
1152     <attribute side="server" code="0x8022" define="RX_TIER35_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 35" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 35 price label</attribute>
1153     <attribute side="server" code="0x8023" define="RX_TIER36_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 36" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 36 price label</attribute>
1154     <attribute side="server" code="0x8024" define="RX_TIER37_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 37" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 37 price label</attribute>
1155     <attribute side="server" code="0x8025" define="RX_TIER38_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 38" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 38 price label</attribute>
1156     <attribute side="server" code="0x8026" define="RX_TIER39_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 39" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 39 price label</attribute>
1157     <attribute side="server" code="0x8027" define="RX_TIER40_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 40" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 40 price label</attribute>
1158     <attribute side="server" code="0x8028" define="RX_TIER41_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 41" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 41 price label</attribute>
1159     <attribute side="server" code="0x8029" define="RX_TIER42_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 42" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 42 price label</attribute>
1160     <attribute side="server" code="0x802A" define="RX_TIER43_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 43" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 43 price label</attribute>
1161     <attribute side="server" code="0x802B" define="RX_TIER44_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 44" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 44 price label</attribute>
1162     <attribute side="server" code="0x802C" define="RX_TIER45_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 45" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 45 price label</attribute>
1163     <attribute side="server" code="0x802D" define="RX_TIER46_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 46" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 46 price label</attribute>
1164     <attribute side="server" code="0x802E" define="RX_TIER47_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 47" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 47 price label</attribute>
1165     <attribute side="server" code="0x802F" define="RX_TIER48_PRICE_LABEL" type="OCTET_STRING" length="12" writable="true" default="Tier 48" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 48 price label</attribute>
1166     <!-- Price Cluster Server - Received Block Threshold Attribute Set -->
1167     <attribute side="server" code="0x8100" define="RX_BLOCK1_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 1 threshold</attribute>
1168     <attribute side="server" code="0x8101" define="RX_BLOCK2_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 2 threshold</attribute>
1169     <attribute side="server" code="0x8102" define="RX_BLOCK3_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 3 threshold</attribute>
1170     <attribute side="server" code="0x8103" define="RX_BLOCK4_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 4 threshold</attribute>
1171     <attribute side="server" code="0x8104" define="RX_BLOCK5_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 5 threshold</attribute>
1172     <attribute side="server" code="0x8105" define="RX_BLOCK6_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 6 threshold</attribute>
1173     <attribute side="server" code="0x8106" define="RX_BLOCK7_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 7 threshold</attribute>
1174     <attribute side="server" code="0x8107" define="RX_BLOCK8_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 8 threshold</attribute>
1175     <attribute side="server" code="0x8108" define="RX_BLOCK9_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 9 threshold</attribute>
1176     <attribute side="server" code="0x8109" define="RX_BLOCK10_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 10 threshold</attribute>
1177     <attribute side="server" code="0x810A" define="RX_BLOCK11_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 11 threshold</attribute>
1178     <attribute side="server" code="0x810B" define="RX_BLOCK12_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 12 threshold</attribute>
1179     <attribute side="server" code="0x810C" define="RX_BLOCK13_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 13 threshold</attribute>
1180     <attribute side="server" code="0x810D" define="RX_BLOCK14_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 14 threshold</attribute>
1181     <attribute side="server" code="0x810E" define="RX_BLOCK15_THRESHOLD" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block 15 threshold</attribute>
1182     <!-- Price Cluster Server - Received Block Period Attribute Set -->
1183     <attribute side="server" code="0x8200" define="RX_START_OF_BLOCK_PERIOD" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx start of block period</attribute>
1184     <attribute side="server" code="0x8201" define="RX_BLOCK_PERIOD_DURATION" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx block period duration</attribute>
1185     <attribute side="server" code="0x8202" define="RX_THRESHOLD_MULTIPLIER" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx threshold multiplier</attribute>
1186     <attribute side="server" code="0x8203" define="RX_THRESHOLD_DIVISOR" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx threshold divisor</attribute>
1187     <!-- Price Cluster Server - Received Block Price Information Attribute Set -->
1188     <attribute side="server" code="0x8400" define="RX_NO_TIER_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 1 price</attribute>
1189     <attribute side="server" code="0x8401" define="RX_NO_TIER_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 2 price</attribute>
1190     <attribute side="server" code="0x8402" define="RX_NO_TIER_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 3 price</attribute>
1191     <attribute side="server" code="0x8403" define="RX_NO_TIER_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 4 price</attribute>
1192     <attribute side="server" code="0x8404" define="RX_NO_TIER_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 5 price</attribute>
1193     <attribute side="server" code="0x8405" define="RX_NO_TIER_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 6 price</attribute>
1194     <attribute side="server" code="0x8406" define="RX_NO_TIER_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 7 price</attribute>
1195     <attribute side="server" code="0x8407" define="RX_NO_TIER_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 8 price</attribute>
1196     <attribute side="server" code="0x8408" define="RX_NO_TIER_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 9 price</attribute>
1197     <attribute side="server" code="0x8409" define="RX_NO_TIER_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 10 price</attribute>
1198     <attribute side="server" code="0x840A" define="RX_NO_TIER_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 11 price</attribute>
1199     <attribute side="server" code="0x840B" define="RX_NO_TIER_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 12 price</attribute>
1200     <attribute side="server" code="0x840C" define="RX_NO_TIER_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 13 price</attribute>
1201     <attribute side="server" code="0x840D" define="RX_NO_TIER_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 14 price</attribute>
1202     <attribute side="server" code="0x840E" define="RX_NO_TIER_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 15 price</attribute>
1203     <attribute side="server" code="0x840F" define="RX_NO_TIER_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx no tier block 16 price</attribute>
1204     <attribute side="server" code="0x8410" define="RX_TIER1_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 1 price</attribute>
1205     <attribute side="server" code="0x8411" define="RX_TIER1_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 2 price</attribute>
1206     <attribute side="server" code="0x8412" define="RX_TIER1_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 3 price</attribute>
1207     <attribute side="server" code="0x8413" define="RX_TIER1_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 4 price</attribute>
1208     <attribute side="server" code="0x8414" define="RX_TIER1_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 5 price</attribute>
1209     <attribute side="server" code="0x8415" define="RX_TIER1_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 6 price</attribute>
1210     <attribute side="server" code="0x8416" define="RX_TIER1_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 7 price</attribute>
1211     <attribute side="server" code="0x8417" define="RX_TIER1_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 8 price</attribute>
1212     <attribute side="server" code="0x8418" define="RX_TIER1_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 9 price</attribute>
1213     <attribute side="server" code="0x8419" define="RX_TIER1_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 10 price</attribute>
1214     <attribute side="server" code="0x841A" define="RX_TIER1_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 11 price</attribute>
1215     <attribute side="server" code="0x841B" define="RX_TIER1_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 12 price</attribute>
1216     <attribute side="server" code="0x841C" define="RX_TIER1_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 13 price</attribute>
1217     <attribute side="server" code="0x841D" define="RX_TIER1_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 14 price</attribute>
1218     <attribute side="server" code="0x841E" define="RX_TIER1_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 15 price</attribute>
1219     <attribute side="server" code="0x841F" define="RX_TIER1_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 1 block 16 price</attribute>
1220     <attribute side="server" code="0x8420" define="RX_TIER2_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 1 price</attribute>
1221     <attribute side="server" code="0x8421" define="RX_TIER2_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 2 price</attribute>
1222     <attribute side="server" code="0x8422" define="RX_TIER2_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 3 price</attribute>
1223     <attribute side="server" code="0x8423" define="RX_TIER2_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 4 price</attribute>
1224     <attribute side="server" code="0x8424" define="RX_TIER2_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 5 price</attribute>
1225     <attribute side="server" code="0x8425" define="RX_TIER2_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 6 price</attribute>
1226     <attribute side="server" code="0x8426" define="RX_TIER2_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 7 price</attribute>
1227     <attribute side="server" code="0x8427" define="RX_TIER2_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 8 price</attribute>
1228     <attribute side="server" code="0x8428" define="RX_TIER2_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 9 price</attribute>
1229     <attribute side="server" code="0x8429" define="RX_TIER2_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 10 price</attribute>
1230     <attribute side="server" code="0x842A" define="RX_TIER2_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 11 price</attribute>
1231     <attribute side="server" code="0x842B" define="RX_TIER2_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 12 price</attribute>
1232     <attribute side="server" code="0x842C" define="RX_TIER2_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 13 price</attribute>
1233     <attribute side="server" code="0x842D" define="RX_TIER2_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 14 price</attribute>
1234     <attribute side="server" code="0x842E" define="RX_TIER2_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 15 price</attribute>
1235     <attribute side="server" code="0x842F" define="RX_TIER2_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 2 block 16 price</attribute>
1236     <attribute side="server" code="0x8430" define="RX_TIER3_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 1 price</attribute>
1237     <attribute side="server" code="0x8431" define="RX_TIER3_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 2 price</attribute>
1238     <attribute side="server" code="0x8432" define="RX_TIER3_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 3 price</attribute>
1239     <attribute side="server" code="0x8433" define="RX_TIER3_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 4 price</attribute>
1240     <attribute side="server" code="0x8434" define="RX_TIER3_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 5 price</attribute>
1241     <attribute side="server" code="0x8435" define="RX_TIER3_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 6 price</attribute>
1242     <attribute side="server" code="0x8436" define="RX_TIER3_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 7 price</attribute>
1243     <attribute side="server" code="0x8437" define="RX_TIER3_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 8 price</attribute>
1244     <attribute side="server" code="0x8438" define="RX_TIER3_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 9 price</attribute>
1245     <attribute side="server" code="0x8439" define="RX_TIER3_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 10 price</attribute>
1246     <attribute side="server" code="0x843A" define="RX_TIER3_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 11 price</attribute>
1247     <attribute side="server" code="0x843B" define="RX_TIER3_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 12 price</attribute>
1248     <attribute side="server" code="0x843C" define="RX_TIER3_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 13 price</attribute>
1249     <attribute side="server" code="0x843D" define="RX_TIER3_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 14 price</attribute>
1250     <attribute side="server" code="0x843E" define="RX_TIER3_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 15 price</attribute>
1251     <attribute side="server" code="0x843F" define="RX_TIER3_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 3 block 16 price</attribute>
1252     <attribute side="server" code="0x8440" define="RX_TIER4_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 1 price</attribute>
1253     <attribute side="server" code="0x8441" define="RX_TIER4_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 2 price</attribute>
1254     <attribute side="server" code="0x8442" define="RX_TIER4_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 3 price</attribute>
1255     <attribute side="server" code="0x8443" define="RX_TIER4_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 4 price</attribute>
1256     <attribute side="server" code="0x8444" define="RX_TIER4_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 5 price</attribute>
1257     <attribute side="server" code="0x8445" define="RX_TIER4_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 6 price</attribute>
1258     <attribute side="server" code="0x8446" define="RX_TIER4_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 7 price</attribute>
1259     <attribute side="server" code="0x8447" define="RX_TIER4_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 8 price</attribute>
1260     <attribute side="server" code="0x8448" define="RX_TIER4_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 9 price</attribute>
1261     <attribute side="server" code="0x8449" define="RX_TIER4_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 10 price</attribute>
1262     <attribute side="server" code="0x844A" define="RX_TIER4_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 11 price</attribute>
1263     <attribute side="server" code="0x844B" define="RX_TIER4_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 12 price</attribute>
1264     <attribute side="server" code="0x844C" define="RX_TIER4_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 13 price</attribute>
1265     <attribute side="server" code="0x844D" define="RX_TIER4_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 14 price</attribute>
1266     <attribute side="server" code="0x844E" define="RX_TIER4_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 15 price</attribute>
1267     <attribute side="server" code="0x844F" define="RX_TIER4_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 4 block 16 price</attribute>
1268     <attribute side="server" code="0x8450" define="RX_TIER5_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 1 price</attribute>
1269     <attribute side="server" code="0x8451" define="RX_TIER5_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 2 price</attribute>
1270     <attribute side="server" code="0x8452" define="RX_TIER5_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 3 price</attribute>
1271     <attribute side="server" code="0x8453" define="RX_TIER5_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 4 price</attribute>
1272     <attribute side="server" code="0x8454" define="RX_TIER5_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 5 price</attribute>
1273     <attribute side="server" code="0x8455" define="RX_TIER5_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 6 price</attribute>
1274     <attribute side="server" code="0x8456" define="RX_TIER5_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 7 price</attribute>
1275     <attribute side="server" code="0x8457" define="RX_TIER5_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 8 price</attribute>
1276     <attribute side="server" code="0x8458" define="RX_TIER5_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 9 price</attribute>
1277     <attribute side="server" code="0x8459" define="RX_TIER5_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 10 price</attribute>
1278     <attribute side="server" code="0x845A" define="RX_TIER5_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 11 price</attribute>
1279     <attribute side="server" code="0x845B" define="RX_TIER5_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 12 price</attribute>
1280     <attribute side="server" code="0x845C" define="RX_TIER5_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 13 price</attribute>
1281     <attribute side="server" code="0x845D" define="RX_TIER5_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 14 price</attribute>
1282     <attribute side="server" code="0x845E" define="RX_TIER5_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 15 price</attribute>
1283     <attribute side="server" code="0x845F" define="RX_TIER5_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 5 block 16 price</attribute>
1284     <attribute side="server" code="0x8460" define="RX_TIER6_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 1 price</attribute>
1285     <attribute side="server" code="0x8461" define="RX_TIER6_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 2 price</attribute>
1286     <attribute side="server" code="0x8462" define="RX_TIER6_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 3 price</attribute>
1287     <attribute side="server" code="0x8463" define="RX_TIER6_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 4 price</attribute>
1288     <attribute side="server" code="0x8464" define="RX_TIER6_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 5 price</attribute>
1289     <attribute side="server" code="0x8465" define="RX_TIER6_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 6 price</attribute>
1290     <attribute side="server" code="0x8466" define="RX_TIER6_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 7 price</attribute>
1291     <attribute side="server" code="0x8467" define="RX_TIER6_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 8 price</attribute>
1292     <attribute side="server" code="0x8468" define="RX_TIER6_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 9 price</attribute>
1293     <attribute side="server" code="0x8469" define="RX_TIER6_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 10 price</attribute>
1294     <attribute side="server" code="0x846A" define="RX_TIER6_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 11 price</attribute>
1295     <attribute side="server" code="0x846B" define="RX_TIER6_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 12 price</attribute>
1296     <attribute side="server" code="0x846C" define="RX_TIER6_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 13 price</attribute>
1297     <attribute side="server" code="0x846D" define="RX_TIER6_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 14 price</attribute>
1298     <attribute side="server" code="0x846E" define="RX_TIER6_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 15 price</attribute>
1299     <attribute side="server" code="0x846F" define="RX_TIER6_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 6 block 16 price</attribute>
1300     <attribute side="server" code="0x8470" define="RX_TIER7_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 1 price</attribute>
1301     <attribute side="server" code="0x8471" define="RX_TIER7_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 2 price</attribute>
1302     <attribute side="server" code="0x8472" define="RX_TIER7_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 3 price</attribute>
1303     <attribute side="server" code="0x8473" define="RX_TIER7_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 4 price</attribute>
1304     <attribute side="server" code="0x8474" define="RX_TIER7_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 5 price</attribute>
1305     <attribute side="server" code="0x8475" define="RX_TIER7_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 6 price</attribute>
1306     <attribute side="server" code="0x8476" define="RX_TIER7_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 7 price</attribute>
1307     <attribute side="server" code="0x8477" define="RX_TIER7_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 8 price</attribute>
1308     <attribute side="server" code="0x8478" define="RX_TIER7_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 9 price</attribute>
1309     <attribute side="server" code="0x8479" define="RX_TIER7_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 10 price</attribute>
1310     <attribute side="server" code="0x847A" define="RX_TIER7_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 11 price</attribute>
1311     <attribute side="server" code="0x847B" define="RX_TIER7_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 12 price</attribute>
1312     <attribute side="server" code="0x847C" define="RX_TIER7_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 13 price</attribute>
1313     <attribute side="server" code="0x847D" define="RX_TIER7_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 14 price</attribute>
1314     <attribute side="server" code="0x847E" define="RX_TIER7_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 15 price</attribute>
1315     <attribute side="server" code="0x847F" define="RX_TIER7_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 7 block 16 price</attribute>
1316     <attribute side="server" code="0x8480" define="RX_TIER8_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 1 price</attribute>
1317     <attribute side="server" code="0x8481" define="RX_TIER8_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 2 price</attribute>
1318     <attribute side="server" code="0x8482" define="RX_TIER8_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 3 price</attribute>
1319     <attribute side="server" code="0x8483" define="RX_TIER8_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 4 price</attribute>
1320     <attribute side="server" code="0x8484" define="RX_TIER8_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 5 price</attribute>
1321     <attribute side="server" code="0x8485" define="RX_TIER8_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 6 price</attribute>
1322     <attribute side="server" code="0x8486" define="RX_TIER8_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 7 price</attribute>
1323     <attribute side="server" code="0x8487" define="RX_TIER8_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 8 price</attribute>
1324     <attribute side="server" code="0x8488" define="RX_TIER8_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 9 price</attribute>
1325     <attribute side="server" code="0x8489" define="RX_TIER8_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 10 price</attribute>
1326     <attribute side="server" code="0x848A" define="RX_TIER8_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 11 price</attribute>
1327     <attribute side="server" code="0x848B" define="RX_TIER8_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 12 price</attribute>
1328     <attribute side="server" code="0x848C" define="RX_TIER8_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 13 price</attribute>
1329     <attribute side="server" code="0x848D" define="RX_TIER8_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 14 price</attribute>
1330     <attribute side="server" code="0x848E" define="RX_TIER8_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 15 price</attribute>
1331     <attribute side="server" code="0x848F" define="RX_TIER8_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 8 block 16 price</attribute>
1332     <attribute side="server" code="0x8490" define="RX_TIER9_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 1 price</attribute>
1333     <attribute side="server" code="0x8491" define="RX_TIER9_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 2 price</attribute>
1334     <attribute side="server" code="0x8492" define="RX_TIER9_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 3 price</attribute>
1335     <attribute side="server" code="0x8493" define="RX_TIER9_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 4 price</attribute>
1336     <attribute side="server" code="0x8494" define="RX_TIER9_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 5 price</attribute>
1337     <attribute side="server" code="0x8495" define="RX_TIER9_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 6 price</attribute>
1338     <attribute side="server" code="0x8496" define="RX_TIER9_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 7 price</attribute>
1339     <attribute side="server" code="0x8497" define="RX_TIER9_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 8 price</attribute>
1340     <attribute side="server" code="0x8498" define="RX_TIER9_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 9 price</attribute>
1341     <attribute side="server" code="0x8499" define="RX_TIER9_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 10 price</attribute>
1342     <attribute side="server" code="0x849A" define="RX_TIER9_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 11 price</attribute>
1343     <attribute side="server" code="0x849B" define="RX_TIER9_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 12 price</attribute>
1344     <attribute side="server" code="0x849C" define="RX_TIER9_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 13 price</attribute>
1345     <attribute side="server" code="0x849D" define="RX_TIER9_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 14 price</attribute>
1346     <attribute side="server" code="0x849E" define="RX_TIER9_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 15 price</attribute>
1347     <attribute side="server" code="0x849F" define="RX_TIER9_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 9 block 16 price</attribute>
1348     <attribute side="server" code="0x84A0" define="RX_TIER10_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 1 price</attribute>
1349     <attribute side="server" code="0x84A1" define="RX_TIER10_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 2 price</attribute>
1350     <attribute side="server" code="0x84A2" define="RX_TIER10_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 3 price</attribute>
1351     <attribute side="server" code="0x84A3" define="RX_TIER10_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 4 price</attribute>
1352     <attribute side="server" code="0x84A4" define="RX_TIER10_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 5 price</attribute>
1353     <attribute side="server" code="0x84A5" define="RX_TIER10_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 6 price</attribute>
1354     <attribute side="server" code="0x84A6" define="RX_TIER10_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 7 price</attribute>
1355     <attribute side="server" code="0x84A7" define="RX_TIER10_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 8 price</attribute>
1356     <attribute side="server" code="0x84A8" define="RX_TIER10_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 9 price</attribute>
1357     <attribute side="server" code="0x84A9" define="RX_TIER10_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 10 price</attribute>
1358     <attribute side="server" code="0x84AA" define="RX_TIER10_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 11 price</attribute>
1359     <attribute side="server" code="0x84AB" define="RX_TIER10_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 12 price</attribute>
1360     <attribute side="server" code="0x84AC" define="RX_TIER10_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 13 price</attribute>
1361     <attribute side="server" code="0x84AD" define="RX_TIER10_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 14 price</attribute>
1362     <attribute side="server" code="0x84AE" define="RX_TIER10_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 15 price</attribute>
1363     <attribute side="server" code="0x84AF" define="RX_TIER10_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 10 block 16 price</attribute>
1364     <attribute side="server" code="0x84B0" define="RX_TIER11_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 1 price</attribute>
1365     <attribute side="server" code="0x84B1" define="RX_TIER11_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 2 price</attribute>
1366     <attribute side="server" code="0x84B2" define="RX_TIER11_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 3 price</attribute>
1367     <attribute side="server" code="0x84B3" define="RX_TIER11_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 4 price</attribute>
1368     <attribute side="server" code="0x84B4" define="RX_TIER11_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 5 price</attribute>
1369     <attribute side="server" code="0x84B5" define="RX_TIER11_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 6 price</attribute>
1370     <attribute side="server" code="0x84B6" define="RX_TIER11_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 7 price</attribute>
1371     <attribute side="server" code="0x84B7" define="RX_TIER11_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 8 price</attribute>
1372     <attribute side="server" code="0x84B8" define="RX_TIER11_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 9 price</attribute>
1373     <attribute side="server" code="0x84B9" define="RX_TIER11_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 10 price</attribute>
1374     <attribute side="server" code="0x84BA" define="RX_TIER11_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 11 price</attribute>
1375     <attribute side="server" code="0x84BB" define="RX_TIER11_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 12 price</attribute>
1376     <attribute side="server" code="0x84BC" define="RX_TIER11_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 13 price</attribute>
1377     <attribute side="server" code="0x84BD" define="RX_TIER11_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 14 price</attribute>
1378     <attribute side="server" code="0x84BE" define="RX_TIER11_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 15 price</attribute>
1379     <attribute side="server" code="0x84BF" define="RX_TIER11_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 11 block 16 price</attribute>
1380     <attribute side="server" code="0x84C0" define="RX_TIER12_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 1 price</attribute>
1381     <attribute side="server" code="0x84C1" define="RX_TIER12_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 2 price</attribute>
1382     <attribute side="server" code="0x84C2" define="RX_TIER12_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 3 price</attribute>
1383     <attribute side="server" code="0x84C3" define="RX_TIER12_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 4 price</attribute>
1384     <attribute side="server" code="0x84C4" define="RX_TIER12_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 5 price</attribute>
1385     <attribute side="server" code="0x84C5" define="RX_TIER12_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 6 price</attribute>
1386     <attribute side="server" code="0x84C6" define="RX_TIER12_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 7 price</attribute>
1387     <attribute side="server" code="0x84C7" define="RX_TIER12_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 8 price</attribute>
1388     <attribute side="server" code="0x84C8" define="RX_TIER12_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 9 price</attribute>
1389     <attribute side="server" code="0x84C9" define="RX_TIER12_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 10 price</attribute>
1390     <attribute side="server" code="0x84CA" define="RX_TIER12_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 11 price</attribute>
1391     <attribute side="server" code="0x84CB" define="RX_TIER12_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 12 price</attribute>
1392     <attribute side="server" code="0x84CC" define="RX_TIER12_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 13 price</attribute>
1393     <attribute side="server" code="0x84CD" define="RX_TIER12_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 14 price</attribute>
1394     <attribute side="server" code="0x84CE" define="RX_TIER12_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 15 price</attribute>
1395     <attribute side="server" code="0x84CF" define="RX_TIER12_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 12 block 16 price</attribute>
1396     <attribute side="server" code="0x84D0" define="RX_TIER13_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 1 price</attribute>
1397     <attribute side="server" code="0x84D1" define="RX_TIER13_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 2 price</attribute>
1398     <attribute side="server" code="0x84D2" define="RX_TIER13_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 3 price</attribute>
1399     <attribute side="server" code="0x84D3" define="RX_TIER13_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 4 price</attribute>
1400     <attribute side="server" code="0x84D4" define="RX_TIER13_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 5 price</attribute>
1401     <attribute side="server" code="0x84D5" define="RX_TIER13_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 6 price</attribute>
1402     <attribute side="server" code="0x84D6" define="RX_TIER13_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 7 price</attribute>
1403     <attribute side="server" code="0x84D7" define="RX_TIER13_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 8 price</attribute>
1404     <attribute side="server" code="0x84D8" define="RX_TIER13_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 9 price</attribute>
1405     <attribute side="server" code="0x84D9" define="RX_TIER13_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 10 price</attribute>
1406     <attribute side="server" code="0x84DA" define="RX_TIER13_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 11 price</attribute>
1407     <attribute side="server" code="0x84DB" define="RX_TIER13_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 12 price</attribute>
1408     <attribute side="server" code="0x84DC" define="RX_TIER13_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 13 price</attribute>
1409     <attribute side="server" code="0x84DD" define="RX_TIER13_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 14 price</attribute>
1410     <attribute side="server" code="0x84DE" define="RX_TIER13_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 15 price</attribute>
1411     <attribute side="server" code="0x84DF" define="RX_TIER13_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 13 block 16 price</attribute>
1412     <attribute side="server" code="0x84E0" define="RX_TIER14_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 1 price</attribute>
1413     <attribute side="server" code="0x84E1" define="RX_TIER14_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 2 price</attribute>
1414     <attribute side="server" code="0x84E2" define="RX_TIER14_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 3 price</attribute>
1415     <attribute side="server" code="0x84E3" define="RX_TIER14_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 4 price</attribute>
1416     <attribute side="server" code="0x84E4" define="RX_TIER14_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 5 price</attribute>
1417     <attribute side="server" code="0x84E5" define="RX_TIER14_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 6 price</attribute>
1418     <attribute side="server" code="0x84E6" define="RX_TIER14_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 7 price</attribute>
1419     <attribute side="server" code="0x84E7" define="RX_TIER14_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 8 price</attribute>
1420     <attribute side="server" code="0x84E8" define="RX_TIER14_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 9 price</attribute>
1421     <attribute side="server" code="0x84E9" define="RX_TIER14_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 10 price</attribute>
1422     <attribute side="server" code="0x84EA" define="RX_TIER14_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 11 price</attribute>
1423     <attribute side="server" code="0x84EB" define="RX_TIER14_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 12 price</attribute>
1424     <attribute side="server" code="0x84EC" define="RX_TIER14_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 13 price</attribute>
1425     <attribute side="server" code="0x84ED" define="RX_TIER14_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 14 price</attribute>
1426     <attribute side="server" code="0x84EE" define="RX_TIER14_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 15 price</attribute>
1427     <attribute side="server" code="0x84EF" define="RX_TIER14_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 14 block 16 price</attribute>
1428     <attribute side="server" code="0x84F0" define="RX_TIER15_BLOCK1_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 1 price</attribute>
1429     <attribute side="server" code="0x84F1" define="RX_TIER15_BLOCK2_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 2 price</attribute>
1430     <attribute side="server" code="0x84F2" define="RX_TIER15_BLOCK3_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 3 price</attribute>
1431     <attribute side="server" code="0x84F3" define="RX_TIER15_BLOCK4_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 4 price</attribute>
1432     <attribute side="server" code="0x84F4" define="RX_TIER15_BLOCK5_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 5 price</attribute>
1433     <attribute side="server" code="0x84F5" define="RX_TIER15_BLOCK6_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 6 price</attribute>
1434     <attribute side="server" code="0x84F6" define="RX_TIER15_BLOCK7_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 7 price</attribute>
1435     <attribute side="server" code="0x84F7" define="RX_TIER15_BLOCK8_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 8 price</attribute>
1436     <attribute side="server" code="0x84F8" define="RX_TIER15_BLOCK9_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 9 price</attribute>
1437     <attribute side="server" code="0x84F9" define="RX_TIER15_BLOCK10_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 10 price</attribute>
1438     <attribute side="server" code="0x84FA" define="RX_TIER15_BLOCK11_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 11 price</attribute>
1439     <attribute side="server" code="0x84FB" define="RX_TIER15_BLOCK12_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 12 price</attribute>
1440     <attribute side="server" code="0x84FC" define="RX_TIER15_BLOCK13_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 13 price</attribute>
1441     <attribute side="server" code="0x84FD" define="RX_TIER15_BLOCK14_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 14 price</attribute>
1442     <attribute side="server" code="0x84FE" define="RX_TIER15_BLOCK15_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 15 price</attribute>
1443     <attribute side="server" code="0x84FF" define="RX_TIER15_BLOCK16_PRICE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier 15 block 16 price</attribute>
1444     <!-- Price Cluster Server - Received Extended Price Information Attribute Set -->
1445     <attribute side="server" code="0x850F" define="RX_PRICE_TIER16" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 16</attribute>
1446     <attribute side="server" code="0x8510" define="RX_PRICE_TIER17" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 17</attribute>
1447     <attribute side="server" code="0x8511" define="RX_PRICE_TIER18" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 18</attribute>
1448     <attribute side="server" code="0x8512" define="RX_PRICE_TIER19" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 19</attribute>
1449     <attribute side="server" code="0x8513" define="RX_PRICE_TIER20" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 20</attribute>
1450     <attribute side="server" code="0x8514" define="RX_PRICE_TIER21" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 21</attribute>
1451     <attribute side="server" code="0x8515" define="RX_PRICE_TIER22" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 22</attribute>
1452     <attribute side="server" code="0x8516" define="RX_PRICE_TIER23" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 23</attribute>
1453     <attribute side="server" code="0x8517" define="RX_PRICE_TIER24" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 24</attribute>
1454     <attribute side="server" code="0x8518" define="RX_PRICE_TIER25" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 25</attribute>
1455     <attribute side="server" code="0x8519" define="RX_PRICE_TIER26" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 26</attribute>
1456     <attribute side="server" code="0x851A" define="RX_PRICE_TIER27" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 27</attribute>
1457     <attribute side="server" code="0x851B" define="RX_PRICE_TIER28" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 28</attribute>
1458     <attribute side="server" code="0x851C" define="RX_PRICE_TIER29" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 29</attribute>
1459     <attribute side="server" code="0x851D" define="RX_PRICE_TIER30" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 30</attribute>
1460     <attribute side="server" code="0x851E" define="RX_PRICE_TIER31" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 31</attribute>
1461     <attribute side="server" code="0x851F" define="RX_PRICE_TIER32" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 32</attribute>
1462     <attribute side="server" code="0x8520" define="RX_PRICE_TIER33" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 33</attribute>
1463     <attribute side="server" code="0x8521" define="RX_PRICE_TIER34" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 34</attribute>
1464     <attribute side="server" code="0x8522" define="RX_PRICE_TIER35" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 35</attribute>
1465     <attribute side="server" code="0x8523" define="RX_PRICE_TIER36" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 36</attribute>
1466     <attribute side="server" code="0x8524" define="RX_PRICE_TIER37" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 37</attribute>
1467     <attribute side="server" code="0x8525" define="RX_PRICE_TIER38" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 38</attribute>
1468     <attribute side="server" code="0x8526" define="RX_PRICE_TIER39" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 39</attribute>
1469     <attribute side="server" code="0x8527" define="RX_PRICE_TIER40" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 40</attribute>
1470     <attribute side="server" code="0x8528" define="RX_PRICE_TIER41" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 41</attribute>
1471     <attribute side="server" code="0x8529" define="RX_PRICE_TIER42" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 42</attribute>
1472     <attribute side="server" code="0x852A" define="RX_PRICE_TIER43" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 43</attribute>
1473     <attribute side="server" code="0x852B" define="RX_PRICE_TIER44" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 44</attribute>
1474     <attribute side="server" code="0x852C" define="RX_PRICE_TIER45" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 45</attribute>
1475     <attribute side="server" code="0x852D" define="RX_PRICE_TIER46" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 46</attribute>
1476     <attribute side="server" code="0x852E" define="RX_PRICE_TIER47" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 47</attribute>
1477     <attribute side="server" code="0x852F" define="RX_PRICE_TIER48" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx price tier 48</attribute>
1478     <!-- Price Cluster Server - Received Tariff Information Attribute Set -->
1479     <attribute side="server" code="0x8610" define="RX_TARIFF_LABEL" type="OCTET_STRING" length="24" writable="false" default="0" optional="true" introducedIn="se-1.2a-07-5356-19">rx tariff label</attribute>
1480     <attribute side="server" code="0x8611" define="RX_NUMBER_OF_PRICE_TIERS_IN_USE" type="INT8U" min="0x00" max="0x0F" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">rx number of price tiers in use</attribute>
1481     <attribute side="server" code="0x8612" define="RX_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE" type="INT8U" min="0x00" max="0x0F" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">rx number of block thresholds in use</attribute>
1482     <attribute side="server" code="0x8613" define="RX_TIER_BLOCK_MODE" type="INT8U" min="0x00" max="0x01" writable="false" default="0xFF" optional="true" introducedIn="se-1.2a-07-5356-19">rx tier block mode</attribute>
1483     <attribute side="server" code="0x8615" define="RX_TARIFF_RESOLUTION_PERIOD" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">rx tariff resolution period</attribute>
1484     <attribute side="server" code="0x8625" define="RX_CO2" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x000000B9" optional="true" introducedIn="se-1.2a-07-5356-19">rx CO2</attribute>
1485     <attribute side="server" code="0x8626" define="RX_CO2_UNIT" type="ENUM8" writable="false" default="0x01" optional="true" introducedIn="se-1.2a-07-5356-19">rx CO2 unit</attribute>
1486     <attribute side="server" code="0x8627" define="RX_CO2_TRAILING_DIGIT" type="BITMAP8" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">rx CO2 trailing digit</attribute>
1487     <!-- Price Cluster Server - Received Billing Information Attribute Set -->
1488     <attribute side="server" code="0x8700" define="RX_CURRENT_BILLING_PERIOD_START" type="UTC_TIME" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx current billing period start</attribute>
1489     <attribute side="server" code="0x8701" define="RX_CURRENT_BILLING_PERIOD_DURATION" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx current billing period duration</attribute>
1490     <attribute side="server" code="0x8702" define="RX_LAST_BILLING_PERIOD_START" type="UTC_TIME" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx last billing period start</attribute>
1491     <attribute side="server" code="0x8703" define="RX_LAST_BILLING_PERIOD_DURATION" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx last billing period duration</attribute>
1492     <attribute side="server" code="0x8704" define="RX_LAST_BILLING_PERIOD_CONSOLIDATED_BILL" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">rx last billing period consolidated bill</attribute>
1493     <!-- Price Cluster Client - Attributes -->
1494     <attribute side="client" code="0x0000" define="PRICE_INCREASE_RANDOMIZE_MINUTES" type="INT8U" min="0x00" max="0x3C" writable="true" default="0x05" optional="true">price increase randomize minutes</attribute>
1495     <attribute side="client" code="0x0001" define="PRICE_DECREASE_RANDOMIZE_MINUTES" type="INT8U" min="0x00" max="0x3C" writable="true" default="0x0F" optional="true">price decrease randomize minutes</attribute>
1496     <attribute side="client" code="0x0002" define="COMMODITY_TYPE_CLIENT" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true">commodity type</attribute>
1497     <!-- Price Cluster Server - Commands -->
1498     <command source="server" code="0x00" name="PublishPrice" optional="false" cli="zcl price pub-price">
1499       <description>
1500         The PublishPrice command is generated in response to receiving a Get Current Price command, in response to a Get Scheduled Prices command, and when an update to the pricing information is available from the commodity provider, either before or when a TOU price becomes active.
1501       </description>
1502       <arg name="providerId" type="INT32U"/>
1503       <arg name="rateLabel" type="OCTET_STRING"/>
1504       <arg name="issuerEventId" type="INT32U"/>
1505       <arg name="currentTime" type="UTC_TIME"/>
1506       <arg name="unitOfMeasure" type="AmiUnitOfMeasure"/>
1507       <arg name="currency" type="INT16U"/>
1508       <arg name="priceTrailingDigitAndPriceTier" type="PriceTrailingDigitAndPriceTier"/>
1509       <arg name="numberOfPriceTiersAndRegisterTier" type="PriceNumberOfPriceTiersAndRegisterTier"/>
1510       <arg name="startTime" type="UTC_TIME"/>
1511       <arg name="durationInMinutes" type="INT16U"/>
1512       <arg name="price" type="INT32U"/>
1513       <arg name="priceRatio" type="INT8U"/>
1514       <arg name="generationPrice" type="INT32U"/>
1515       <arg name="generationPriceRatio" type="INT8U"/>
1516       <arg name="alternateCostDelivered" type="INT32U" introducedIn="se-1.0-07-5356-15" default="0xFFFFFFFF"/>
1517       <arg name="alternateCostUnit" type="AlternateCostUnit" introducedIn="se-1.0-07-5356-15" default="0xFF"/>
1518       <arg name="alternateCostTrailingDigit" type="AlternateCostTrailingDigit" introducedIn="se-1.0-07-5356-15" default="0xFF"/>
1519       <arg name="numberOfBlockThresholds" type="INT8U" introducedIn="se-1.1-07-5356-16" default="0xFF"/>
1520       <arg name="priceControl" type="PriceControlMask" introducedIn="se-1.1-07-5356-16" default="0x00"/>
1521       <arg name="numberOfGenerationTiers" type="INT8U" introducedIn="se-1.2a-07-5356-19" default="0x00"/>
1522       <arg name="generationTier" type="GenerationTier" introducedIn="se-1.2a-07-5356-19" default="0x00"/>
1523       <arg name="extendedNumberOfPriceTiers" type="ExtendedNumberOfPriceTiers" introducedIn="se-1.2a-07-5356-19" default="0x00"/>
1524       <arg name="extendedPriceTier" type="ExtendedPriceTier" introducedIn="se-1.2a-07-5356-19" default="0x00"/>
1525       <arg name="extendedRegisterTier" type="ExtendedRegisterTier" introducedIn="se-1.2a-07-5356-19" default="0x00"/>
1526     </command>
1527     <command source="server" code="0x01" name="PublishBlockPeriod" optional="true" introducedIn="se-1.1-07-5356-16" cli="zcl price pub-block-period">
1528       <description>
1529         The PublishBlockPeriod command is generated in response to receiving a GetBlockPeriod(s) command or when an update to the block tariff schedule is available from the commodity provider.
1530       </description>
1531       <arg name="providerId" type="INT32U"/>
1532       <arg name="issuerEventId" type="INT32U"/>
1533       <arg name="blockPeriodStartTime" type="UTC_TIME"/>
1534       <arg name="blockPeriodDuration" type="INT24U"/>
1535       <arg name="numberOfPriceTiersAndNumberOfBlockThresholds" type="BITMAP8" removedIn="se-1.2a-07-5356-19"/>
1536       <arg name="blockPeriodControl" type="BlockPeriodControl"/>
1537       <arg name="blockPeriodDurationType" type="BlockPeriodDurationType" introducedIn="se-1.2a-07-5356-19"/>
1538       <arg name="tariffType" type="TariffType" introducedIn="se-1.2a-07-5356-19"/>
1539       <arg name="tariffResolutionPeriod" type="TariffResolutionPeriod" introducedIn="se-1.2a-07-5356-19"/>
1540     </command>
1541     <command source="server" code="0x02" name="PublishConversionFactor" optional="true" introducedIn="se-1.1a-07-5356-17" cli="zcl price pub-x-factor">
1542       <description>
1543         The PublishConversionFactor command is sent in response to a GetConversionFactor command or if a new Conversion factor is available.
1544       </description>
1545       <arg name="issuerEventId" type="INT32U"/>
1546       <arg name="startTime" type="UTC_TIME"/>
1547       <arg name="conversionFactor" type="INT32U"/>
1548       <arg name="conversionFactorTrailingDigit" type="ConversionFactorTrailingDigit"/>
1549     </command>
1550     <command source="server" code="0x03" name="PublishCalorificValue" optional="true" introducedIn="se-1.1a-07-5356-17" cli="zcl price pub-cal-val">
1551       <description>
1552         The PublishCalorificValue command is sent in response to a GetCalorificValue command or if a new calorific value is available.
1553       </description>
1554       <arg name="issuerEventId" type="INT32U"/>
1555       <arg name="startTime" type="UTC_TIME"/>
1556       <arg name="calorificValue" type="INT32U"/>
1557       <arg name="calorificValueUnit" type="CalorificValueUnit"/>
1558       <arg name="calorificValueTrailingDigit" type="CalorificValueTrailingDigit"/>
1559     </command>
1560     <command source="server" code="0x04" name="PublishTariffInformation" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-tariff-info">
1561       <description>
1562         The PublishTariffInformation command is sent in response to a GetTariffInformation command or if new tariff information is available (including price matrix and block thresholds).
1563       </description>
1564       <arg name="providerId" type="INT32U"/>
1565       <arg name="issuerEventId" type="INT32U"/>
1566       <arg name="issuerTariffId" type="INT32U"/>
1567       <arg name="startTime" type="UTC_TIME"/>
1568       <arg name="tariffTypeChargingScheme" type="TariffTypeChargingScheme"/>
1569       <arg name="tariffLabel" type="OCTET_STRING"/>
1570       <arg name="numberOfPriceTiersInUse" type="INT8U"/>
1571       <arg name="numberOfBlockThresholdsInUse" type="INT8U"/>
1572       <arg name="unitOfMeasure" type="AmiUnitOfMeasure"/>
1573       <arg name="currency" type="INT16U"/>
1574       <arg name="priceTrailingDigit" type="PriceTrailingDigit"/>
1575       <arg name="standingCharge" type="INT32U"/>
1576       <arg name="tierBlockMode" type="TierBlockMode"/>
1577       <arg name="blockThresholdMultiplier" type="INT24U"/>
1578       <arg name="blockThresholdDivisor" type="INT24U"/>
1579     </command>
1580     <command source="server" code="0x05" name="PublishPriceMatrix" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-price-matrix">
1581       <description>
1582         PublishPriceMatrix command is used to publish the Block Price Information Set (up to 15 tiers x 15 blocks) and the Extended Price Information Set (up to 48 tiers).  The PublishPriceMatrix command is sent in response to a GetPriceMatrix command.
1583       </description>
1584       <arg name="providerId" type="INT32U"/>
1585       <arg name="issuerEventId" type="INT32U"/>
1586       <arg name="startTime" type="UTC_TIME"/>
1587       <arg name="issuerTariffId" type="INT32U"/>
1588       <arg name="commandIndex" type="INT8U"/>
1589       <arg name="numberOfCommands" type="INT8U"/>
1590       <arg name="subPayloadControl" type="PriceMatrixSubPayloadControl"/>
1591       <arg name="payload" type="PriceMatrixSubPayload" array="true"/>
1592     </command>
1593     <command source="server" code="0x06" name="PublishBlockThresholds" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-block-threshold">
1594       <description>
1595         The PublishBlockThreshold command is sent in response to a GetBlockThreshold command.
1596       </description>
1597       <arg name="providerId" type="INT32U"/>
1598       <arg name="issuerEventId" type="INT32U"/>
1599       <arg name="startTime" type="UTC_TIME"/>
1600       <arg name="issuerTariffId" type="INT32U"/>
1601       <arg name="commandIndex" type="INT8U"/>
1602       <arg name="numberOfCommands" type="INT8U"/>
1603       <arg name="subPayloadControl" type="BlockThresholdSubPayloadControl"/>
1604       <arg name="payload" type="BlockThresholdSubPayload" array="true"/>
1605     </command>
1606     <command source="server" code="0x07" name="PublishCO2Value" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-co2-val">
1607       <description>
1608         The PublishCO2Value command is sent in response to a GetCO2Value command or if a new CO2 conversion factor is available.
1609       </description>
1610       <arg name="providerId" type="INT32U"/>
1611       <arg name="issuerEventId" type="INT32U"/>
1612       <arg name="startTime" type="UTC_TIME"/>
1613       <arg name="tariffType" type="TariffType"/>
1614       <arg name="cO2Value" type="INT32U"/>
1615       <arg name="cO2ValueUnit" type="CO2Unit"/>
1616       <arg name="cO2ValueTrailingDigit" type="CO2TrailingDigit"/>
1617     </command>
1618     <command source="server" code="0x08" name="PublishTierLabels" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-tier-labels">
1619       <description>
1620         The PublishTierLabels command is generated in response to receiving a GetTierLabels command or when there is a tier label change.
1621       </description>
1622       <arg name="providerId" type="INT32U"/>
1623       <arg name="issuerEventId" type="INT32U"/>
1624       <arg name="issuerTariffId" type="INT32U"/>
1625       <arg name="commandIndex" type="INT8U"/>
1626       <arg name="numberOfCommands" type="INT8U"/>
1627       <arg name="numberOfLabels" type="INT8U"/>
1628       <arg name="tierLabelsPayload" type="INT8U" array="true"/>
1629     </command>
1630     <command source="server" code="0x09" name="PublishBillingPeriod" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-billing-period">
1631       <description>
1632         The PublishBillingPeriod command is generated in response to receiving a GetBillingPeriod(s) command or when an update to the Billing schedule is available from the commodity Supplier.
1633       </description>
1634       <arg name="providerId" type="INT32U"/>
1635       <arg name="issuerEventId" type="INT32U"/>
1636       <arg name="billingPeriodStartTime" type="UTC_TIME"/>
1637       <arg name="billingPeriodDuration" type="BillingPeriodDuration"/>
1638       <arg name="billingPeriodDurationType" type="BillingPeriodDurationType"/>
1639       <arg name="tariffType" type="TariffType"/>
1640     </command>
1641     <command source="server" code="0x0A" name="PublishConsolidatedBill" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-consolidated-bill">
1642       <description>
1643         The PublishConsolidatedBill command is used to make consolidated billing information of previous billing periods available to other end devices.  This command is issued in response to a GetConsolidatedBill command or if new billing information is available.
1644       </description>
1645       <arg name="providerId" type="INT32U"/>
1646       <arg name="issuerEventId" type="INT32U"/>
1647       <arg name="billingPeriodStartTime" type="UTC_TIME"/>
1648       <arg name="billingPeriodDuration" type="BillingPeriodDuration"/>
1649       <arg name="billingPeriodDurationType" type="BillingPeriodDurationType"/>
1650       <arg name="tariffType" type="TariffType"/>
1651       <arg name="consolidatedBill" type="INT32U"/>
1652       <arg name="currency" type="INT16U"/>
1653       <arg name="billTrailingDigit" type="BillTrailingDigit"/>
1654     </command>
1655     <command source="server" code="0x0B" name="PublishCppEvent" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-cpp-event">
1656       <description>
1657         The PublishCPPEvent command is sent from an ESI to its price clients to notify them of a Critical Peak Pricing event.
1658       </description>
1659       <arg name="providerId" type="INT32U"/>
1660       <arg name="issuerEventId" type="INT32U"/>
1661       <arg name="startTime" type="UTC_TIME"/>
1662       <arg name="durationInMinutes" type="INT16U"/>
1663       <arg name="tariffType" type="TariffType"/>
1664       <arg name="cppPriceTier" type="CppPriceTier"/>
1665       <arg name="cppAuth" type="PublishCppEventCppAuth"/>
1666     </command>
1667     <command source="server" code="0x0C" name="PublishCreditPayment" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-credit-payment">
1668       <description>
1669         The PublishCreditPayment command is used to update the credit payment information is available.
1670       </description>
1671       <arg name="providerId" type="INT32U"/>
1672       <arg name="issuerEventId" type="INT32U"/>
1673       <arg name="creditPaymentDueDate" type="UTC_TIME"/>
1674       <arg name="creditPaymentOverDueAmount" type="INT32U"/>
1675       <arg name="creditPaymentStatus" type="CreditPaymentStatus"/>
1676       <arg name="creditPayment" type="INT32U"/>
1677       <arg name="creditPaymentDate" type="UTC_TIME"/>
1678       <arg name="creditPaymentRef" type="OCTET_STRING"/>
1679     </command>
1680     <command source="server" code="0x0D" name="PublishCurrencyConversion" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price pub-currency-conversion">
1681       <description>
1682         The PublishCurrencyConversion command is sent in response to a GetCurrencyConversion command or when a new currency becomes available.
1683       </description>
1684       <arg name="providerId" type="INT32U"/>
1685       <arg name="issuerEventId" type="INT32U"/>
1686       <arg name="startTime" type="UTC_TIME"/>
1687       <arg name="oldCurrency" type="INT16U"/>
1688       <arg name="newCurrency" type="INT16U"/>
1689       <arg name="conversionFactor" type="INT32U"/>
1690       <arg name="conversionFactorTrailingDigit" type="ConversionFactorTrailingDigit"/>
1691       <arg name="currencyChangeControlFlags" type="CurrencyChangeControl"/>
1692     </command>
1693     <command source="server" code="0x0E" name="CancelTariff" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price cancel-tariff">
1694       <description>
1695         The CancelTariff command indicates that all data associated with a particular tariff instance should be discarded.
1696       </description>
1697       <arg name="providerId" type="INT32U"/>
1698       <arg name="issuerTariffId" type="INT32U"/>
1699       <arg name="tariffType" type="TariffType"/>
1700     </command>
1701     <!-- Price Cluster Client - Commands -->
1702     <command source="client" code="0x00" name="GetCurrentPrice" optional="false" cli="zcl price current">
1703       <description>
1704         The GetCurrentPrice command initiates a PublishPrice command for the current time.
1705       </description>
1706       <arg name="commandOptions" type="AmiCommandOptions"/>
1707     </command>
1708     <command source="client" code="0x01" name="GetScheduledPrices" optional="true" cli="zcl price scheduled">
1709       <description>
1710         The GetScheduledPrices command initiates a PublishPrice command for available price events.
1711       </description>
1712       <arg name="startTime" type="UTC_TIME"/>
1713       <arg name="numberOfEvents" type="INT8U"/>
1714     </command>
1715     <command source="client" code="0x02" name="PriceAcknowledgement" optional="false" introducedIn="se-1.1-07-5356-16" cli="zcl price price-ack">
1716       <description>
1717         The PriceAcknowledgement command described provides the ability to acknowledge a previously sent PublishPrice command.
1718       </description>
1719       <arg name="providerId" type="INT32U"/>
1720       <arg name="issuerEventId" type="INT32U"/>
1721       <arg name="priceAckTime" type="UTC_TIME"/>
1722       <arg name="control" type="PriceControlMask"/>
1723     </command>
1724     <command source="client" code="0x03" name="GetBlockPeriods" optional="true" introducedIn="se-1.1-07-5356-16" cli="zcl price get-block-periods">
1725       <description>
1726         The GetBlockPeriods command initiates a PublishBlockPeriod command for the currently scheduled block periods.
1727       </description>
1728       <arg name="startTime" type="UTC_TIME"/>
1729       <arg name="numberOfEvents" type="INT8U"/>
1730       <arg name="tariffType" type="TariffType"/>
1731     </command>
1732     <command source="client" code="0x04" name="GetConversionFactor" optional="true" introducedIn="se-1.1a-07-5356-17" cli="zcl price get-conversion-factor">
1733       <description>
1734         The GetConversionFactor command initiates a PublishConversionFactor command for the scheduled conversion factor updates.
1735       </description>
1736       <arg name="earliestStartTime" type="UTC_TIME"/>
1737       <arg name="minIssuerEventId" type="INT32U"/>
1738       <arg name="numberOfCommands" type="INT8U"/>
1739     </command>
1740     <command source="client" code="0x05" name="GetCalorificValue" optional="true" introducedIn="se-1.1a-07-5356-17" cli="zcl price get-cal-val">
1741       <description>
1742         The GetCalorificValue command initiates a PublishCalorificValue command for the scheduled conversion factor updates.
1743       </description>
1744       <arg name="earliestStartTime" type="UTC_TIME"/>
1745       <arg name="minIssuerEventId" type="INT32U"/>
1746       <arg name="numberOfCommands" type="INT8U"/>
1747     </command>
1748     <command source="client" code="0x06" name="GetTariffInformation" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-tariff-info">
1749       <description>
1750         The GetTariffInformation command initiates a PublishTariffInformation command for the scheduled tariff updates.
1751       </description>
1752       <arg name="earliestStartTime" type="UTC_TIME"/>
1753       <arg name="minIssuerEventId" type="INT32U"/>
1754       <arg name="numberOfCommands" type="INT8U"/>
1755       <arg name="tariffType" type="TariffType"/>
1756     </command>
1757     <command source="client" code="0x07" name="GetPriceMatrix" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-price-matrix">
1758       <description>
1759         The GetPriceMatrix command initiates a PublishPriceMatrix command for the scheduled Price Matrix updates.
1760       </description>
1761       <arg name="issuerTariffId" type="INT32U"/>
1762     </command>
1763     <command source="client" code="0x08" name="GetBlockThresholds" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-block-thresholds">
1764       <description>
1765         The GetBlockThresholds command initiates a PublishBlockThreshold command for the scheduled Block Threshold updates.
1766       </description>
1767       <arg name="issuerTariffId" type="INT32U"/>
1768     </command>
1769     <command source="client" code="0x09" name="GetCO2Value" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-co2-value">
1770       <description>
1771         The GetCO2Value command initiates a PublishCO2Value command for the scheduled CO2 conversion factor updates.
1772       </description>
1773       <arg name="earliestStartTime" type="UTC_TIME"/>
1774       <arg name="minIssuerEventId" type="INT32U"/>
1775       <arg name="numberOfCommands" type="INT8U"/>
1776       <arg name="tariffType" type="TariffType"/>
1777     </command>
1778     <command source="client" code="0x0A" name="GetTierLabels" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-tier-labels">
1779       <description>
1780         The GetTierLabels command allows a client to retrieve the tier labels associated with a given tariff; this command initiates a PublishTierLabels command from the server.
1781       </description>
1782       <arg name="issuerTariffId" type="INT32U"/>
1783     </command>
1784     <command source="client" code="0x0B" name="GetBillingPeriod" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-billing-period">
1785       <description>
1786         The GetBillingPeriod command initiates one or more PublishBillingPeriod commands for the currently scheduled billing periods.
1787       </description>
1788       <arg name="earliestStartTime" type="UTC_TIME"/>
1789       <arg name="minIssuerEventId" type="INT32U"/>
1790       <arg name="numberOfCommands" type="INT8U"/>
1791       <arg name="tariffType" type="TariffType"/>
1792     </command>
1793     <command source="client" code="0x0C" name="GetConsolidatedBill" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-con-bill">
1794       <description>
1795         The GetConsolidatedBill command initiates one or more PublishConsolidatedBill commands with the requested billing information.
1796       </description>
1797       <arg name="earliestStartTime" type="UTC_TIME"/>
1798       <arg name="minIssuerEventId" type="INT32U"/>
1799       <arg name="numberOfCommands" type="INT8U"/>
1800       <arg name="tariffType" type="TariffType"/>
1801     </command>
1802     <command source="client" code="0x0D" name="CppEventResponse" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price cpp-event-resp" disableDefaultResponse="true">
1803       <description>
1804         The CPPEventResponse command is sent from a Client (IHD) to the ESI to notify it of a Critical Peak Pricing event authorization.
1805       </description>
1806       <arg name="issuerEventId" type="INT32U"/>
1807       <arg name="cppAuth" type="CppEventResponseCppAuth"/>
1808     </command>
1809     <command source="client" code="0x0E" name="GetCreditPayment" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-credit-payment">
1810       <description>
1811         The GetCreditPayment command initiates PublishCreditPayment commands for the requested credit payment information.
1812       </description>
1813       <arg name="latestEndTime" type="UTC_TIME"/>
1814       <arg name="numberOfRecords" type="INT8U"/>
1815     </command>
1816     <command source="client" code="0x0F" name="GetCurrencyConversionCommand" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-cur-conv-cmd">
1817       <description>
1818         The GetCurrencyConversionCommand command initiates a PublishCurrencyConversion command for the currency conversion factor updates. A server shall be capable of storing both the old and the new currencies.
1819       </description>
1820     </command>
1821     <command source="client" code="0x10" name="GetTariffCancellation" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl price get-tariff-cancellation">
1822       <description>
1823         The GetTariffCancellation command initiates the return of the last CancelTariff command held on the associated server.
1824       </description>
1825     </command>
1826   </cluster>
1827   <!-- Demand Response and Load Control Cluster - Structs, BITMAPs & ENUMs -->
1828   <bitmap name="AmiDeviceClass" type="BITMAP16">
1829     <field name="hvacCompressorOrFurnace" mask="0x0001"/>
1830     <field name="StripHeatBaseboardHeat" mask="0x0002"/>
1831     <field name="WaterHeater" mask="0x0004"/>
1832     <field name="PoolPumpSpaJacuzzi" mask="0x0008"/>
1833     <field name="SmartAppliances" mask="0x0010"/>
1834     <field name="IrrigationPump" mask="0x0020"/>
1835     <field name="ManagedCAndILoads" mask="0x0040"/>
1836     <field name="SimpleMiscLoads" mask="0x0080"/>
1837     <field name="ExteriorLighting" mask="0x0100"/>
1838     <field name="InteriorLighting" mask="0x0200"/>
1839     <field name="ElectricVehicle" mask="0x0400"/>
1840     <field name="GenerationSystems" mask="0x0800"/>
1841   </bitmap>
1842   <enum name="AmiCriticalityLevel" type="ENUM8">
1843     <item name="Reserved" value="0x00"/>
1844     <item name="Green" value="0x01"/>
1845     <item name="1" value="0x02"/>
1846     <item name="2" value="0x03"/>
1847     <item name="3" value="0x04"/>
1848     <item name="4" value="0x05"/>
1849     <item name="5" value="0x06"/>
1850     <item name="Emergency" value="0x07"/>
1851     <item name="PlannedOutage" value="0x08"/>
1852     <item name="ServiceDisconnect" value="0x09"/>
1853     <item name="UtilityDefined1" value="0x0A"/>
1854     <item name="UtilityDefined2" value="0x0B"/>
1855     <item name="UtilityDefined3" value="0x0C"/>
1856     <item name="UtilityDefined4" value="0x0D"/>
1857     <item name="UtilityDefined5" value="0x0E"/>
1858     <item name="UtilityDefined6" value="0x0F"/>
1859   </enum>
1860   <bitmap name="AmiEventControl" type="BITMAP8">
1861     <field name="randomizedStartTime" mask="0x01"/>
1862     <field name="randomizedEndTime" mask="0x02"/>
1863   </bitmap>
1864   <bitmap name="AmiCancelControl" type="BITMAP8">
1865     <field name="terminateWithRandomization" mask="0x01"/>
1866   </bitmap>
1867   <enum name="AmiEventStatus" type="ENUM8">
1868     <item name="LoadControlEventCommandRx" value="0x01"/>
1869     <item name="EventStarted" value="0x02"/>
1870     <item name="EventCompleted" value="0x03"/>
1871     <item name="UserHasChooseToOptOut" value="0x04"/>
1872     <item name="UserHasChooseToOptIn" value="0x05"/>
1873     <item name="TheEventHasBeenCanceled" value="0x06"/>
1874     <item name="TheEventHasBeenSuperseded" value="0x07"/>
1875     <item name="EventPartiallyCompletedWithUserOptOut" value="0x08"/>
1876     <item name="EventPartiallyCompletedDueToUserOptIn" value="0x09"/>
1877     <item name="EventCompletedNoUserParticipationPreviousOptOut" value="0x0A"/>
1878     <item name="InvalidOptOut" value="0xF6"/>
1879     <item name="EventNotFound" value="0xF7"/>
1880     <item name="RejectedInvalidCancelCommand" value="0xF8"/>
1881     <item name="RejectedInvalidCancelCommandInvalidEffectiveTime" value="0xF9"/>
1882     <item name="RejectedEventExpired" value="0xFB"/>
1883     <item name="RejectedInvalidCancelUndefinedEvent" value="0xFD"/>
1884     <item name="LoadControlEventCommandRejected" value="0xFE"/>
1885   </enum>
1886   <enum name="SignatureType" type="ENUM8">
1887     <item name="Reserved" value="0x00"/>
1888     <item name="ECDSA" value="0x01"/>
1889   </enum>
1890   <struct name="Signature" length="42"/>
1891   <!-- Demand Response and Load Control Cluster -->
1892   <cluster>
1893     <name>Demand Response and Load Control</name>
1894     <domain>SE</domain>
1895     <description>This cluster provides an interface to the functionality of Smart Energy Demand Response and Load Control. Devices targeted by this cluster include thermostats and devices that support load control.</description>
1896     <code>0x0701</code>
1897     <define>DEMAND_RESPONSE_LOAD_CONTROL_CLUSTER</define>
1898     <client init="false" tick="false">true</client>
1899     <server init="false" tick="false">true</server>
1900     <globalAttribute side="either" code="0xFFFD" value="2"/>
1901     <!-- Demand Response and Load Control Cluster Server - Attributes -->
1902     <!-- Demand Response and Load Control Cluster Client - Attributes -->
1903     <attribute side="client" code="0x0000" define="UTILITY_ENROLLMENT_GROUP" type="INT8U" min="0x00" max="0xFF" writable="true" default="0x00" optional="false">utility enrollment group</attribute>
1904     <attribute side="client" code="0x0001" define="START_RANDOMIZATION_MINUTES" type="INT8U" min="0x00" max="0x3C" writable="true" default="0x1E" optional="false">start randomization minutes</attribute>
1905     <attribute side="client" code="0x0002" define="DURATION_RANDOMIZATION_MINUTES" type="INT8U" min="0x00" max="0x3C" writable="true" default="0x00" optional="false">duration randomization minutes</attribute>
1906     <attribute side="client" code="0x0003" define="DEVICE_CLASS_VALUE" type="INT16U" min="0x0000" max="0xFFFF" writable="true" optional="false">device class value</attribute>
1907     <!-- Demand Response and Load Control Cluster Server - Commands -->
1908     <command source="server" code="0x00" name="LoadControlEvent" optional="false">
1909       <description>
1910         Command description for LoadControlEvent
1911       </description>
1912       <arg name="issuerEventId" type="INT32U"/>
1913       <arg name="deviceClass" type="AmiDeviceClass"/>
1914       <arg name="utilityEnrollmentGroup" type="INT8U"/>
1915       <arg name="startTime" type="UTC_TIME"/>
1916       <arg name="durationInMinutes" type="INT16U"/>
1917       <arg name="criticalityLevel" type="AmiCriticalityLevel"/>
1918       <arg name="coolingTemperatureOffset" type="INT8U"/>
1919       <arg name="heatingTemperatureOffset" type="INT8U"/>
1920       <arg name="coolingTemperatureSetPoint" type="INT16S"/>
1921       <arg name="heatingTemperatureSetPoint" type="INT16S"/>
1922       <arg name="averageLoadAdjustmentPercentage" type="INT8S"/>
1923       <arg name="dutyCycle" type="INT8U"/>
1924       <arg name="eventControl" type="AmiEventControl"/>
1925     </command>
1926     <command source="server" code="0x01" name="CancelLoadControlEvent" optional="false" cli="zcl drlc cl">
1927       <description>
1928         Command description for CancelLoadControlEvent
1929       </description>
1930       <arg name="issuerEventId" type="INT32U"/>
1931       <arg name="deviceClass" type="AmiDeviceClass"/>
1932       <arg name="utilityEnrollmentGroup" type="INT8U"/>
1933       <arg name="cancelControl" type="AmiCancelControl"/>
1934       <arg name="effectiveTime" type="UTC_TIME"/>
1935     </command>
1936     <command source="server" code="0x02" name="CancelAllLoadControlEvents" optional="false" cli="zcl drlc ca">
1937       <description>
1938         Command description for CancelAllLoadControlEvents
1939       </description>
1940       <arg name="cancelControl" type="AmiCancelControl"/>
1941     </command>
1942     <!-- Demand Response and Load Control Cluster Client - Commands -->
1943     <command source="client" code="0x00" name="ReportEventStatus" optional="false">
1944       <description>
1945         Command description for ReportEventStatus
1946       </description>
1947       <arg name="issuerEventId" type="INT32U"/>
1948       <arg name="eventStatus" type="AmiEventStatus"/>
1949       <arg name="eventStatusTime" type="UTC_TIME"/>
1950       <arg name="criticalityLevelApplied" type="AmiCriticalityLevel"/>
1951       <arg name="coolingTemperatureSetPointApplied" type="INT16U"/>
1952       <arg name="heatingTemperatureSetPointApplied" type="INT16U"/>
1953       <arg name="averageLoadAdjustmentPercentageApplied" type="INT8S"/>
1954       <arg name="dutyCycleApplied" type="INT8U"/>
1955       <arg name="eventControl" type="AmiEventControl"/>
1956       <arg name="signatureType" type="SignatureType"/>
1957       <arg name="signature" type="Signature"/>
1958     </command>
1959     <command source="client" code="0x01" name="GetScheduledEvents" optional="false" cli="zcl drlc gse">
1960       <description>
1961         Command description for GetScheduledEvents
1962       </description>
1963       <arg name="startTime" type="UTC_TIME"/>
1964       <arg name="numberOfEvents" type="INT8U"/>
1965       <arg name="issuerEventId" type="INT32U" introducedIn="se-1.2b-15-0131-02"/>
1966     </command>
1967   </cluster>
1968   <!-- Metering Cluster - Structs, BITMAPs & ENUMs -->
1969   <enum name="MeteringBlockEnumerations" type="ENUM8">
1970     <item name="NoBlocksInUse" value="0x00"/>
1971     <item name="Block1" value="0x01"/>
1972     <item name="Block2" value="0x02"/>
1973     <item name="Block3" value="0x03"/>
1974     <item name="Block4" value="0x04"/>
1975     <item name="Block5" value="0x05"/>
1976     <item name="Block6" value="0x06"/>
1977     <item name="Block7" value="0x07"/>
1978     <item name="Block8" value="0x08"/>
1979     <item name="Block9" value="0x09"/>
1980     <item name="Block10" value="0x0A"/>
1981     <item name="Block11" value="0x0B"/>
1982     <item name="Block12" value="0x0C"/>
1983     <item name="Block13" value="0x0D"/>
1984     <item name="Block14" value="0x0E"/>
1985     <item name="Block15" value="0x0F"/>
1986     <item name="Block16" value="0x10"/>
1987   </enum>
1988   <enum name="Block" type="ENUM8">
1989     <item name="NoBlocksInUse" value="0x00"/>
1990     <item name="Block1" value="0x01"/>
1991     <item name="Block2" value="0x02"/>
1992     <item name="Block3" value="0x03"/>
1993     <item name="Block4" value="0x04"/>
1994     <item name="Block5" value="0x05"/>
1995     <item name="Block6" value="0x06"/>
1996     <item name="Block7" value="0x07"/>
1997     <item name="Block8" value="0x08"/>
1998     <item name="Block9" value="0x09"/>
1999     <item name="Block10" value="0x0A"/>
2000     <item name="Block11" value="0x0B"/>
2001     <item name="Block12" value="0x0C"/>
2002     <item name="Block13" value="0x0D"/>
2003     <item name="Block14" value="0x0E"/>
2004     <item name="Block15" value="0x0F"/>
2005     <item name="Block16" value="0x10"/>
2006   </enum>
2007   <enum name="AmiIntervalPeriod" type="ENUM8">
2008     <item name="Daily" value="0x00"/>
2009     <item name="Minutes60" value="0x01"/>
2010     <item name="Minutes30" value="0x02"/>
2011     <item name="Minutes15" value="0x03"/>
2012     <item name="Minutes10" value="0x04"/>
2013     <item name="Minutes7p5" value="0x05"/>
2014     <item name="Minutes5" value="0x06"/>
2015     <item name="Minutes2p5" value="0x07"/>
2016   </enum>
2017   <enum name="MeteringSupplyStatus" type="ENUM8">
2018     <item name="SupplyOff" value="0x00"/>
2019     <item name="SupplyOffArmed" value="0x01"/>
2020     <item name="SupplyOn" value="0x02"/>
2021   </enum>
2022   <enum name="MeteringTemperatureUnitOfMeasure" type="ENUM8">
2023     <item name="Kelvin" value="0x00"/>
2024     <item name="Celsius" value="0x01"/>
2025     <item name="Fahrenheit" value="0x02"/>
2026     <item name="KelvinBcd" value="0x80"/>
2027     <item name="CelsiusBcd" value="0x81"/>
2028     <item name="FahrenheitBcd" value="0x82"/>
2029   </enum>
2030   <bitmap name="AmiMeterStatus" type="BITMAP8">
2031     <field name="checkMeter" mask="0x01"/>
2032     <field name="lowBattery" mask="0x02"/>
2033     <field name="tamperDetect" mask="0x04"/>
2034     <field name="powerFailure" mask="0x08"/>
2035     <field name="powerQuality" mask="0x10"/>
2036     <field name="leakDetect" mask="0x20"/>
2037     <field name="serviceDisconnectOpen" mask="0x40"/>
2038     <field name="reserved" mask="0x80"/>
2039   </bitmap>
2040   <bitmap name="MeteringStatusElectricity" type="BITMAP8">
2041     <field name="checkMeter" mask="0x01"/>
2042     <field name="lowBattery" mask="0x02"/>
2043     <field name="tamperDetect" mask="0x04"/>
2044     <field name="powerFailure" mask="0x08"/>
2045     <field name="powerQuality" mask="0x10"/>
2046     <field name="leakDetect" mask="0x20"/>
2047     <field name="serviceDisconnectOpen" mask="0x40"/>
2048     <field name="reserved" mask="0x80"/>
2049   </bitmap>
2050   <bitmap name="MeteringStatusGas" type="BITMAP8">
2051     <field name="checkMeter" mask="0x01"/>
2052     <field name="lowBattery" mask="0x02"/>
2053     <field name="tamperDetect" mask="0x04"/>
2054     <field name="notDefined" mask="0x08"/>
2055     <field name="lowPressure" mask="0x10"/>
2056     <field name="leakDetect" mask="0x20"/>
2057     <field name="serviceDisconnect" mask="0x40"/>
2058     <field name="reverseFlow" mask="0x80"/>
2059   </bitmap>
2060   <bitmap name="MeteringStatusWater" type="BITMAP8">
2061     <field name="checkMeter" mask="0x01"/>
2062     <field name="lowBattery" mask="0x02"/>
2063     <field name="tamperDetect" mask="0x04"/>
2064     <field name="pipeEmpty" mask="0x08"/>
2065     <field name="lowPressure" mask="0x10"/>
2066     <field name="leakDetect" mask="0x20"/>
2067     <field name="serviceDisconnect" mask="0x40"/>
2068     <field name="reverseFlow" mask="0x80"/>
2069   </bitmap>
2070   <bitmap name="MeteringStatusHeatAndCooling" type="BITMAP8">
2071     <field name="checkMeter" mask="0x01"/>
2072     <field name="lowBattery" mask="0x02"/>
2073     <field name="tamperDetect" mask="0x04"/>
2074     <field name="temperatureSensor" mask="0x08"/>
2075     <field name="burstDetect" mask="0x10"/>
2076     <field name="leakDetect" mask="0x20"/>
2077     <field name="serviceDisconnect" mask="0x40"/>
2078     <field name="flowSensor" mask="0x80"/>
2079   </bitmap>
2080   <bitmap name="MeteringExtendedStatus" type="BITMAP64">
2081     <field name="MeterCoverRemoved" mask="0x0000000000000001"/>
2082     <field name="StrongMagneticFieldDetected" mask="0x0000000000000002"/>
2083     <field name="BatteryFailure" mask="0x0000000000000004"/>
2084     <field name="ProgramMemoryError" mask="0x0000000000000008"/>
2085     <field name="RamError" mask="0x0000000000000010"/>
2086     <field name="NvMemoryError" mask="0x0000000000000020"/>
2087     <field name="MeasurementSystemError" mask="0x0000000000000040"/>
2088     <field name="WatchdogError" mask="0x0000000000000080"/>
2089     <field name="SupplyDisconnectFailure" mask="0x0000000000000100"/>
2090     <field name="SupplyConnectFailure" mask="0x0000000000000200"/>
2091     <field name="MeasurementSwChangedTampered" mask="0x0000000000000400"/>
2092     <field name="ClockInvalid" mask="0x0000000000000800"/>
2093     <field name="TemperatureExceeded" mask="0x0000000000001000"/>
2094     <field name="MoistureDetected" mask="0x0000000000002000"/>
2095     <field name="ElectricityMeterTerminalCoverRemoved" mask="0x0000000001000000"/>
2096     <field name="ElectricityMeterIncorrectPolarity" mask="0x0000000002000000"/>
2097     <field name="ElectricityMeterCurrentWithNoVoltage" mask="0x0000000004000000"/>
2098     <field name="ElectricityMeterLimitThresholdExceeded" mask="0x0000000008000000"/>
2099     <field name="ElectricityMeterUnderVoltage" mask="0x0000000010000000"/>
2100     <field name="ElectricityMeterOverVoltage" mask="0x0000000020000000"/>
2101     <field name="GasMeterBatteryCoverRemoved" mask="0x0000000001000000"/>
2102     <field name="GasMeterTiltTamper" mask="0x0000000002000000"/>
2103     <field name="GasMeterExcessFlow" mask="0x0000000004000000"/>
2104     <field name="ElectricityMeterServiceDisconnectionReasonOffDueToOverPower" mask="0x0000000040000000"/>
2105     <field name="ElectricityMeterServiceDisconnectionReasonOffDueToOverVoltage" mask="0x0000000080000000"/>
2106     <field name="ElectricityMeterServiceDisconnectionReasonOffDueToRemoteLoadControl" mask="0x00000000C0000000"/>
2107     <field name="ElectricityMeterServiceDisconnectionReasonOffByOtherRemoteCommand" mask="0x0000000100000000"/>
2108     <field name="ElectricityMeterServiceDisconnectionReasonOffDueToOverheatingShortCircuit" mask="0x0000000140000000"/>
2109     <field name="ElectricityMeterServiceDisconnectionReasonOffDueToOverheatingOther" mask="0x0000000180000000"/>
2110     <field name="ElectricityMeterBiDirectionalOperation" mask="0x0000000400000000"/>
2111     <field name="ElectricityMeterActivePowerReceived" mask="0x0000000800000000"/>
2112     <field name="ElectricityMeterModeOfOperation" mask="0x0000001000000000"/>
2113   </bitmap>
2114   <enum name="MeteringConsumptionStatus" type="ENUM8">
2115     <item name="LowEnergyUsage" value="0x00"/>
2116     <item name="MediumEnergyUsage" value="0x01"/>
2117     <item name="HighEnergyUsage" value="0x02"/>
2118   </enum>
2119   <enum name="MeteringDeviceType" type="ENUM8">
2120     <item name="ElectricMetering" value="0x00"/>
2121     <item name="GasMetering" value="0x01"/>
2122     <item name="WaterMetering" value="0x02"/>
2123     <item name="ThermalMetering" value="0x03"/>
2124     <item name="PressureMetering" value="0x04"/>
2125     <item name="HeatMetering" value="0x05"/>
2126     <item name="CoolingMetering" value="0x06"/>
2127     <item name="ElectricVehicleChargingMetering" value="0x07"/>
2128     <item name="PvGenerationMetering" value="0x08"/>
2129     <item name="WindTurbineGenerationMetering" value="0x09"/>
2130     <item name="WaterTurbineGenerationMetering" value="0x0A"/>
2131     <item name="MicroGenerationMetering" value="0x0B"/>
2132     <item name="SolarHotWaterGenerationMetering" value="0x0C"/>
2133     <item name="ElectricMeteringElement1" value="0x0D"/>
2134     <item name="ElectricMeteringElement2" value="0x0E"/>
2135     <item name="ElectricMeteringElement3" value="0x0F"/>
2136     <item name="MirroredElectricMetering" value="0x7F"/>
2137     <item name="MirroredGasMetering" value="0x80"/>
2138     <item name="MirroredWaterMetering" value="0x81"/>
2139     <item name="MirroredThermalMetering" value="0x82"/>
2140     <item name="MirroredPressureMetering" value="0x83"/>
2141     <item name="MirroredHeatMetering" value="0x84"/>
2142     <item name="MirroredCoolingMetering" value="0x85"/>
2143     <item name="MirroredElectricVehicleChargingMetering" value="0x86"/>
2144     <item name="MirroredPvGenerationMetering" value="0x87"/>
2145     <item name="MirroredWindTurbineGenerationMetering" value="0x88"/>
2146     <item name="MirroredWaterTurbineGenerationMetering" value="0x89"/>
2147     <item name="MirroredMicroGenerationMetering" value="0x8A"/>
2148     <item name="MirroredSolarHotWaterGenerationMetering" value="0x8B"/>
2149     <item name="MirroredElectricMeteringElement1" value="0x8C"/>
2150     <item name="MirroredElectricMeteringElement2" value="0x8D"/>
2151     <item name="MirroredElectricMeteringElement3" value="0x8E"/>
2152     <item name="UndefinedMirrorMeter" value="0xFE"/>
2153   </enum>
2154   <!-- TODO: remove this definition.  It's only here for backward compatibility.
2155      Applications should use the MeteringDeviceType enum defined above. -->
2156   <enum name="MeterDeviceType" type="ENUM8">
2157     <item name="ElectricMeter" value="0x00"/>
2158     <item name="GasMeter" value="0x01"/>
2159     <item name="WaterMeter" value="0x02"/>
2160     <item name="ThermalMeter" value="0x03"/>
2161     <item name="PressureMeter" value="0x04"/>
2162     <item name="HeatMeter" value="0x05"/>
2163     <item name="CoolingMeter" value="0x06"/>
2164     <item name="MirroredGasMeter" value="0x80"/>
2165     <item name="MirroredWaterMeter" value="0x81"/>
2166     <item name="MirroredThermalMeter" value="0x82"/>
2167     <item name="MirroredPressureMeter" value="0x83"/>
2168     <item name="MirroredHeatMeter" value="0x84"/>
2169     <item name="MirroredCoolingMeter" value="0x85"/>
2170     <item name="UndefinedMirrorMeter" value="0xFE"/>
2171   </enum>
2172   <enum name="SupplyStatus" type="ENUM8">
2173     <item name="SupplyOff" value="0x00"/>
2174     <item name="SupplyOffArmed" value="0x01"/>
2175     <item name="SupplyOn" value="0x02"/>
2176     <item name="SupplyUnchanged" value="0x03"/>
2177   </enum>
2178   <enum name="MeteringAlarmCode" type="ENUM8">
2179     <!-- Generic Alarm Group -->
2180     <item name="CheckMeter" value="0x00"/>
2181     <item name="LowBattery" value="0x01"/>
2182     <item name="TamperDetect" value="0x02"/>
2183     <item name="PowerFailurePipeEmptyTemperatureSensor" value="0x03"/>
2184     <item name="PowerQualityLowPressureBurstDetect" value="0x04"/>
2185     <item name="LeakDetect" value="0x05"/>
2186     <item name="ServiceDisconnect" value="0x06"/>
2187     <item name="ReverseFlowFlowSensor" value="0x07"/>
2188     <item name="MeterCoverRemoved" value="0x08"/>
2189     <item name="MeterCoverClosed" value="0x09"/>
2190     <item name="StrongMagneticField" value="0x0A"/>
2191     <item name="NoStrongMagneticField" value="0x0B"/>
2192     <item name="BatteryFailure" value="0x0C"/>
2193     <item name="ProgramMemoryError" value="0x0D"/>
2194     <item name="RAMError" value="0x0E"/>
2195     <item name="NVMemoryError" value="0x0F"/>
2196     <!-- Electricity Alarm Group -->
2197     <item name="LowVoltageL1" value="0x10"/>
2198     <item name="HighVoltageL1" value="0x11"/>
2199     <item name="LowVoltageL2" value="0x12"/>
2200     <item name="HighVoltageL2" value="0x13"/>
2201     <item name="LowVoltageL3" value="0x14"/>
2202     <item name="HighVoltageL3" value="0x15"/>
2203     <item name="OverCurrentL1" value="0x16"/>
2204     <item name="OverCurrentL2" value="0x17"/>
2205     <item name="OverCurrentL3" value="0x18"/>
2206     <item name="FrequencyTooLowL1" value="0x19"/>
2207     <item name="FrequencyTooHighL1" value="0x1A"/>
2208     <item name="FrequencyTooLowL2" value="0x1B"/>
2209     <item name="FrequencyTooHighL2" value="0x1C"/>
2210     <item name="FrequencyTooLowL3" value="0x1D"/>
2211     <item name="FrequencyTooHighL3" value="0x1E"/>
2212     <item name="GroundFault" value="0x1F"/>
2213     <item name="ElectricTamperDetect" value="0x20"/>
2214     <item name="IncorrectPolarity" value="0x21"/>
2215     <item name="CurrentNoVoltage" value="0x22"/>
2216     <item name="UnderVoltage" value="0x23"/>
2217     <item name="OverVoltage" value="0x24"/>
2218     <item name="NormalVoltage" value="0x25"/>
2219     <item name="PFBelowThreshold" value="0x26"/>
2220     <item name="PFAboveThreshold" value="0x27"/>
2221     <item name="TerminalCoverRemoved" value="0x28"/>
2222     <item name="TerminalCoverClosed" value="0x29"/>
2223     <!-- Generic Flow/Pressure Alarm Group -->
2224     <item name="BurstDetect" value="0x30"/>
2225     <item name="PressureTooLow" value="0x31"/>
2226     <item name="PressureTooHigh" value="0x32"/>
2227     <item name="FlowSensorCommunicationError" value="0x33"/>
2228     <item name="FlowSensorMeasurementFault" value="0x34"/>
2229     <item name="FlowSensorReverseFlow" value="0x35"/>
2230     <item name="FlowSensorAirDetect" value="0x36"/>
2231     <item name="PipeEmpty" value="0x37"/>
2232     <!-- Water Specific Alarm Group -->
2233     <!-- Heat and Cooling Specific Alarm Group -->
2234     <item name="InletTemperatureSensorFault" value="0x50"/>
2235     <item name="OutletTemperatureSensorFault" value="0x51"/>
2236     <!-- Gas Specific Alarm Group -->
2237     <item name="TiltTamper" value="0x60"/>
2238     <item name="BatteryCoverRemoved" value="0x61"/>
2239     <item name="BatteryCoverClosed" value="0x62"/>
2240     <item name="ExcessFlow" value="0x63"/>
2241     <item name="TiltTamperEnded" value="0x64"/>
2242     <!-- Extended Generic Alarm Group -->
2243     <item name="MeasurementSystemError" value="0x70"/>
2244     <item name="WatchdogError" value="0x71"/>
2245     <item name="SupplyDisconnectFailure" value="0x72"/>
2246     <item name="SupplyConnectFailure" value="0x73"/>
2247     <item name="MeasurmentSoftwareChanged" value="0x74"/>
2248     <item name="DstEnabled" value="0x75"/>
2249     <item name="DstDisabled" value="0x76"/>
2250     <item name="ClockAdjBackward" value="0x77"/>
2251     <item name="ClockAdjForward" value="0x78"/>
2252     <item name="ClockInvalid" value="0x79"/>
2253     <item name="CommunicationErrorHan" value="0x7A"/>
2254     <item name="CommunicationOkHAn" value="0x7B"/>
2255     <item name="MeterFraudAttempt" value="0x7C"/>
2256     <item name="PowerLoss" value="0x7D"/>
2257     <item name="UnusualHanTraffic" value="0x7E"/>
2258     <item name="UnexpectedClockChange" value="0x7F"/>
2259     <item name="CommsUsingUnauthenticatedComponent" value="0x80"/>
2260     <item name="ErrorRegClear" value="0x81"/>
2261     <item name="AlarmRegClear" value="0x82"/>
2262     <item name="UnexpectedHwReset" value="0x83"/>
2263     <item name="UnexpectedProgramExecution" value="0x84"/>
2264     <item name="EventLogCleared" value="0x85"/>
2265     <item name="LimitThresholdExceeded" value="0x86"/>
2266     <item name="LimitThresholdOk" value="0x87"/>
2267     <item name="LimitThresholdChanged" value="0x88"/>
2268     <item name="MaximumDemandExceeded" value="0x89"/>
2269     <item name="ProfileCleared" value="0x8A"/>
2270     <item name="SamplingBuffercleared" value="0x8B"/>
2271     <item name="BatteryWarning" value="0x8C"/>
2272     <item name="WrongSignature" value="0x8D"/>
2273     <item name="NoSignature" value="0x8E"/>
2274     <item name="UnauthorisedActionfromHan" value="0x8F"/>
2275     <item name="FastPollingStart" value="0x90"/>
2276     <item name="FastPollingEnd" value="0x91"/>
2277     <item name="MeterReportingIntervalChanged" value="0x92"/>
2278     <item name="DisconnectDuetoLoadLimit" value="0x93"/>
2279     <item name="MeterSupplyStatusRegisterChanged" value="0x94"/>
2280     <item name="MeterAlarmStatusRegisterChanged" value="0x95"/>
2281     <item name="ExtendedMeterAlarmStatusRegisterChanged" value="0x96"/>
2282     <!-- Manufacturer Specific Alarm Group -->
2283     <item name="ManufacturerSpecificA" value="0xB0"/>
2284     <item name="ManufacturerSpecificB" value="0xB1"/>
2285     <item name="ManufacturerSpecificC" value="0xB2"/>
2286     <item name="ManufacturerSpecificD" value="0xB3"/>
2287     <item name="ManufacturerSpecificE" value="0xB4"/>
2288     <item name="ManufacturerSpecificF" value="0xB5"/>
2289     <item name="ManufacturerSpecificG" value="0xB6"/>
2290     <item name="ManufacturerSpecificH" value="0xB7"/>
2291     <item name="ManufacturerSpecificI" value="0xB8"/>
2292   </enum>
2293   <enum name="GenericAlarmGroups" type="ENUM8">
2294     <item name="CheckMeter" value="0x00"/>
2295     <item name="LowBattery" value="0x01"/>
2296     <item name="TamperDetect" value="0x02"/>
2297     <item name="LeakDetect" value="0x05"/>
2298     <item name="ServiceDisconnect" value="0x06"/>
2299     <item name="MeterCoverRemoved" value="0x08"/>
2300     <item name="MeterCoverClosed" value="0x09"/>
2301     <item name="StrongMagneticField" value="0x0A"/>
2302     <item name="NoStrongMagneticField" value="0x0B"/>
2303     <item name="BatteryFailure" value="0x0C"/>
2304     <item name="ProgramMemoryError" value="0x0D"/>
2305     <item name="RAMError" value="0x0E"/>
2306     <item name="NVMemoryError" value="0x0F"/>
2307   </enum>
2308   <enum name="GenericAlarmGroupsElectricity" type="ENUM8">
2309     <item name="PowerFailure" value="0x03"/>
2310     <item name="PowerQuality" value="0x04"/>
2311   </enum>
2312   <enum name="GenericAlarmGroupsGas" type="ENUM8">
2313     <item name="LowPressure" value="0x04"/>
2314     <item name="ReverseFlow" value="0x07"/>
2315   </enum>
2316   <enum name="GenericAlarmGroupsWater" type="ENUM8">
2317     <item name="WaterPipeEmpty" value="0x03"/>
2318     <item name="WaterLowPressure" value="0x04"/>
2319     <item name="WaterReverseFlow" value="0x07"/>
2320   </enum>
2321   <enum name="GenericAlarmGroupsHeatCooling" type="ENUM8">
2322     <item name="TemperatureSensor" value="0x03"/>
2323     <item name="BurstDetect" value="0x04"/>
2324     <item name="FlowSensor" value="0x07"/>
2325   </enum>
2326   <enum name="ElectricityAlarmGroups" type="ENUM8">
2327     <item name="LowVoltageL1" value="0x10"/>
2328     <item name="HighVoltageL1" value="0x11"/>
2329     <item name="LowVoltageL2" value="0x12"/>
2330     <item name="HighVoltageL2" value="0x13"/>
2331     <item name="LowVoltageL3" value="0x14"/>
2332     <item name="HighVoltageL3" value="0x15"/>
2333     <item name="OverCurrentL1" value="0x16"/>
2334     <item name="OverCurrentL2" value="0x17"/>
2335     <item name="OverCurrentL3" value="0x18"/>
2336     <item name="FrequencyTooLowL1" value="0x19"/>
2337     <item name="FrequencyTooHighL1" value="0x1A"/>
2338     <item name="FrequencyTooLowL2" value="0x1B"/>
2339     <item name="FrequencyTooHighL2" value="0x1C"/>
2340     <item name="FrequencyTooLowL3" value="0x1D"/>
2341     <item name="FrequencyTooHighL3" value="0x1E"/>
2342     <item name="GroundFault" value="0x1F"/>
2343     <item name="ElectricTamperDetect" value="0x20"/>
2344     <item name="IncorrectPolarity" value="0x21"/>
2345     <item name="CurrentNoVoltage" value="0x22"/>
2346     <item name="UnderVoltage" value="0x23"/>
2347     <item name="OverVoltage" value="0x24"/>
2348     <item name="NormalVoltage" value="0x25"/>
2349     <item name="PFBelowThreshold" value="0x26"/>
2350     <item name="PFAboveThreshold" value="0x27"/>
2351     <item name="TerminalCoverRemoved" value="0x28"/>
2352     <item name="TerminalCoverClosed" value="0x29"/>
2353   </enum>
2354   <enum name="GenericFlowPressureAlarmGroups" type="ENUM8">
2355     <item name="BurstDetect" value="0x30"/>
2356     <item name="PressureTooLow" value="0x31"/>
2357     <item name="PressureTooHigh" value="0x32"/>
2358     <item name="FlowSensorCommunicationError" value="0x33"/>
2359     <item name="FlowSensorMeasurementFault" value="0x34"/>
2360     <item name="FlowSensorReverseFlow" value="0x35"/>
2361     <item name="FlowSensorAirDetect" value="0x36"/>
2362     <item name="PipeEmpty" value="0x37"/>
2363   </enum>
2364   <enum name="HeatAndCoolingSpecificAlarmGroups" type="ENUM8">
2365     <item name="InletTemperatureSensorFault" value="0x50"/>
2366     <item name="OutletTemperatureSensorFault" value="0x51"/>
2367   </enum>
2368   <enum name="GasSpecificAlarmGroups" type="ENUM8">
2369     <item name="TiltTamper" value="0x60"/>
2370     <item name="BatteryCoverRemoved" value="0x61"/>
2371     <item name="BatteryCoverClosed" value="0x62"/>
2372     <item name="ExcessFlow" value="0x63"/>
2373     <item name="TiltTamperEnded" value="0x64"/>
2374   </enum>
2375   <enum name="ExtendedGenericAlarmGroups" type="ENUM8">
2376     <item name="MeasurementSystemError" value="0x70"/>
2377     <item name="WatchdogError" value="0x71"/>
2378     <item name="SupplyDisconnectFailure" value="0x72"/>
2379     <item name="SupplyConnectFailure" value="0x73"/>
2380     <item name="MeasurmentSoftwareChanged" value="0x74"/>
2381     <item name="DstEnabled" value="0x75"/>
2382     <item name="DstDisabled" value="0x76"/>
2383     <item name="ClockAdjBackward" value="0x77"/>
2384     <item name="ClockAdjForward" value="0x78"/>
2385     <item name="ClockInvalid" value="0x79"/>
2386     <item name="CommunicationErrorHan" value="0x7A"/>
2387     <item name="CommunicationOkHAn" value="0x7B"/>
2388     <item name="MeterFraudAttempt" value="0x7C"/>
2389     <item name="PowerLoss" value="0x7D"/>
2390     <item name="UnusualHanTraffic" value="0x7E"/>
2391     <item name="UnexpectedClockChange" value="0x7F"/>
2392     <item name="CommsUsingUnauthenticatedComponent" value="0x80"/>
2393     <item name="ErrorRegClear" value="0x81"/>
2394     <item name="AlarmRegClear" value="0x82"/>
2395     <item name="UnexpectedHwReset" value="0x83"/>
2396     <item name="UnexpectedProgramExecution" value="0x84"/>
2397     <item name="EventLogCleared" value="0x85"/>
2398     <item name="LimitThresholdExceeded" value="0x86"/>
2399     <item name="LimitThresholdOk" value="0x87"/>
2400     <item name="LimitThresholdChanged" value="0x88"/>
2401     <item name="MaximumDemandExceeded" value="0x89"/>
2402     <item name="ProfileCleared" value="0x8A"/>
2403     <item name="SamplingBuffercleared" value="0x8B"/>
2404     <item name="BatteryWarning" value="0x8C"/>
2405     <item name="WrongSignature" value="0x8D"/>
2406     <item name="NoSignature" value="0x8E"/>
2407     <item name="UnauthorisedActionfromHan" value="0x8F"/>
2408     <item name="FastPollingStart" value="0x90"/>
2409     <item name="FastPollingEnd" value="0x91"/>
2410     <item name="MeterReportingIntervalChanged" value="0x92"/>
2411     <item name="DisconnectDuetoLoadLimit" value="0x93"/>
2412     <item name="MeterSupplyStatusRegisterChanged" value="0x94"/>
2413     <item name="MeterAlarmStatusRegisterChanged" value="0x95"/>
2414     <item name="ExtendedMeterAlarmStatusRegisterChanged" value="0x96"/>
2415   </enum>
2416   <enum name="ManufacturerSpecificAlarmGroups" type="ENUM8">
2417     <item name="ManufacturerSpecificA" value="0xB0"/>
2418     <item name="ManufacturerSpecificB" value="0xB1"/>
2419     <item name="ManufacturerSpecificC" value="0xB2"/>
2420     <item name="ManufacturerSpecificD" value="0xB3"/>
2421     <item name="ManufacturerSpecificE" value="0xB4"/>
2422     <item name="ManufacturerSpecificF" value="0xB5"/>
2423     <item name="ManufacturerSpecificG" value="0xB6"/>
2424     <item name="ManufacturerSpecificH" value="0xB7"/>
2425     <item name="ManufacturerSpecificI" value="0xB8"/>
2426   </enum>
2427   <bitmap name="FunctionalNotificationFlags" type="BITMAP32">
2428     <field name="NewOtaFirmware" mask="0x00000001"/>
2429     <field name="CbkeUpdateRequest" mask="0x00000002"/>
2430     <field name="TimeSync" mask="0x00000004"/>
2431     <field name="StayAwakeRequestHan" mask="0x00000010"/>
2432     <field name="StayAwakeRequestWan" mask="0x00000020"/>
2433     <field name="PushHistoricalMeteringDataAttributeSet" mask="0x000001C0"/>
2434     <field name="PushHistoricalPrepaymentDataAttributeSet" mask="0x00000E00"/>
2435     <field name="PushAllStaticDataBasicCluster" mask="0x00001000"/>
2436     <field name="PushAllStaticDataMeteringCluster" mask="0x00002000"/>
2437     <field name="PushAllStaticDataPrepaymentCluster" mask="0x00004000"/>
2438     <field name="NetworkKeyActive" mask="0x00008000"/>
2439     <field name="DisplayMessage" mask="0x00010000"/>
2440     <field name="CancelAllMessages" mask="0x00020000"/>
2441     <field name="ChangeSupply" mask="0x00040000"/>
2442     <field name="LocalChangeSupply" mask="0x00080000"/>
2443     <field name="SetUncontrolledFlowThreshold" mask="0x00100000"/>
2444     <field name="TunnelMessagePending" mask="0x00200000"/>
2445     <field name="GetSnapshot" mask="0x00400000"/>
2446     <field name="GetSampledData" mask="0x00800000"/>
2447     <field name="NewSubGhzChannelMasksAvailable" mask="0x01000000"/>
2448     <field name="EnergyScanPending" mask="0x02000000"/>
2449     <field name="ChannelChangePending" mask="0x04000000"/>
2450   </bitmap>
2451   <enum name="PushHistoricalMeteringData" type="ENUM16">
2452     <item name="Day" value="0x0040"/>
2453     <item name="Week" value="0x0080"/>
2454     <item name="Month" value="0x0180"/>
2455     <item name="Year" value="0x01C0"/>
2456   </enum>
2457   <enum name="PushHistoricalPaymentData" type="ENUM16">
2458     <item name="Day" value="0x0200"/>
2459     <item name="Week" value="0x0400"/>
2460     <item name="Month" value="0x0C00"/>
2461     <item name="Year" value="0x0E00"/>
2462   </enum>
2463   <enum name="AmiGetProfileStatus" type="ENUM8">
2464     <item name="Success" value="0x00"/>
2465     <item name="UndefinedIntervalChannelRequested" value="0x01"/>
2466     <item name="IntervalChannelNotSupported" value="0x02"/>
2467     <item name="InvalidEndTime" value="0x03"/>
2468     <item name="MorePeriodsRequestedThanCanBeReturned" value="0x04"/>
2469     <item name="NoIntervalsAvailableForTheRequestedTime" value="0x05"/>
2470   </enum>
2471   <enum name="SnapshotScheduleConfirmation" type="ENUM8">
2472     <item name="Accepted" value="0x00"/>
2473     <item name="SnapshotTypeNotSupported" value="0x01"/>
2474     <item name="SnapshotCauseNotSupported" value="0x02"/>
2475     <item name="SnapshotScheduleNotCurrentlyAvailable" value="0x03"/>
2476     <item name="SnapshotSchedulesNotSupportedByDevice" value="0x04"/>
2477     <item name="InsufficientSpaceForSnapshotSchedule" value="0x05"/>
2478   </enum>
2479   <struct name="SnapshotResponsePayload">
2480     <item name="snapshotScheduleId" type="INT8U"/>
2481     <item name="snapshotScheduleConfirmation" type="SnapshotScheduleConfirmation"/>
2482   </struct>
2483   <enum name="SnapshotConfirmation" type="ENUM8">
2484     <item name="Accepted" value="0x00"/>
2485     <item name="SnapshotCauseNotSupported" value="0x01"/>
2486   </enum>
2487   <bitmap name="SnapshotCause" type="BITMAP32">
2488     <field name="General" mask="0x00000001"/>
2489     <field name="EndOfBillingPeriod" mask="0x00000002"/>
2490     <field name="EndOfBlockPeriod" mask="0x00000004"/>
2491     <field name="ChangeOfTariffInformation" mask="0x00000008"/>
2492     <field name="ChangeOfPriceMatrix" mask="0x00000010"/>
2493     <field name="ChangeOfBlockThresholds" mask="0x00000020"/>
2494     <field name="ChangeOfCv" mask="0x00000040"/>
2495     <field name="ChangeOfCf" mask="0x00000080"/>
2496     <field name="ChangeOfCalendar" mask="0x00000100"/>
2497     <field name="CriticalPeakPricing" mask="0x00000200"/>
2498     <field name="ManuallyTriggeredFromClient" mask="0x00000400"/>
2499     <field name="EndOfResolvePeriod" mask="0x00000800"/>
2500     <field name="ChangeOfTenancy" mask="0x00001000"/>
2501     <field name="ChangeOfSupplier" mask="0x00002000"/>
2502     <field name="ChangeOfMode" mask="0x00004000"/>
2503     <field name="DebtPayment" mask="0x00008000"/>
2504     <field name="ScheduledSnapshot" mask="0x00010000"/>
2505     <field name="OtaFirmwareDownload" mask="0x00020000"/>
2506   </bitmap>
2507   <enum name="SnapshotPayloadType" type="ENUM8">
2508     <item name="TouInformationSetDeliveredRegisters" value="0x00"/>
2509     <item name="TouInformationSetReceivedRegisters" value="0x01"/>
2510     <item name="BlockTierInformationSetDelivered" value="0x02"/>
2511     <item name="BlockTierInformationSetReceived" value="0x03"/>
2512     <item name="TouInformationSetDeliveredRegistersNoBilling" value="0x04"/>
2513     <item name="TouInformationSetReceivedRegisterNoBillings" value="0x05"/>
2514     <item name="BlockTierInformationSetDeliveredNoBilling" value="0x06"/>
2515     <item name="BlockTierInformationSetReceivedNoBilling" value="0x07"/>
2516     <item name="DataUnavailable" value="0x80"/>
2517   </enum>
2518   <enum name="SampleType" type="ENUM8">
2519     <item name="ConsumptionDelivered" value="0x00"/>
2520   </enum>
2521   <enum name="NotificationScheme" type="ENUM8">
2522     <item name="NoNotificationSchemeDefined" value="0x00"/>
2523     <item name="PredefinedNotificationSchemeA" value="0x01"/>
2524     <item name="PredefinedNotificationSchemeB" value="0x02"/>
2525   </enum>
2526   <enum name="AmiIntervalChannel" type="ENUM8">
2527     <item name="ConsumptionDelivered" value="0x00"/>
2528     <item name="ConsumptionReceived" value="0x01"/>
2529   </enum>
2530   <struct name="SnapshotSchedulePayload">
2531     <item name="snapshotScheduleId" type="INT8U"/>
2532     <item name="snapshotStartTime" type="UTC_TIME"/>
2533     <item name="snapshotSchedule" type="BITMAP24"/>
2534     <item name="snapshotPayloadType" type="SnapshotPayloadType"/>
2535     <item name="snapshotCause" type="SnapshotCause"/>
2536   </struct>
2537   <bitmap name="SupplyControlBits" type="BITMAP8">
2538     <field name="AcknowledgeRequired" mask="0x01"/>
2539   </bitmap>
2540   <enum name="ProposedSupplyStatus" type="ENUM8">
2541     <item name="Reserved" value="0x00"/>
2542     <item name="SupplyOffArmed" value="0x01"/>
2543     <item name="SupplyOn" value="0x02"/>
2544   </enum>
2545   <enum name="AttributeReportingStatus" type="ENUM8">
2546     <item name="Pending" value="0x00"/>
2547     <item name="AttributeReportingComplete" value="0x01"/>
2548   </enum>
2549   <!-- Metering Cluster -->
2550   <cluster>
2551     <name>Simple Metering</name>
2552     <domain>SE</domain>
2553     <description>The Metering Cluster provides a mechanism to retrieve usage information from Electric, Gas, Water, and potentially Thermal metering devices.</description>
2554     <code>0x0702</code>
2555     <define>SIMPLE_METERING_CLUSTER</define>
2556     <client tick="false" init="false">true</client>
2557     <server tick="false" init="false">true</server>
2558     <globalAttribute side="either" code="0xFFFD" value="2"/>
2559     <!-- Metering Cluster Server - Attributes -->
2560     <!-- Metering Cluster Server - Reading Information Attribute Set -->
2561     <attribute side="server" code="0x0000" define="CURRENT_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="false">current summation delivered</attribute>
2562     <attribute side="server" code="0x0001" define="CURRENT_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current summation received</attribute>
2563     <attribute side="server" code="0x0002" define="CURRENT_MAX_DEMAND_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current max demand delivered</attribute>
2564     <attribute side="server" code="0x0003" define="CURRENT_MAX_DEMAND_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current max demand received</attribute>
2565     <attribute side="server" code="0x0004" define="DFT_SUMMATION" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">dft summation</attribute>
2566     <attribute side="server" code="0x0005" define="DAILY_FREEZE_TIME" type="INT16U" min="0x0000" max="0x173B" writable="false" default="0x0000" optional="true">daily freeze time</attribute>
2567     <attribute side="server" code="0x0006" define="POWER_FACTOR" type="INT8S" min="-100" max="100" writable="false" default="0x00" optional="true">power factor</attribute>
2568     <attribute side="server" code="0x0007" define="READING_SNAP_SHOT_TIME" type="UTC_TIME" writable="false" optional="true">reading snapshot time</attribute>
2569     <attribute side="server" code="0x0008" define="CURRENT_MAX_DEMAND_DELIVERED_TIME" type="UTC_TIME" writable="false" optional="true">current max demand delivered time</attribute>
2570     <attribute side="server" code="0x0009" define="CURRENT_MAX_DEMAND_RECEIVED_TIME" type="UTC_TIME" writable="false" optional="true">current max demand received time</attribute>
2571     <attribute side="server" code="0x000A" define="DEFAULT_UPDATE_PERIOD" type="INT8U" min="0x00" max="0xFF" writable="false" default="0x1E" optional="true" introducedIn="se-1.1-07-5356-16">default update period</attribute>
2572     <attribute side="server" code="0x000B" define="FAST_POLL_UPDATE_PERIOD" type="INT8U" min="0x00" max="0xFF" writable="false" default="0x05" optional="true" introducedIn="se-1.1-07-5356-16">fast poll update period</attribute>
2573     <attribute side="server" code="0x000C" define="CURRENT_BLOCK_PERIOD_CONSUMPTION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current block period consumption delivered</attribute>
2574     <attribute side="server" code="0x000D" define="DAILY_CONSUMPTION_TARGET" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">daily consumption target</attribute>
2575     <attribute side="server" code="0x000E" define="CURRENT_BLOCK" type="ENUM8" min="0x00" max="0x10" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current block</attribute>
2576     <attribute side="server" code="0x000F" define="PROFILE_INTERVAL_PERIOD" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">profile interval period</attribute>
2577     <attribute side="server" code="0x0010" define="INTERVAL_READ_REPORTING_PERIOD" type="INT16U" min="0x0000" max="0xFFFF" writable="false" default="0x0000" optional="true" introducedIn="se-1.1-07-5356-16">interval read reporting period</attribute>
2578     <attribute side="server" code="0x0011" define="PRESET_READING_TIME" type="INT16U" min="0x0000" max="0x173B" writable="false" default="0x0000" optional="true" introducedIn="se-1.1-07-5356-16">preset reading time</attribute>
2579     <attribute side="server" code="0x0012" define="VOLUME_PER_REPORT" type="INT16U" min="0x0000" max="0xFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">volume per report</attribute>
2580     <attribute side="server" code="0x0013" define="FLOW_RESTRICTION" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">flow restriction</attribute>
2581     <attribute side="server" code="0x0014" define="SUPPLY_STATUS" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">supply status</attribute>
2582     <attribute side="server" code="0x0015" define="CURRENT_INLET_ENERGY_CARRIER_SUMMATION" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current inlet energy carrier summation</attribute>
2583     <attribute side="server" code="0x0016" define="CURRENT_OUTLET_ENERGY_CARRIER_SUMMATION" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current outlet energy carrier summation</attribute>
2584     <attribute side="server" code="0x0017" define="INLET_TEMPERATURE" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">inlet temperature</attribute>
2585     <attribute side="server" code="0x0018" define="OUTLET_TEMPERATURE" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">outlet temperature</attribute>
2586     <attribute side="server" code="0x0019" define="CONTROL_TEMPERATURE" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">control temperature</attribute>
2587     <attribute side="server" code="0x001A" define="CURRENT_INLET_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current inlet energy carrier demand</attribute>
2588     <attribute side="server" code="0x001B" define="CURRENT_OUTLET_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current outlet energy carrier demand</attribute>
2589     <attribute side="server" code="0x001C" define="PREVIOUS_BLOCK_PERIOD_CONSUMIPTION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1b-07-5356-18">previous block period consumption delivered</attribute>
2590     <attribute side="server" code="0x001D" define="CURRENT_BLOCK_PERIOD_CONSUMPTION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current block period consumption received</attribute>
2591     <attribute side="server" code="0x001E" define="CURRENT_BLOCK_RECEIVED" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current block received</attribute>
2592     <attribute side="server" code="0x001F" define="DFT_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">dft summation received</attribute>
2593     <attribute side="server" code="0x0020" define="ACTIVE_REGISTER_TIER_DELIVERED" type="ENUM8" min="0" max="48" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">active register tier delivered</attribute>
2594     <attribute side="server" code="0x0021" define="ACTIVE_REGISTER_TIER_RECEIVED" type="ENUM8" min="0" max="48" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">active register tier received</attribute>
2595     <attribute side="server" code="0x0022" define="LAST_BLOCK_SWITCH_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">last block switch time</attribute>
2596     <!-- Metering Cluster Server - Summation TOU Information Attribute Set -->
2597     <attribute side="server" code="0x0100" define="CURRENT_TIER1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 1 summation delivered</attribute>
2598     <attribute side="server" code="0x0101" define="CURRENT_TIER1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 1 summation received</attribute>
2599     <attribute side="server" code="0x0102" define="CURRENT_TIER2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 2 summation delivered</attribute>
2600     <attribute side="server" code="0x0103" define="CURRENT_TIER2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 2 summation received</attribute>
2601     <attribute side="server" code="0x0104" define="CURRENT_TIER3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 3 summation delivered</attribute>
2602     <attribute side="server" code="0x0105" define="CURRENT_TIER3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 3 summation received</attribute>
2603     <attribute side="server" code="0x0106" define="CURRENT_TIER4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 4 summation delivered</attribute>
2604     <attribute side="server" code="0x0107" define="CURRENT_TIER4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 4 summation received</attribute>
2605     <attribute side="server" code="0x0108" define="CURRENT_TIER5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 5 summation delivered</attribute>
2606     <attribute side="server" code="0x0109" define="CURRENT_TIER5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 5 summation received</attribute>
2607     <attribute side="server" code="0x010A" define="CURRENT_TIER6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 6 summation delivered</attribute>
2608     <attribute side="server" code="0x010B" define="CURRENT_TIER6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current tier 6 summation received</attribute>
2609     <attribute side="server" code="0x010C" define="CURRENT_TIER7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 summation delivered</attribute>
2610     <attribute side="server" code="0x010D" define="CURRENT_TIER7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 summation received</attribute>
2611     <attribute side="server" code="0x010E" define="CURRENT_TIER8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 summation delivered</attribute>
2612     <attribute side="server" code="0x010F" define="CURRENT_TIER8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 summation received</attribute>
2613     <attribute side="server" code="0x0110" define="CURRENT_TIER9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 summation delivered</attribute>
2614     <attribute side="server" code="0x0111" define="CURRENT_TIER9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 summation received</attribute>
2615     <attribute side="server" code="0x0112" define="CURRENT_TIER10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 summation delivered</attribute>
2616     <attribute side="server" code="0x0113" define="CURRENT_TIER10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 summation received</attribute>
2617     <attribute side="server" code="0x0114" define="CURRENT_TIER11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 summation delivered</attribute>
2618     <attribute side="server" code="0x0115" define="CURRENT_TIER11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 summation received</attribute>
2619     <attribute side="server" code="0x0116" define="CURRENT_TIER12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 summation delivered</attribute>
2620     <attribute side="server" code="0x0117" define="CURRENT_TIER12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 summation received</attribute>
2621     <attribute side="server" code="0x0118" define="CURRENT_TIER13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 summation delivered</attribute>
2622     <attribute side="server" code="0x0119" define="CURRENT_TIER13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 summation received</attribute>
2623     <attribute side="server" code="0x011A" define="CURRENT_TIER14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 summation delivered</attribute>
2624     <attribute side="server" code="0x011B" define="CURRENT_TIER14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 summation received</attribute>
2625     <attribute side="server" code="0x011C" define="CURRENT_TIER15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 summation delivered</attribute>
2626     <attribute side="server" code="0x011D" define="CURRENT_TIER15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 summation received</attribute>
2627     <attribute side="server" code="0x011E" define="CURRENT_TIER16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 16 summation delivered</attribute>
2628     <attribute side="server" code="0x011F" define="CURRENT_TIER16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 16 summation received</attribute>
2629     <attribute side="server" code="0x0120" define="CURRENT_TIER17_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 17 summation delivered</attribute>
2630     <attribute side="server" code="0x0121" define="CURRENT_TIER17_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 17 summation received</attribute>
2631     <attribute side="server" code="0x0122" define="CURRENT_TIER18_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 18 summation delivered</attribute>
2632     <attribute side="server" code="0x0123" define="CURRENT_TIER18_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 18 summation received</attribute>
2633     <attribute side="server" code="0x0124" define="CURRENT_TIER19_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 19 summation delivered</attribute>
2634     <attribute side="server" code="0x0125" define="CURRENT_TIER19_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 19 summation received</attribute>
2635     <attribute side="server" code="0x0126" define="CURRENT_TIER20_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 20 summation delivered</attribute>
2636     <attribute side="server" code="0x0127" define="CURRENT_TIER20_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 20 summation received</attribute>
2637     <attribute side="server" code="0x0128" define="CURRENT_TIER21_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 21 summation delivered</attribute>
2638     <attribute side="server" code="0x0129" define="CURRENT_TIER21_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 21 summation received</attribute>
2639     <attribute side="server" code="0x012A" define="CURRENT_TIER22_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 22 summation delivered</attribute>
2640     <attribute side="server" code="0x012B" define="CURRENT_TIER22_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 22 summation received</attribute>
2641     <attribute side="server" code="0x012C" define="CURRENT_TIER23_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 23 summation delivered</attribute>
2642     <attribute side="server" code="0x012D" define="CURRENT_TIER23_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 23 summation received</attribute>
2643     <attribute side="server" code="0x012E" define="CURRENT_TIER24_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 24 summation delivered</attribute>
2644     <attribute side="server" code="0x012F" define="CURRENT_TIER24_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 24 summation received</attribute>
2645     <attribute side="server" code="0x0130" define="CURRENT_TIER25_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 25 summation delivered</attribute>
2646     <attribute side="server" code="0x0131" define="CURRENT_TIER25_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 25 summation received</attribute>
2647     <attribute side="server" code="0x0132" define="CURRENT_TIER26_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 26 summation delivered</attribute>
2648     <attribute side="server" code="0x0133" define="CURRENT_TIER26_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 26 summation received</attribute>
2649     <attribute side="server" code="0x0134" define="CURRENT_TIER27_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 27 summation delivered</attribute>
2650     <attribute side="server" code="0x0135" define="CURRENT_TIER27_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 27 summation received</attribute>
2651     <attribute side="server" code="0x0136" define="CURRENT_TIER28_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 28 summation delivered</attribute>
2652     <attribute side="server" code="0x0137" define="CURRENT_TIER28_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 28 summation received</attribute>
2653     <attribute side="server" code="0x0138" define="CURRENT_TIER29_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 29 summation delivered</attribute>
2654     <attribute side="server" code="0x0139" define="CURRENT_TIER29_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 29 summation received</attribute>
2655     <attribute side="server" code="0x013A" define="CURRENT_TIER30_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 30 summation delivered</attribute>
2656     <attribute side="server" code="0x013B" define="CURRENT_TIER30_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 30 summation received</attribute>
2657     <attribute side="server" code="0x013C" define="CURRENT_TIER31_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 31 summation delivered</attribute>
2658     <attribute side="server" code="0x013D" define="CURRENT_TIER31_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 31 summation received</attribute>
2659     <attribute side="server" code="0x013E" define="CURRENT_TIER32_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 32 summation delivered</attribute>
2660     <attribute side="server" code="0x013F" define="CURRENT_TIER32_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 32 summation received</attribute>
2661     <attribute side="server" code="0x0140" define="CURRENT_TIER33_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 33 summation delivered</attribute>
2662     <attribute side="server" code="0x0141" define="CURRENT_TIER33_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 33 summation received</attribute>
2663     <attribute side="server" code="0x0142" define="CURRENT_TIER34_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 34 summation delivered</attribute>
2664     <attribute side="server" code="0x0143" define="CURRENT_TIER34_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 34 summation received</attribute>
2665     <attribute side="server" code="0x0144" define="CURRENT_TIER35_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 35 summation delivered</attribute>
2666     <attribute side="server" code="0x0145" define="CURRENT_TIER35_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 35 summation received</attribute>
2667     <attribute side="server" code="0x0146" define="CURRENT_TIER36_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 36 summation delivered</attribute>
2668     <attribute side="server" code="0x0147" define="CURRENT_TIER36_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 36 summation received</attribute>
2669     <attribute side="server" code="0x0148" define="CURRENT_TIER37_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 37 summation delivered</attribute>
2670     <attribute side="server" code="0x0149" define="CURRENT_TIER37_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 37 summation received</attribute>
2671     <attribute side="server" code="0x014A" define="CURRENT_TIER38_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 38 summation delivered</attribute>
2672     <attribute side="server" code="0x014B" define="CURRENT_TIER38_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 38 summation received</attribute>
2673     <attribute side="server" code="0x014C" define="CURRENT_TIER39_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 39 summation delivered</attribute>
2674     <attribute side="server" code="0x014D" define="CURRENT_TIER39_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 39 summation received</attribute>
2675     <attribute side="server" code="0x014E" define="CURRENT_TIER40_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 40 summation delivered</attribute>
2676     <attribute side="server" code="0x014F" define="CURRENT_TIER40_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 40 summation received</attribute>
2677     <attribute side="server" code="0x0150" define="CURRENT_TIER41_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 41 summation delivered</attribute>
2678     <attribute side="server" code="0x0151" define="CURRENT_TIER41_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 41 summation received</attribute>
2679     <attribute side="server" code="0x0152" define="CURRENT_TIER42_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 42 summation delivered</attribute>
2680     <attribute side="server" code="0x0153" define="CURRENT_TIER42_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 42 summation received</attribute>
2681     <attribute side="server" code="0x0154" define="CURRENT_TIER43_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 43 summation delivered</attribute>
2682     <attribute side="server" code="0x0155" define="CURRENT_TIER43_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 43 summation received</attribute>
2683     <attribute side="server" code="0x0156" define="CURRENT_TIER44_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 44 summation delivered</attribute>
2684     <attribute side="server" code="0x0157" define="CURRENT_TIER44_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 44 summation received</attribute>
2685     <attribute side="server" code="0x0158" define="CURRENT_TIER45_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 45 summation delivered</attribute>
2686     <attribute side="server" code="0x0159" define="CURRENT_TIER45_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 45 summation received</attribute>
2687     <attribute side="server" code="0x015A" define="CURRENT_TIER46_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 46 summation delivered</attribute>
2688     <attribute side="server" code="0x015B" define="CURRENT_TIER46_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 46 summation received</attribute>
2689     <attribute side="server" code="0x015C" define="CURRENT_TIER47_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 47 summation delivered</attribute>
2690     <attribute side="server" code="0x015D" define="CURRENT_TIER47_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 47 summation received</attribute>
2691     <attribute side="server" code="0x015E" define="CURRENT_TIER48_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 48 summation delivered</attribute>
2692     <attribute side="server" code="0x015F" define="CURRENT_TIER48_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 48 summation received</attribute>
2693     <attribute side="server" code="0x01FC" define="CPP1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">CPP1 Summation Delivered</attribute>
2694     <attribute side="server" code="0x01FE" define="CPP2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">CPP2 Summation Delivered</attribute>
2695     <!-- Metering Cluster Server - Meter Status Attribute Set -->
2696     <attribute side="server" code="0x0200" define="STATUS" type="BITMAP8" min="0x00" max="0xFF" writable="false" default="0x00" optional="false">status</attribute>
2697     <attribute side="server" code="0x0201" define="REMAINING_BATTERY_LIFE" type="INT8U" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">remaining battery life</attribute>
2698     <attribute side="server" code="0x0202" define="HOURS_IN_OPERATION" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">hours in operation</attribute>
2699     <attribute side="server" code="0x0203" define="HOURS_IN_FAULT" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">hours in fault</attribute>
2700     <attribute side="server" code="0x0204" define="EXTENDED_STATUS" type="BITMAP64" min="0x0000000000000000" max="0xFFFFFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">extended status</attribute>
2701     <attribute side="server" code="0x0205" define="REMAINING_BATTERY_LIFE_IN_DAYS" type="INT16U" min="0x0000" max="0xFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">remaining battery life in days</attribute>
2702     <attribute side="server" code="0x0206" define="CURRENT_METER_ID" type="OCTET_STRING" length="254" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current meter id</attribute>
2703     <attribute side="server" code="0x0207" define="AMBIENT_CONSUMPTION_INDICATOR" type="ENUM8" min="0x00" max="0x02" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">ambient consumption indicator</attribute>
2704     <!-- Metering Cluster Server - Formatting Attribute Set -->
2705     <attribute side="server" code="0x0300" define="UNIT_OF_MEASURE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="false">unit of measure</attribute>
2706     <attribute side="server" code="0x0301" define="MULTIPLIER" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">multiplier</attribute>
2707     <attribute side="server" code="0x0302" define="DIVISOR" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">divisor</attribute>
2708     <attribute side="server" code="0x0303" define="SUMMATION_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="false">summation formatting</attribute>
2709     <attribute side="server" code="0x0304" define="DEMAND_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">demand formatting</attribute>
2710     <attribute side="server" code="0x0305" define="HISTORICAL_CONSUMPTION_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">historical consumption formatting</attribute>
2711     <attribute side="server" code="0x0306" define="METERING_DEVICE_TYPE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="false">metering device type</attribute>
2712     <attribute side="server" code="0x0307" define="SITE_ID" type="OCTET_STRING" length="32" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">site id</attribute>
2713     <attribute side="server" code="0x0308" define="METER_SERIAL_NUMBER" type="OCTET_STRING" length="24" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">meter serial number</attribute>
2714     <attribute side="server" code="0x0309" define="ENERGY_CARRIER_UNIT_OF_MEASURE" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">energy carrier unit of measure</attribute>
2715     <attribute side="server" code="0x030A" define="ENERGY_CARRIER_SUMMATION_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">energy carrier summation formatting</attribute>
2716     <attribute side="server" code="0x030B" define="ENERGY_CARRIER_DEMAND_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">energy carrier demand formatting</attribute>
2717     <attribute side="server" code="0x030C" define="TEMPERATURE_UNIT_OF_MEASURE" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">temperature unit of measure</attribute>
2718     <attribute side="server" code="0x030D" define="TEMPERATURE_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">temperature formatting</attribute>
2719     <attribute side="server" code="0x030E" define="MODULE_SERIAL_NUMBER" type="OCTET_STRING" length="24" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">module serial number</attribute>
2720     <attribute side="server" code="0x030F" define="OPERATING_TARIFF_LABEL_DELIVERED" type="OCTET_STRING" length="24" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">operating tariff label delivered</attribute>
2721     <attribute side="server" code="0x0310" define="OPERATING_TARIFF_LABEL_RECEIVED" type="OCTET_STRING" length="24" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">operating tariff label received</attribute>
2722     <attribute side="server" code="0x0311" define="CUSTOMER_ID_NUMBER" type="OCTET_STRING" length="24" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">customer id number</attribute>
2723     <attribute side="server" code="0x0312" define="ALTERNATIVE_UNIT_OF_MEASURE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">alternative unit of measure</attribute>
2724     <attribute side="server" code="0x0313" define="ALTERNATIVE_DEMAND_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">alternative demand formatting</attribute>
2725     <attribute side="server" code="0x0314" define="ALTERNATIVE_CONSUMPTION_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">alternative consumption formatting</attribute>
2726     <!-- Metering Cluster Server - Historical Consumption Attribute Set -->
2727     <attribute side="server" code="0x0400" define="INSTANTANEOUS_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" default="0x000000" optional="true">instantaneous demand</attribute>
2728     <attribute side="server" code="0x0401" define="CURRENT_DAY_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current day consumption delivered</attribute>
2729     <attribute side="server" code="0x0402" define="CURRENT_DAY_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current day consumption received</attribute>
2730     <attribute side="server" code="0x0403" define="PREVIOUS_DAY_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">previous day consumption delivered</attribute>
2731     <attribute side="server" code="0x0404" define="PREVIOUS_DAY_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">previous day consumption received</attribute>
2732     <attribute side="server" code="0x0405" define="CURRENT_PARTIAL_PROFILE_INTERVAL_START_TIME_DELIVERED" type="UTC_TIME" writable="false" optional="true">current partial profile interval start time delivered</attribute>
2733     <attribute side="server" code="0x0406" define="CURRENT_PARTIAL_PROFILE_INTERVAL_START_TIME_RECEIVED" type="UTC_TIME" writable="false" optional="true">current partial profile interval start time received</attribute>
2734     <attribute side="server" code="0x0407" define="CURRENT_PARTIAL_PROFILE_INTERVAL_VALUE_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current partial profile interval value delivered</attribute>
2735     <attribute side="server" code="0x0408" define="CURRENT_PARTIAL_PROFILE_INTERVAL_VALUE_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current partial profile interval value received</attribute>
2736     <attribute side="server" code="0x0409" define="CURRENT_DAY_MAX_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current day max pressure</attribute>
2737     <attribute side="server" code="0x040A" define="CURRENT_DAY_MIN_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current day min pressure</attribute>
2738     <attribute side="server" code="0x040B" define="PREVIOUS_DAY_MAX_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">previous day max pressure</attribute>
2739     <attribute side="server" code="0x040C" define="PREVIOUS_DAY_MIN_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">previous day min pressure</attribute>
2740     <attribute side="server" code="0x040D" define="CURRENT_DAY_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current day max demand</attribute>
2741     <attribute side="server" code="0x040E" define="PREVIOUS_DAY_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">previous day max demand</attribute>
2742     <attribute side="server" code="0x040F" define="CURRENT_MONTH_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current month max demand</attribute>
2743     <attribute side="server" code="0x0410" define="CURRENT_YEAR_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current year max demand</attribute>
2744     <attribute side="server" code="0x0411" define="CURRENT_DAY_MAX_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current day max energy carrier demand</attribute>
2745     <attribute side="server" code="0x0412" define="PREVIOUS_DAY_MAX_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">previous day max energy carrier demand</attribute>
2746     <attribute side="server" code="0x0413" define="CURRENT_MONTH_MAX_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current month max energy carrier demand</attribute>
2747     <attribute side="server" code="0x0414" define="CURRENT_MONTH_MIN_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current month min energy carrier demand</attribute>
2748     <attribute side="server" code="0x0415" define="CURRENT_YEAR_MAX_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current year max energy carrier demand</attribute>
2749     <attribute side="server" code="0x0416" define="CURRENT_YEAR_MIN_ENERGY_CARRIER_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current year min energy carrier demand</attribute>
2750     <attribute side="server" code="0x0420" define="PREVIOUS_DAY2_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 2 consumption delivered</attribute>
2751     <attribute side="server" code="0x0421" define="PREVIOUS_DAY2_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 2 consumption received</attribute>
2752     <attribute side="server" code="0x0422" define="PREVIOUS_DAY3_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 3 consumption delivered</attribute>
2753     <attribute side="server" code="0x0423" define="PREVIOUS_DAY3_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 3 consumption received</attribute>
2754     <attribute side="server" code="0x0424" define="PREVIOUS_DAY4_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 4 consumption delivered</attribute>
2755     <attribute side="server" code="0x0425" define="PREVIOUS_DAY4_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 4 consumption received</attribute>
2756     <attribute side="server" code="0x0426" define="PREVIOUS_DAY5_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 5 consumption delivered</attribute>
2757     <attribute side="server" code="0x0427" define="PREVIOUS_DAY5_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 5 consumption received</attribute>
2758     <attribute side="server" code="0x0428" define="PREVIOUS_DAY6_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 6 consumption delivered</attribute>
2759     <attribute side="server" code="0x0429" define="PREVIOUS_DAY6_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 6 consumption received</attribute>
2760     <attribute side="server" code="0x042A" define="PREVIOUS_DAY7_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 7 consumption delivered</attribute>
2761     <attribute side="server" code="0x042B" define="PREVIOUS_DAY7_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 7 consumption received</attribute>
2762     <attribute side="server" code="0x042C" define="PREVIOUS_DAY8_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 8 consumption delivered</attribute>
2763     <attribute side="server" code="0x042D" define="PREVIOUS_DAY8_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 8 consumption received</attribute>
2764     <attribute side="server" code="0x0430" define="CURRENT_WEEK_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current week consumption delivered</attribute>
2765     <attribute side="server" code="0x0431" define="CURRENT_WEEK_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current week consumption received</attribute>
2766     <attribute side="server" code="0x0432" define="PREVIOUS_WEEK_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week consumption delivered</attribute>
2767     <attribute side="server" code="0x0433" define="PREVIOUS_WEEK_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week consumption received</attribute>
2768     <attribute side="server" code="0x0434" define="PREVIOUS_WEEK2_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 2 consumption delivered</attribute>
2769     <attribute side="server" code="0x0435" define="PREVIOUS_WEEK2_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 2 consumption received</attribute>
2770     <attribute side="server" code="0x0436" define="PREVIOUS_WEEK3_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 3 consumption delivered</attribute>
2771     <attribute side="server" code="0x0437" define="PREVIOUS_WEEK3_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 3 consumption received</attribute>
2772     <attribute side="server" code="0x0438" define="PREVIOUS_WEEK4_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 4 consumption delivered</attribute>
2773     <attribute side="server" code="0x0439" define="PREVIOUS_WEEK4_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 4 consumption received</attribute>
2774     <attribute side="server" code="0x043A" define="PREVIOUS_WEEK5_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 5 consumption delivered</attribute>
2775     <attribute side="server" code="0x043B" define="PREVIOUS_WEEK5_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 5 consumption received</attribute>
2776     <attribute side="server" code="0x0440" define="CURRENT_MONTH_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current month consumption delivered</attribute>
2777     <attribute side="server" code="0x0441" define="CURRENT_MONTH_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current month consumption received</attribute>
2778     <attribute side="server" code="0x0442" define="PREVIOUS_MONTH_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month consumption delivered</attribute>
2779     <attribute side="server" code="0x0443" define="PREVIOUS_MONTH_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month consumption received</attribute>
2780     <attribute side="server" code="0x0444" define="PREVIOUS_MONTH2_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 2 consumption delivered</attribute>
2781     <attribute side="server" code="0x0445" define="PREVIOUS_MONTH2_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 2 consumption received</attribute>
2782     <attribute side="server" code="0x0446" define="PREVIOUS_MONTH3_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 3 consumption delivered</attribute>
2783     <attribute side="server" code="0x0447" define="PREVIOUS_MONTH3_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 3 consumption received</attribute>
2784     <attribute side="server" code="0x0448" define="PREVIOUS_MONTH4_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 4 consumption delivered</attribute>
2785     <attribute side="server" code="0x0449" define="PREVIOUS_MONTH4_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 4 consumption received</attribute>
2786     <attribute side="server" code="0x044A" define="PREVIOUS_MONTH5_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 5 consumption delivered</attribute>
2787     <attribute side="server" code="0x044B" define="PREVIOUS_MONTH5_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 5 consumption received</attribute>
2788     <attribute side="server" code="0x044C" define="PREVIOUS_MONTH6_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 6 consumption delivered</attribute>
2789     <attribute side="server" code="0x044D" define="PREVIOUS_MONTH6_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 6 consumption received</attribute>
2790     <attribute side="server" code="0x044E" define="PREVIOUS_MONTH7_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 7 consumption delivered</attribute>
2791     <attribute side="server" code="0x044F" define="PREVIOUS_MONTH7_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 7 consumption received</attribute>
2792     <attribute side="server" code="0x0450" define="PREVIOUS_MONTH8_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 8 consumption delivered</attribute>
2793     <attribute side="server" code="0x0451" define="PREVIOUS_MONTH8_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 8 consumption received</attribute>
2794     <attribute side="server" code="0x0452" define="PREVIOUS_MONTH9_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 9 consumption delivered</attribute>
2795     <attribute side="server" code="0x0453" define="PREVIOUS_MONTH9_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 9 consumption received</attribute>
2796     <attribute side="server" code="0x0454" define="PREVIOUS_MONTH10_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 10 consumption delivered</attribute>
2797     <attribute side="server" code="0x0455" define="PREVIOUS_MONTH10_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 10 consumption received</attribute>
2798     <attribute side="server" code="0x0456" define="PREVIOUS_MONTH11_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 11 consumption delivered</attribute>
2799     <attribute side="server" code="0x0457" define="PREVIOUS_MONTH11_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 11 consumption received</attribute>
2800     <attribute side="server" code="0x0458" define="PREVIOUS_MONTH12_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 12 consumption delivered</attribute>
2801     <attribute side="server" code="0x0459" define="PREVIOUS_MONTH12_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 12 consumption received</attribute>
2802     <attribute side="server" code="0x045A" define="PREVIOUS_MONTH13_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 13 consumption delivered</attribute>
2803     <attribute side="server" code="0x045B" define="PREVIOUS_MONTH13_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 13 consumption received</attribute>
2804     <attribute side="server" code="0x045C" define="METERING_HISTORICAL_FREEZE_TIME" type="INT16U" min="0x0000" max="0x173B" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">historical freeze time</attribute>
2805     <attribute side="server" code="0x045D" define="CURRENT_DAY_MAX_DEMAND_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day max demand delivered</attribute>
2806     <attribute side="server" code="0x045E" define="CURRENT_DAY_MAX_DEMAND_DELIVERED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day max demand delivered time</attribute>
2807     <attribute side="server" code="0x045F" define="CURRENT_DAY_MAX_DEMAND_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day max demand received</attribute>
2808     <attribute side="server" code="0x0460" define="CURRENT_DAY_MAX_DEMAND_RECEIVED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day max demand received time</attribute>
2809     <attribute side="server" code="0x0461" define="PREVIOUS_DAY_MAX_DEMAND_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day max demand delivered</attribute>
2810     <attribute side="server" code="0x0462" define="PREVIOUS_DAY_MAX_DEMAND_DELIVERED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day max demand delivered time</attribute>
2811     <attribute side="server" code="0x0463" define="PREVIOUS_DAY_MAX_DEMAND_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day max demand received</attribute>
2812     <attribute side="server" code="0x0464" define="PREVIOUS_DAY_MAX_DEMAND_RECEIVED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day max demand received time</attribute>
2813     <!-- Metering Cluster Server - Load Profile Configuration Attribute Set -->
2814     <attribute side="server" code="0x0500" define="MAX_NUMBER_OF_PERIODS_DELIVERED" type="INT8U" min="0x00" max="0xFF" writable="false" default="0x18" optional="true">max number of periods delivered</attribute>
2815     <!-- Metering Cluster Server - Supply Limit Attribute Set -->
2816     <attribute side="server" code="0x0600" define="CURRENT_DEMAND_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current demand delivered</attribute>
2817     <attribute side="server" code="0x0601" define="DEMAND_LIMIT" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">demand limit</attribute>
2818     <attribute side="server" code="0x0602" define="DEMAND_INTEGRATION_PERIOD" type="INT8U" min="0x01" max="0xFF" writable="false" optional="true">demand integration period</attribute>
2819     <attribute side="server" code="0x0603" define="NUMBER_OF_DEMAND_SUBINTERVALS" type="INT8U" min="0x01" max="0xFF" writable="false" optional="true">number of demand subintervals</attribute>
2820     <attribute side="server" code="0x0604" define="DEMAND_LIMIT_ARM_DURATION_IN_MINUTES" type="INT16U" min="0x0000" max="0xFFFF" writable="false" default="0x003C" optional="true" introducedIn="se-1.2a-07-5356-19">demand limit arm duration in minutes</attribute>
2821     <attribute side="server" code="0x0605" define="LOAD_LIMIT_SUPPLY_STATE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">load limit supply state</attribute>
2822     <attribute side="server" code="0x0606" define="LOAD_LIMIT_COUNTER" type="INT8U" min="0x00" max="0xFF" writable="false" default="0x01" optional="true" introducedIn="se-1.2a-07-5356-19">load limit counter</attribute>
2823     <attribute side="server" code="0x0607" define="SUPPLY_TAMPER_STATE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">supply tamper state</attribute>
2824     <attribute side="server" code="0x0608" define="SUPPLY_DEPLETION_STATE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">supply depletion state</attribute>
2825     <attribute side="server" code="0x0609" define="SUPPLY_UNCONTROLLED_FLOW_STATE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">supply uncontrolled flow state</attribute>
2826     <!-- Metering Cluster Server - Block Information Attribute Set (Delivered) -->
2827     <attribute side="server" code="0x0700" define="CURRENT_NO_TIER_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 1 summation delivered</attribute>
2828     <attribute side="server" code="0x0701" define="CURRENT_NO_TIER_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 2 summation delivered</attribute>
2829     <attribute side="server" code="0x0702" define="CURRENT_NO_TIER_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 3 summation delivered</attribute>
2830     <attribute side="server" code="0x0703" define="CURRENT_NO_TIER_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 4 summation delivered</attribute>
2831     <attribute side="server" code="0x0704" define="CURRENT_NO_TIER_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 5 summation delivered</attribute>
2832     <attribute side="server" code="0x0705" define="CURRENT_NO_TIER_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 6 summation delivered</attribute>
2833     <attribute side="server" code="0x0706" define="CURRENT_NO_TIER_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 7 summation delivered</attribute>
2834     <attribute side="server" code="0x0707" define="CURRENT_NO_TIER_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 8 summation delivered</attribute>
2835     <attribute side="server" code="0x0708" define="CURRENT_NO_TIER_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 9 summation delivered</attribute>
2836     <attribute side="server" code="0x0709" define="CURRENT_NO_TIER_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 10 summation delivered</attribute>
2837     <attribute side="server" code="0x070A" define="CURRENT_NO_TIER_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 11 summation delivered</attribute>
2838     <attribute side="server" code="0x070B" define="CURRENT_NO_TIER_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 12 summation delivered</attribute>
2839     <attribute side="server" code="0x070C" define="CURRENT_NO_TIER_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 13 summation delivered</attribute>
2840     <attribute side="server" code="0x070D" define="CURRENT_NO_TIER_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 14 summation delivered</attribute>
2841     <attribute side="server" code="0x070E" define="CURRENT_NO_TIER_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 15 summation delivered</attribute>
2842     <attribute side="server" code="0x070F" define="CURRENT_NO_TIER_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current no tier block 16 summation delivered</attribute>
2843     <attribute side="server" code="0x0710" define="CURRENT_TIER1_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 1 summation delivered</attribute>
2844     <attribute side="server" code="0x0711" define="CURRENT_TIER1_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 2 summation delivered</attribute>
2845     <attribute side="server" code="0x0712" define="CURRENT_TIER1_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 3 summation delivered</attribute>
2846     <attribute side="server" code="0x0713" define="CURRENT_TIER1_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 4 summation delivered</attribute>
2847     <attribute side="server" code="0x0714" define="CURRENT_TIER1_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 5 summation delivered</attribute>
2848     <attribute side="server" code="0x0715" define="CURRENT_TIER1_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 6 summation delivered</attribute>
2849     <attribute side="server" code="0x0716" define="CURRENT_TIER1_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 7 summation delivered</attribute>
2850     <attribute side="server" code="0x0717" define="CURRENT_TIER1_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 8 summation delivered</attribute>
2851     <attribute side="server" code="0x0718" define="CURRENT_TIER1_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 9 summation delivered</attribute>
2852     <attribute side="server" code="0x0719" define="CURRENT_TIER1_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 10 summation delivered</attribute>
2853     <attribute side="server" code="0x071A" define="CURRENT_TIER1_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 11 summation delivered</attribute>
2854     <attribute side="server" code="0x071B" define="CURRENT_TIER1_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 12 summation delivered</attribute>
2855     <attribute side="server" code="0x071C" define="CURRENT_TIER1_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 13 summation delivered</attribute>
2856     <attribute side="server" code="0x071D" define="CURRENT_TIER1_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 14 summation delivered</attribute>
2857     <attribute side="server" code="0x071E" define="CURRENT_TIER1_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 15 summation delivered</attribute>
2858     <attribute side="server" code="0x071F" define="CURRENT_TIER1_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 1 block 16 summation delivered</attribute>
2859     <attribute side="server" code="0x0720" define="CURRENT_TIER2_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 1 summation delivered</attribute>
2860     <attribute side="server" code="0x0721" define="CURRENT_TIER2_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 2 summation delivered</attribute>
2861     <attribute side="server" code="0x0722" define="CURRENT_TIER2_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 3 summation delivered</attribute>
2862     <attribute side="server" code="0x0723" define="CURRENT_TIER2_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 4 summation delivered</attribute>
2863     <attribute side="server" code="0x0724" define="CURRENT_TIER2_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 5 summation delivered</attribute>
2864     <attribute side="server" code="0x0725" define="CURRENT_TIER2_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 6 summation delivered</attribute>
2865     <attribute side="server" code="0x0726" define="CURRENT_TIER2_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 7 summation delivered</attribute>
2866     <attribute side="server" code="0x0727" define="CURRENT_TIER2_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 8 summation delivered</attribute>
2867     <attribute side="server" code="0x0728" define="CURRENT_TIER2_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 9 summation delivered</attribute>
2868     <attribute side="server" code="0x0729" define="CURRENT_TIER2_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 10 summation delivered</attribute>
2869     <attribute side="server" code="0x072A" define="CURRENT_TIER2_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 11 summation delivered</attribute>
2870     <attribute side="server" code="0x072B" define="CURRENT_TIER2_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 12 summation delivered</attribute>
2871     <attribute side="server" code="0x072C" define="CURRENT_TIER2_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 13 summation delivered</attribute>
2872     <attribute side="server" code="0x072D" define="CURRENT_TIER2_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 14 summation delivered</attribute>
2873     <attribute side="server" code="0x072E" define="CURRENT_TIER2_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 15 summation delivered</attribute>
2874     <attribute side="server" code="0x072F" define="CURRENT_TIER2_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 2 block 16 summation delivered</attribute>
2875     <attribute side="server" code="0x0730" define="CURRENT_TIER3_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 1 summation delivered</attribute>
2876     <attribute side="server" code="0x0731" define="CURRENT_TIER3_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 2 summation delivered</attribute>
2877     <attribute side="server" code="0x0732" define="CURRENT_TIER3_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 3 summation delivered</attribute>
2878     <attribute side="server" code="0x0733" define="CURRENT_TIER3_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 4 summation delivered</attribute>
2879     <attribute side="server" code="0x0734" define="CURRENT_TIER3_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 5 summation delivered</attribute>
2880     <attribute side="server" code="0x0735" define="CURRENT_TIER3_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 6 summation delivered</attribute>
2881     <attribute side="server" code="0x0736" define="CURRENT_TIER3_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 7 summation delivered</attribute>
2882     <attribute side="server" code="0x0737" define="CURRENT_TIER3_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 8 summation delivered</attribute>
2883     <attribute side="server" code="0x0738" define="CURRENT_TIER3_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 9 summation delivered</attribute>
2884     <attribute side="server" code="0x0739" define="CURRENT_TIER3_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 10 summation delivered</attribute>
2885     <attribute side="server" code="0x073A" define="CURRENT_TIER3_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 11 summation delivered</attribute>
2886     <attribute side="server" code="0x073B" define="CURRENT_TIER3_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 12 summation delivered</attribute>
2887     <attribute side="server" code="0x073C" define="CURRENT_TIER3_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 13 summation delivered</attribute>
2888     <attribute side="server" code="0x073D" define="CURRENT_TIER3_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 14 summation delivered</attribute>
2889     <attribute side="server" code="0x073E" define="CURRENT_TIER3_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 15 summation delivered</attribute>
2890     <attribute side="server" code="0x073F" define="CURRENT_TIER3_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 3 block 16 summation delivered</attribute>
2891     <attribute side="server" code="0x0740" define="CURRENT_TIER4_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 1 summation delivered</attribute>
2892     <attribute side="server" code="0x0741" define="CURRENT_TIER4_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 2 summation delivered</attribute>
2893     <attribute side="server" code="0x0742" define="CURRENT_TIER4_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 3 summation delivered</attribute>
2894     <attribute side="server" code="0x0743" define="CURRENT_TIER4_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 4 summation delivered</attribute>
2895     <attribute side="server" code="0x0744" define="CURRENT_TIER4_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 5 summation delivered</attribute>
2896     <attribute side="server" code="0x0745" define="CURRENT_TIER4_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 6 summation delivered</attribute>
2897     <attribute side="server" code="0x0746" define="CURRENT_TIER4_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 7 summation delivered</attribute>
2898     <attribute side="server" code="0x0747" define="CURRENT_TIER4_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 8 summation delivered</attribute>
2899     <attribute side="server" code="0x0748" define="CURRENT_TIER4_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 9 summation delivered</attribute>
2900     <attribute side="server" code="0x0749" define="CURRENT_TIER4_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 10 summation delivered</attribute>
2901     <attribute side="server" code="0x074A" define="CURRENT_TIER4_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 11 summation delivered</attribute>
2902     <attribute side="server" code="0x074B" define="CURRENT_TIER4_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 12 summation delivered</attribute>
2903     <attribute side="server" code="0x074C" define="CURRENT_TIER4_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 13 summation delivered</attribute>
2904     <attribute side="server" code="0x074D" define="CURRENT_TIER4_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 14 summation delivered</attribute>
2905     <attribute side="server" code="0x074E" define="CURRENT_TIER4_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 15 summation delivered</attribute>
2906     <attribute side="server" code="0x074F" define="CURRENT_TIER4_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 4 block 16 summation delivered</attribute>
2907     <attribute side="server" code="0x0750" define="CURRENT_TIER5_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 1 summation delivered</attribute>
2908     <attribute side="server" code="0x0751" define="CURRENT_TIER5_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 2 summation delivered</attribute>
2909     <attribute side="server" code="0x0752" define="CURRENT_TIER5_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 3 summation delivered</attribute>
2910     <attribute side="server" code="0x0753" define="CURRENT_TIER5_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 4 summation delivered</attribute>
2911     <attribute side="server" code="0x0754" define="CURRENT_TIER5_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 5 summation delivered</attribute>
2912     <attribute side="server" code="0x0755" define="CURRENT_TIER5_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 6 summation delivered</attribute>
2913     <attribute side="server" code="0x0756" define="CURRENT_TIER5_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 7 summation delivered</attribute>
2914     <attribute side="server" code="0x0757" define="CURRENT_TIER5_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 8 summation delivered</attribute>
2915     <attribute side="server" code="0x0758" define="CURRENT_TIER5_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 9 summation delivered</attribute>
2916     <attribute side="server" code="0x0759" define="CURRENT_TIER5_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 10 summation delivered</attribute>
2917     <attribute side="server" code="0x075A" define="CURRENT_TIER5_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 11 summation delivered</attribute>
2918     <attribute side="server" code="0x075B" define="CURRENT_TIER5_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 12 summation delivered</attribute>
2919     <attribute side="server" code="0x075C" define="CURRENT_TIER5_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 13 summation delivered</attribute>
2920     <attribute side="server" code="0x075D" define="CURRENT_TIER5_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 14 summation delivered</attribute>
2921     <attribute side="server" code="0x075E" define="CURRENT_TIER5_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 15 summation delivered</attribute>
2922     <attribute side="server" code="0x075F" define="CURRENT_TIER5_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 5 block 16 summation delivered</attribute>
2923     <attribute side="server" code="0x0760" define="CURRENT_TIER6_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 1 summation delivered</attribute>
2924     <attribute side="server" code="0x0761" define="CURRENT_TIER6_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 2 summation delivered</attribute>
2925     <attribute side="server" code="0x0762" define="CURRENT_TIER6_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 3 summation delivered</attribute>
2926     <attribute side="server" code="0x0763" define="CURRENT_TIER6_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 4 summation delivered</attribute>
2927     <attribute side="server" code="0x0764" define="CURRENT_TIER6_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 5 summation delivered</attribute>
2928     <attribute side="server" code="0x0765" define="CURRENT_TIER6_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 6 summation delivered</attribute>
2929     <attribute side="server" code="0x0766" define="CURRENT_TIER6_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 7 summation delivered</attribute>
2930     <attribute side="server" code="0x0767" define="CURRENT_TIER6_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 8 summation delivered</attribute>
2931     <attribute side="server" code="0x0768" define="CURRENT_TIER6_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 9 summation delivered</attribute>
2932     <attribute side="server" code="0x0769" define="CURRENT_TIER6_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 10 summation delivered</attribute>
2933     <attribute side="server" code="0x076A" define="CURRENT_TIER6_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 11 summation delivered</attribute>
2934     <attribute side="server" code="0x076B" define="CURRENT_TIER6_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 12 summation delivered</attribute>
2935     <attribute side="server" code="0x076C" define="CURRENT_TIER6_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 13 summation delivered</attribute>
2936     <attribute side="server" code="0x076D" define="CURRENT_TIER6_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 14 summation delivered</attribute>
2937     <attribute side="server" code="0x076E" define="CURRENT_TIER6_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 15 summation delivered</attribute>
2938     <attribute side="server" code="0x076F" define="CURRENT_TIER6_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 6 block 16 summation delivered</attribute>
2939     <attribute side="server" code="0x0770" define="CURRENT_TIER7_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 1 summation delivered</attribute>
2940     <attribute side="server" code="0x0771" define="CURRENT_TIER7_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 2 summation delivered</attribute>
2941     <attribute side="server" code="0x0772" define="CURRENT_TIER7_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 3 summation delivered</attribute>
2942     <attribute side="server" code="0x0773" define="CURRENT_TIER7_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 4 summation delivered</attribute>
2943     <attribute side="server" code="0x0774" define="CURRENT_TIER7_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 5 summation delivered</attribute>
2944     <attribute side="server" code="0x0775" define="CURRENT_TIER7_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 6 summation delivered</attribute>
2945     <attribute side="server" code="0x0776" define="CURRENT_TIER7_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 7 summation delivered</attribute>
2946     <attribute side="server" code="0x0777" define="CURRENT_TIER7_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 8 summation delivered</attribute>
2947     <attribute side="server" code="0x0778" define="CURRENT_TIER7_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 9 summation delivered</attribute>
2948     <attribute side="server" code="0x0779" define="CURRENT_TIER7_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 10 summation delivered</attribute>
2949     <attribute side="server" code="0x077A" define="CURRENT_TIER7_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 11 summation delivered</attribute>
2950     <attribute side="server" code="0x077B" define="CURRENT_TIER7_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 12 summation delivered</attribute>
2951     <attribute side="server" code="0x077C" define="CURRENT_TIER7_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 13 summation delivered</attribute>
2952     <attribute side="server" code="0x077D" define="CURRENT_TIER7_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 14 summation delivered</attribute>
2953     <attribute side="server" code="0x077E" define="CURRENT_TIER7_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 15 summation delivered</attribute>
2954     <attribute side="server" code="0x077F" define="CURRENT_TIER7_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 7 block 16 summation delivered</attribute>
2955     <attribute side="server" code="0x0780" define="CURRENT_TIER8_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 1 summation delivered</attribute>
2956     <attribute side="server" code="0x0781" define="CURRENT_TIER8_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 2 summation delivered</attribute>
2957     <attribute side="server" code="0x0782" define="CURRENT_TIER8_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 3 summation delivered</attribute>
2958     <attribute side="server" code="0x0783" define="CURRENT_TIER8_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 4 summation delivered</attribute>
2959     <attribute side="server" code="0x0784" define="CURRENT_TIER8_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 5 summation delivered</attribute>
2960     <attribute side="server" code="0x0785" define="CURRENT_TIER8_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 6 summation delivered</attribute>
2961     <attribute side="server" code="0x0786" define="CURRENT_TIER8_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 7 summation delivered</attribute>
2962     <attribute side="server" code="0x0787" define="CURRENT_TIER8_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 8 summation delivered</attribute>
2963     <attribute side="server" code="0x0788" define="CURRENT_TIER8_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 9 summation delivered</attribute>
2964     <attribute side="server" code="0x0789" define="CURRENT_TIER8_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 10 summation delivered</attribute>
2965     <attribute side="server" code="0x078A" define="CURRENT_TIER8_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 11 summation delivered</attribute>
2966     <attribute side="server" code="0x078B" define="CURRENT_TIER8_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 12 summation delivered</attribute>
2967     <attribute side="server" code="0x078C" define="CURRENT_TIER8_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 13 summation delivered</attribute>
2968     <attribute side="server" code="0x078D" define="CURRENT_TIER8_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 14 summation delivered</attribute>
2969     <attribute side="server" code="0x078E" define="CURRENT_TIER8_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 15 summation delivered</attribute>
2970     <attribute side="server" code="0x078F" define="CURRENT_TIER8_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 8 block 16 summation delivered</attribute>
2971     <attribute side="server" code="0x0790" define="CURRENT_TIER9_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 1 summation delivered</attribute>
2972     <attribute side="server" code="0x0791" define="CURRENT_TIER9_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 2 summation delivered</attribute>
2973     <attribute side="server" code="0x0792" define="CURRENT_TIER9_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 3 summation delivered</attribute>
2974     <attribute side="server" code="0x0793" define="CURRENT_TIER9_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 4 summation delivered</attribute>
2975     <attribute side="server" code="0x0794" define="CURRENT_TIER9_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 5 summation delivered</attribute>
2976     <attribute side="server" code="0x0795" define="CURRENT_TIER9_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 6 summation delivered</attribute>
2977     <attribute side="server" code="0x0796" define="CURRENT_TIER9_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 7 summation delivered</attribute>
2978     <attribute side="server" code="0x0797" define="CURRENT_TIER9_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 8 summation delivered</attribute>
2979     <attribute side="server" code="0x0798" define="CURRENT_TIER9_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 9 summation delivered</attribute>
2980     <attribute side="server" code="0x0799" define="CURRENT_TIER9_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 10 summation delivered</attribute>
2981     <attribute side="server" code="0x079A" define="CURRENT_TIER9_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 11 summation delivered</attribute>
2982     <attribute side="server" code="0x079B" define="CURRENT_TIER9_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 12 summation delivered</attribute>
2983     <attribute side="server" code="0x079C" define="CURRENT_TIER9_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 13 summation delivered</attribute>
2984     <attribute side="server" code="0x079D" define="CURRENT_TIER9_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 14 summation delivered</attribute>
2985     <attribute side="server" code="0x079E" define="CURRENT_TIER9_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 15 summation delivered</attribute>
2986     <attribute side="server" code="0x079F" define="CURRENT_TIER9_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 9 block 16 summation delivered</attribute>
2987     <attribute side="server" code="0x07A0" define="CURRENT_TIER10_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 1 summation delivered</attribute>
2988     <attribute side="server" code="0x07A1" define="CURRENT_TIER10_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 2 summation delivered</attribute>
2989     <attribute side="server" code="0x07A2" define="CURRENT_TIER10_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 3 summation delivered</attribute>
2990     <attribute side="server" code="0x07A3" define="CURRENT_TIER10_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 4 summation delivered</attribute>
2991     <attribute side="server" code="0x07A4" define="CURRENT_TIER10_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 5 summation delivered</attribute>
2992     <attribute side="server" code="0x07A5" define="CURRENT_TIER10_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 6 summation delivered</attribute>
2993     <attribute side="server" code="0x07A6" define="CURRENT_TIER10_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 7 summation delivered</attribute>
2994     <attribute side="server" code="0x07A7" define="CURRENT_TIER10_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 8 summation delivered</attribute>
2995     <attribute side="server" code="0x07A8" define="CURRENT_TIER10_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 9 summation delivered</attribute>
2996     <attribute side="server" code="0x07A9" define="CURRENT_TIER10_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 10 summation delivered</attribute>
2997     <attribute side="server" code="0x07AA" define="CURRENT_TIER10_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 11 summation delivered</attribute>
2998     <attribute side="server" code="0x07AB" define="CURRENT_TIER10_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 12 summation delivered</attribute>
2999     <attribute side="server" code="0x07AC" define="CURRENT_TIER10_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 13 summation delivered</attribute>
3000     <attribute side="server" code="0x07AD" define="CURRENT_TIER10_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 14 summation delivered</attribute>
3001     <attribute side="server" code="0x07AE" define="CURRENT_TIER10_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 15 summation delivered</attribute>
3002     <attribute side="server" code="0x07AF" define="CURRENT_TIER10_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 10 block 16 summation delivered</attribute>
3003     <attribute side="server" code="0x07B0" define="CURRENT_TIER11_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 1 summation delivered</attribute>
3004     <attribute side="server" code="0x07B1" define="CURRENT_TIER11_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 2 summation delivered</attribute>
3005     <attribute side="server" code="0x07B2" define="CURRENT_TIER11_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 3 summation delivered</attribute>
3006     <attribute side="server" code="0x07B3" define="CURRENT_TIER11_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 4 summation delivered</attribute>
3007     <attribute side="server" code="0x07B4" define="CURRENT_TIER11_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 5 summation delivered</attribute>
3008     <attribute side="server" code="0x07B5" define="CURRENT_TIER11_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 6 summation delivered</attribute>
3009     <attribute side="server" code="0x07B6" define="CURRENT_TIER11_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 7 summation delivered</attribute>
3010     <attribute side="server" code="0x07B7" define="CURRENT_TIER11_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 8 summation delivered</attribute>
3011     <attribute side="server" code="0x07B8" define="CURRENT_TIER11_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 9 summation delivered</attribute>
3012     <attribute side="server" code="0x07B9" define="CURRENT_TIER11_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 10 summation delivered</attribute>
3013     <attribute side="server" code="0x07BA" define="CURRENT_TIER11_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 11 summation delivered</attribute>
3014     <attribute side="server" code="0x07BB" define="CURRENT_TIER11_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 12 summation delivered</attribute>
3015     <attribute side="server" code="0x07BC" define="CURRENT_TIER11_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 13 summation delivered</attribute>
3016     <attribute side="server" code="0x07BD" define="CURRENT_TIER11_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 14 summation delivered</attribute>
3017     <attribute side="server" code="0x07BE" define="CURRENT_TIER11_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 15 summation delivered</attribute>
3018     <attribute side="server" code="0x07BF" define="CURRENT_TIER11_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 11 block 16 summation delivered</attribute>
3019     <attribute side="server" code="0x07C0" define="CURRENT_TIER12_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 1 summation delivered</attribute>
3020     <attribute side="server" code="0x07C1" define="CURRENT_TIER12_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 2 summation delivered</attribute>
3021     <attribute side="server" code="0x07C2" define="CURRENT_TIER12_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 3 summation delivered</attribute>
3022     <attribute side="server" code="0x07C3" define="CURRENT_TIER12_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 4 summation delivered</attribute>
3023     <attribute side="server" code="0x07C4" define="CURRENT_TIER12_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 5 summation delivered</attribute>
3024     <attribute side="server" code="0x07C5" define="CURRENT_TIER12_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 6 summation delivered</attribute>
3025     <attribute side="server" code="0x07C6" define="CURRENT_TIER12_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 7 summation delivered</attribute>
3026     <attribute side="server" code="0x07C7" define="CURRENT_TIER12_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 8 summation delivered</attribute>
3027     <attribute side="server" code="0x07C8" define="CURRENT_TIER12_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 9 summation delivered</attribute>
3028     <attribute side="server" code="0x07C9" define="CURRENT_TIER12_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 10 summation delivered</attribute>
3029     <attribute side="server" code="0x07CA" define="CURRENT_TIER12_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 11 summation delivered</attribute>
3030     <attribute side="server" code="0x07CB" define="CURRENT_TIER12_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 12 summation delivered</attribute>
3031     <attribute side="server" code="0x07CC" define="CURRENT_TIER12_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 13 summation delivered</attribute>
3032     <attribute side="server" code="0x07CD" define="CURRENT_TIER12_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 14 summation delivered</attribute>
3033     <attribute side="server" code="0x07CE" define="CURRENT_TIER12_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 15 summation delivered</attribute>
3034     <attribute side="server" code="0x07CF" define="CURRENT_TIER12_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 12 block 16 summation delivered</attribute>
3035     <attribute side="server" code="0x07D0" define="CURRENT_TIER13_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 1 summation delivered</attribute>
3036     <attribute side="server" code="0x07D1" define="CURRENT_TIER13_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 2 summation delivered</attribute>
3037     <attribute side="server" code="0x07D2" define="CURRENT_TIER13_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 3 summation delivered</attribute>
3038     <attribute side="server" code="0x07D3" define="CURRENT_TIER13_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 4 summation delivered</attribute>
3039     <attribute side="server" code="0x07D4" define="CURRENT_TIER13_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 5 summation delivered</attribute>
3040     <attribute side="server" code="0x07D5" define="CURRENT_TIER13_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 6 summation delivered</attribute>
3041     <attribute side="server" code="0x07D6" define="CURRENT_TIER13_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 7 summation delivered</attribute>
3042     <attribute side="server" code="0x07D7" define="CURRENT_TIER13_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 8 summation delivered</attribute>
3043     <attribute side="server" code="0x07D8" define="CURRENT_TIER13_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 9 summation delivered</attribute>
3044     <attribute side="server" code="0x07D9" define="CURRENT_TIER13_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 10 summation delivered</attribute>
3045     <attribute side="server" code="0x07DA" define="CURRENT_TIER13_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 11 summation delivered</attribute>
3046     <attribute side="server" code="0x07DB" define="CURRENT_TIER13_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 12 summation delivered</attribute>
3047     <attribute side="server" code="0x07DC" define="CURRENT_TIER13_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 13 summation delivered</attribute>
3048     <attribute side="server" code="0x07DD" define="CURRENT_TIER13_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 14 summation delivered</attribute>
3049     <attribute side="server" code="0x07DE" define="CURRENT_TIER13_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 15 summation delivered</attribute>
3050     <attribute side="server" code="0x07DF" define="CURRENT_TIER13_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 13 block 16 summation delivered</attribute>
3051     <attribute side="server" code="0x07E0" define="CURRENT_TIER14_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 1 summation delivered</attribute>
3052     <attribute side="server" code="0x07E1" define="CURRENT_TIER14_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 2 summation delivered</attribute>
3053     <attribute side="server" code="0x07E2" define="CURRENT_TIER14_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 3 summation delivered</attribute>
3054     <attribute side="server" code="0x07E3" define="CURRENT_TIER14_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 4 summation delivered</attribute>
3055     <attribute side="server" code="0x07E4" define="CURRENT_TIER14_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 5 summation delivered</attribute>
3056     <attribute side="server" code="0x07E5" define="CURRENT_TIER14_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 6 summation delivered</attribute>
3057     <attribute side="server" code="0x07E6" define="CURRENT_TIER14_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 7 summation delivered</attribute>
3058     <attribute side="server" code="0x07E7" define="CURRENT_TIER14_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 8 summation delivered</attribute>
3059     <attribute side="server" code="0x07E8" define="CURRENT_TIER14_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 9 summation delivered</attribute>
3060     <attribute side="server" code="0x07E9" define="CURRENT_TIER14_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 10 summation delivered</attribute>
3061     <attribute side="server" code="0x07EA" define="CURRENT_TIER14_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 11 summation delivered</attribute>
3062     <attribute side="server" code="0x07EB" define="CURRENT_TIER14_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 12 summation delivered</attribute>
3063     <attribute side="server" code="0x07EC" define="CURRENT_TIER14_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 13 summation delivered</attribute>
3064     <attribute side="server" code="0x07ED" define="CURRENT_TIER14_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 14 summation delivered</attribute>
3065     <attribute side="server" code="0x07EE" define="CURRENT_TIER14_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 15 summation delivered</attribute>
3066     <attribute side="server" code="0x07EF" define="CURRENT_TIER14_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 14 block 16 summation delivered</attribute>
3067     <attribute side="server" code="0x07F0" define="CURRENT_TIER15_BLOCK1_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 1 summation delivered</attribute>
3068     <attribute side="server" code="0x07F1" define="CURRENT_TIER15_BLOCK2_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 2 summation delivered</attribute>
3069     <attribute side="server" code="0x07F2" define="CURRENT_TIER15_BLOCK3_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 3 summation delivered</attribute>
3070     <attribute side="server" code="0x07F3" define="CURRENT_TIER15_BLOCK4_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 4 summation delivered</attribute>
3071     <attribute side="server" code="0x07F4" define="CURRENT_TIER15_BLOCK5_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 5 summation delivered</attribute>
3072     <attribute side="server" code="0x07F5" define="CURRENT_TIER15_BLOCK6_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 6 summation delivered</attribute>
3073     <attribute side="server" code="0x07F6" define="CURRENT_TIER15_BLOCK7_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 7 summation delivered</attribute>
3074     <attribute side="server" code="0x07F7" define="CURRENT_TIER15_BLOCK8_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 8 summation delivered</attribute>
3075     <attribute side="server" code="0x07F8" define="CURRENT_TIER15_BLOCK9_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 9 summation delivered</attribute>
3076     <attribute side="server" code="0x07F9" define="CURRENT_TIER15_BLOCK10_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 10 summation delivered</attribute>
3077     <attribute side="server" code="0x07FA" define="CURRENT_TIER15_BLOCK11_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 11 summation delivered</attribute>
3078     <attribute side="server" code="0x07FB" define="CURRENT_TIER15_BLOCK12_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 12 summation delivered</attribute>
3079     <attribute side="server" code="0x07FC" define="CURRENT_TIER15_BLOCK13_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 13 summation delivered</attribute>
3080     <attribute side="server" code="0x07FD" define="CURRENT_TIER15_BLOCK14_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 14 summation delivered</attribute>
3081     <attribute side="server" code="0x07FE" define="CURRENT_TIER15_BLOCK15_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 15 summation delivered</attribute>
3082     <attribute side="server" code="0x07FF" define="CURRENT_TIER15_BLOCK16_SUMMATION_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.1-07-5356-16">current tier 15 block 16 summation delivered</attribute>
3083     <!-- Metering Cluster Server - Alarms Attribute Set -->
3084     <attribute side="server" code="0x0800" define="GENERIC_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.1-07-5356-16">generic alarm mask</attribute>
3085     <attribute side="server" code="0x0801" define="ELECTRICITY_ALARM_MASK" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="true" default="0xFFFFFFFF" optional="true" introducedIn="se-1.1-07-5356-16">electricity alarm mask</attribute>
3086     <attribute side="server" code="0x0802" define="GENERIC_FLOW_PRESSURE_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.1-07-5356-16">generic flow/pressure alarm mask</attribute>
3087     <attribute side="server" code="0x0803" define="WATER_SPECIFIC_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.1-07-5356-16">water specific alarm mask</attribute>
3088     <attribute side="server" code="0x0804" define="HEAT_AND_COOLING_SPECIFIC_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.1-07-5356-16">heat and cooling specific alarm mask</attribute>
3089     <attribute side="server" code="0x0805" define="GAS_SPECIFIC_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.1-07-5356-16">gas specific alarm mask</attribute>
3090     <attribute side="server" code="0x0806" define="METERING_EXTENDED_GENERIC_ALARM_MASK" type="BITMAP48" min="0x0000" max="0xFFFFFFFFFFFF" writable="true" default="0xFFFFFFFFFFFF" optional="true" introducedIn="se-1.2a-07-5356-19">extended generic alarm mask</attribute>
3091     <attribute side="server" code="0x0807" define="METERING_MANUFACTURE_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.2a-07-5356-19">manufacture alarm mask</attribute>
3092     <!-- Metering Cluster Server - Block Information Attribute Set (Received) -->
3093     <attribute side="server" code="0x0900" define="CURRENT_NO_TIER_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 1 summation received</attribute>
3094     <attribute side="server" code="0x0901" define="CURRENT_NO_TIER_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 2 summation received</attribute>
3095     <attribute side="server" code="0x0902" define="CURRENT_NO_TIER_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 3 summation received</attribute>
3096     <attribute side="server" code="0x0903" define="CURRENT_NO_TIER_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 4 summation received</attribute>
3097     <attribute side="server" code="0x0904" define="CURRENT_NO_TIER_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 5 summation received</attribute>
3098     <attribute side="server" code="0x0905" define="CURRENT_NO_TIER_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 6 summation received</attribute>
3099     <attribute side="server" code="0x0906" define="CURRENT_NO_TIER_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 7 summation received</attribute>
3100     <attribute side="server" code="0x0907" define="CURRENT_NO_TIER_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 8 summation received</attribute>
3101     <attribute side="server" code="0x0908" define="CURRENT_NO_TIER_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 9 summation received</attribute>
3102     <attribute side="server" code="0x0909" define="CURRENT_NO_TIER_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 10 summation received</attribute>
3103     <attribute side="server" code="0x090A" define="CURRENT_NO_TIER_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 11 summation received</attribute>
3104     <attribute side="server" code="0x090B" define="CURRENT_NO_TIER_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 12 summation received</attribute>
3105     <attribute side="server" code="0x090C" define="CURRENT_NO_TIER_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 13 summation received</attribute>
3106     <attribute side="server" code="0x090D" define="CURRENT_NO_TIER_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 14 summation received</attribute>
3107     <attribute side="server" code="0x090E" define="CURRENT_NO_TIER_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 15 summation received</attribute>
3108     <attribute side="server" code="0x090F" define="CURRENT_NO_TIER_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current no tier block 16 summation received</attribute>
3109     <attribute side="server" code="0x0910" define="CURRENT_TIER1_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 1 summation received</attribute>
3110     <attribute side="server" code="0x0911" define="CURRENT_TIER1_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 2 summation received</attribute>
3111     <attribute side="server" code="0x0912" define="CURRENT_TIER1_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 3 summation received</attribute>
3112     <attribute side="server" code="0x0913" define="CURRENT_TIER1_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 4 summation received</attribute>
3113     <attribute side="server" code="0x0914" define="CURRENT_TIER1_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 5 summation received</attribute>
3114     <attribute side="server" code="0x0915" define="CURRENT_TIER1_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 6 summation received</attribute>
3115     <attribute side="server" code="0x0916" define="CURRENT_TIER1_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 7 summation received</attribute>
3116     <attribute side="server" code="0x0917" define="CURRENT_TIER1_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 8 summation received</attribute>
3117     <attribute side="server" code="0x0918" define="CURRENT_TIER1_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 9 summation received</attribute>
3118     <attribute side="server" code="0x0919" define="CURRENT_TIER1_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 10 summation received</attribute>
3119     <attribute side="server" code="0x091A" define="CURRENT_TIER1_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 11 summation received</attribute>
3120     <attribute side="server" code="0x091B" define="CURRENT_TIER1_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 12 summation received</attribute>
3121     <attribute side="server" code="0x091C" define="CURRENT_TIER1_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 13 summation received</attribute>
3122     <attribute side="server" code="0x091D" define="CURRENT_TIER1_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 14 summation received</attribute>
3123     <attribute side="server" code="0x091E" define="CURRENT_TIER1_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 15 summation received</attribute>
3124     <attribute side="server" code="0x091F" define="CURRENT_TIER1_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 1 block 16 summation received</attribute>
3125     <attribute side="server" code="0x0920" define="CURRENT_TIER2_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 1 summation received</attribute>
3126     <attribute side="server" code="0x0921" define="CURRENT_TIER2_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 2 summation received</attribute>
3127     <attribute side="server" code="0x0922" define="CURRENT_TIER2_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 3 summation received</attribute>
3128     <attribute side="server" code="0x0923" define="CURRENT_TIER2_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 4 summation received</attribute>
3129     <attribute side="server" code="0x0924" define="CURRENT_TIER2_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 5 summation received</attribute>
3130     <attribute side="server" code="0x0925" define="CURRENT_TIER2_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 6 summation received</attribute>
3131     <attribute side="server" code="0x0926" define="CURRENT_TIER2_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 7 summation received</attribute>
3132     <attribute side="server" code="0x0927" define="CURRENT_TIER2_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 8 summation received</attribute>
3133     <attribute side="server" code="0x0928" define="CURRENT_TIER2_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 9 summation received</attribute>
3134     <attribute side="server" code="0x0929" define="CURRENT_TIER2_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 10 summation received</attribute>
3135     <attribute side="server" code="0x092A" define="CURRENT_TIER2_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 11 summation received</attribute>
3136     <attribute side="server" code="0x092B" define="CURRENT_TIER2_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 12 summation received</attribute>
3137     <attribute side="server" code="0x092C" define="CURRENT_TIER2_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 13 summation received</attribute>
3138     <attribute side="server" code="0x092D" define="CURRENT_TIER2_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 14 summation received</attribute>
3139     <attribute side="server" code="0x092E" define="CURRENT_TIER2_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 15 summation received</attribute>
3140     <attribute side="server" code="0x092F" define="CURRENT_TIER2_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 2 block 16 summation received</attribute>
3141     <attribute side="server" code="0x0930" define="CURRENT_TIER3_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 1 summation received</attribute>
3142     <attribute side="server" code="0x0931" define="CURRENT_TIER3_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 2 summation received</attribute>
3143     <attribute side="server" code="0x0932" define="CURRENT_TIER3_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 3 summation received</attribute>
3144     <attribute side="server" code="0x0933" define="CURRENT_TIER3_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 4 summation received</attribute>
3145     <attribute side="server" code="0x0934" define="CURRENT_TIER3_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 5 summation received</attribute>
3146     <attribute side="server" code="0x0935" define="CURRENT_TIER3_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 6 summation received</attribute>
3147     <attribute side="server" code="0x0936" define="CURRENT_TIER3_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 7 summation received</attribute>
3148     <attribute side="server" code="0x0937" define="CURRENT_TIER3_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 8 summation received</attribute>
3149     <attribute side="server" code="0x0938" define="CURRENT_TIER3_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 9 summation received</attribute>
3150     <attribute side="server" code="0x0939" define="CURRENT_TIER3_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 10 summation received</attribute>
3151     <attribute side="server" code="0x093A" define="CURRENT_TIER3_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 11 summation received</attribute>
3152     <attribute side="server" code="0x093B" define="CURRENT_TIER3_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 12 summation received</attribute>
3153     <attribute side="server" code="0x093C" define="CURRENT_TIER3_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 13 summation received</attribute>
3154     <attribute side="server" code="0x093D" define="CURRENT_TIER3_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 14 summation received</attribute>
3155     <attribute side="server" code="0x093E" define="CURRENT_TIER3_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 15 summation received</attribute>
3156     <attribute side="server" code="0x093F" define="CURRENT_TIER3_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 3 block 16 summation received</attribute>
3157     <attribute side="server" code="0x0940" define="CURRENT_TIER4_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 1 summation received</attribute>
3158     <attribute side="server" code="0x0941" define="CURRENT_TIER4_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 2 summation received</attribute>
3159     <attribute side="server" code="0x0942" define="CURRENT_TIER4_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 3 summation received</attribute>
3160     <attribute side="server" code="0x0943" define="CURRENT_TIER4_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 4 summation received</attribute>
3161     <attribute side="server" code="0x0944" define="CURRENT_TIER4_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 5 summation received</attribute>
3162     <attribute side="server" code="0x0945" define="CURRENT_TIER4_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 6 summation received</attribute>
3163     <attribute side="server" code="0x0946" define="CURRENT_TIER4_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 7 summation received</attribute>
3164     <attribute side="server" code="0x0947" define="CURRENT_TIER4_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 8 summation received</attribute>
3165     <attribute side="server" code="0x0948" define="CURRENT_TIER4_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 9 summation received</attribute>
3166     <attribute side="server" code="0x0949" define="CURRENT_TIER4_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 10 summation received</attribute>
3167     <attribute side="server" code="0x094A" define="CURRENT_TIER4_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 11 summation received</attribute>
3168     <attribute side="server" code="0x094B" define="CURRENT_TIER4_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 12 summation received</attribute>
3169     <attribute side="server" code="0x094C" define="CURRENT_TIER4_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 13 summation received</attribute>
3170     <attribute side="server" code="0x094D" define="CURRENT_TIER4_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 14 summation received</attribute>
3171     <attribute side="server" code="0x094E" define="CURRENT_TIER4_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 15 summation received</attribute>
3172     <attribute side="server" code="0x094F" define="CURRENT_TIER4_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 4 block 16 summation received</attribute>
3173     <attribute side="server" code="0x0950" define="CURRENT_TIER5_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 1 summation received</attribute>
3174     <attribute side="server" code="0x0951" define="CURRENT_TIER5_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 2 summation received</attribute>
3175     <attribute side="server" code="0x0952" define="CURRENT_TIER5_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 3 summation received</attribute>
3176     <attribute side="server" code="0x0953" define="CURRENT_TIER5_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 4 summation received</attribute>
3177     <attribute side="server" code="0x0954" define="CURRENT_TIER5_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 5 summation received</attribute>
3178     <attribute side="server" code="0x0955" define="CURRENT_TIER5_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 6 summation received</attribute>
3179     <attribute side="server" code="0x0956" define="CURRENT_TIER5_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 7 summation received</attribute>
3180     <attribute side="server" code="0x0957" define="CURRENT_TIER5_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 8 summation received</attribute>
3181     <attribute side="server" code="0x0958" define="CURRENT_TIER5_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 9 summation received</attribute>
3182     <attribute side="server" code="0x0959" define="CURRENT_TIER5_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 10 summation received</attribute>
3183     <attribute side="server" code="0x095A" define="CURRENT_TIER5_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 11 summation received</attribute>
3184     <attribute side="server" code="0x095B" define="CURRENT_TIER5_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 12 summation received</attribute>
3185     <attribute side="server" code="0x095C" define="CURRENT_TIER5_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 13 summation received</attribute>
3186     <attribute side="server" code="0x095D" define="CURRENT_TIER5_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 14 summation received</attribute>
3187     <attribute side="server" code="0x095E" define="CURRENT_TIER5_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 15 summation received</attribute>
3188     <attribute side="server" code="0x095F" define="CURRENT_TIER5_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 5 block 16 summation received</attribute>
3189     <attribute side="server" code="0x0960" define="CURRENT_TIER6_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 1 summation received</attribute>
3190     <attribute side="server" code="0x0961" define="CURRENT_TIER6_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 2 summation received</attribute>
3191     <attribute side="server" code="0x0962" define="CURRENT_TIER6_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 3 summation received</attribute>
3192     <attribute side="server" code="0x0963" define="CURRENT_TIER6_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 4 summation received</attribute>
3193     <attribute side="server" code="0x0964" define="CURRENT_TIER6_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 5 summation received</attribute>
3194     <attribute side="server" code="0x0965" define="CURRENT_TIER6_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 6 summation received</attribute>
3195     <attribute side="server" code="0x0966" define="CURRENT_TIER6_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 7 summation received</attribute>
3196     <attribute side="server" code="0x0967" define="CURRENT_TIER6_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 8 summation received</attribute>
3197     <attribute side="server" code="0x0968" define="CURRENT_TIER6_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 9 summation received</attribute>
3198     <attribute side="server" code="0x0969" define="CURRENT_TIER6_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 10 summation received</attribute>
3199     <attribute side="server" code="0x096A" define="CURRENT_TIER6_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 11 summation received</attribute>
3200     <attribute side="server" code="0x096B" define="CURRENT_TIER6_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 12 summation received</attribute>
3201     <attribute side="server" code="0x096C" define="CURRENT_TIER6_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 13 summation received</attribute>
3202     <attribute side="server" code="0x096D" define="CURRENT_TIER6_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 14 summation received</attribute>
3203     <attribute side="server" code="0x096E" define="CURRENT_TIER6_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 15 summation received</attribute>
3204     <attribute side="server" code="0x096F" define="CURRENT_TIER6_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 6 block 16 summation received</attribute>
3205     <attribute side="server" code="0x0970" define="CURRENT_TIER7_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 1 summation received</attribute>
3206     <attribute side="server" code="0x0971" define="CURRENT_TIER7_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 2 summation received</attribute>
3207     <attribute side="server" code="0x0972" define="CURRENT_TIER7_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 3 summation received</attribute>
3208     <attribute side="server" code="0x0973" define="CURRENT_TIER7_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 4 summation received</attribute>
3209     <attribute side="server" code="0x0974" define="CURRENT_TIER7_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 5 summation received</attribute>
3210     <attribute side="server" code="0x0975" define="CURRENT_TIER7_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 6 summation received</attribute>
3211     <attribute side="server" code="0x0976" define="CURRENT_TIER7_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 7 summation received</attribute>
3212     <attribute side="server" code="0x0977" define="CURRENT_TIER7_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 8 summation received</attribute>
3213     <attribute side="server" code="0x0978" define="CURRENT_TIER7_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 9 summation received</attribute>
3214     <attribute side="server" code="0x0979" define="CURRENT_TIER7_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 10 summation received</attribute>
3215     <attribute side="server" code="0x097A" define="CURRENT_TIER7_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 11 summation received</attribute>
3216     <attribute side="server" code="0x097B" define="CURRENT_TIER7_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 12 summation received</attribute>
3217     <attribute side="server" code="0x097C" define="CURRENT_TIER7_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 13 summation received</attribute>
3218     <attribute side="server" code="0x097D" define="CURRENT_TIER7_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 14 summation received</attribute>
3219     <attribute side="server" code="0x097E" define="CURRENT_TIER7_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 15 summation received</attribute>
3220     <attribute side="server" code="0x097F" define="CURRENT_TIER7_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 7 block 16 summation received</attribute>
3221     <attribute side="server" code="0x0980" define="CURRENT_TIER8_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 1 summation received</attribute>
3222     <attribute side="server" code="0x0981" define="CURRENT_TIER8_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 2 summation received</attribute>
3223     <attribute side="server" code="0x0982" define="CURRENT_TIER8_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 3 summation received</attribute>
3224     <attribute side="server" code="0x0983" define="CURRENT_TIER8_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 4 summation received</attribute>
3225     <attribute side="server" code="0x0984" define="CURRENT_TIER8_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 5 summation received</attribute>
3226     <attribute side="server" code="0x0985" define="CURRENT_TIER8_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 6 summation received</attribute>
3227     <attribute side="server" code="0x0986" define="CURRENT_TIER8_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 7 summation received</attribute>
3228     <attribute side="server" code="0x0987" define="CURRENT_TIER8_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 8 summation received</attribute>
3229     <attribute side="server" code="0x0988" define="CURRENT_TIER8_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 9 summation received</attribute>
3230     <attribute side="server" code="0x0989" define="CURRENT_TIER8_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 10 summation received</attribute>
3231     <attribute side="server" code="0x098A" define="CURRENT_TIER8_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 11 summation received</attribute>
3232     <attribute side="server" code="0x098B" define="CURRENT_TIER8_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 12 summation received</attribute>
3233     <attribute side="server" code="0x098C" define="CURRENT_TIER8_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 13 summation received</attribute>
3234     <attribute side="server" code="0x098D" define="CURRENT_TIER8_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 14 summation received</attribute>
3235     <attribute side="server" code="0x098E" define="CURRENT_TIER8_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 15 summation received</attribute>
3236     <attribute side="server" code="0x098F" define="CURRENT_TIER8_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 8 block 16 summation received</attribute>
3237     <attribute side="server" code="0x0990" define="CURRENT_TIER9_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 1 summation received</attribute>
3238     <attribute side="server" code="0x0991" define="CURRENT_TIER9_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 2 summation received</attribute>
3239     <attribute side="server" code="0x0992" define="CURRENT_TIER9_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 3 summation received</attribute>
3240     <attribute side="server" code="0x0993" define="CURRENT_TIER9_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 4 summation received</attribute>
3241     <attribute side="server" code="0x0994" define="CURRENT_TIER9_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 5 summation received</attribute>
3242     <attribute side="server" code="0x0995" define="CURRENT_TIER9_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 6 summation received</attribute>
3243     <attribute side="server" code="0x0996" define="CURRENT_TIER9_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 7 summation received</attribute>
3244     <attribute side="server" code="0x0997" define="CURRENT_TIER9_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 8 summation received</attribute>
3245     <attribute side="server" code="0x0998" define="CURRENT_TIER9_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 9 summation received</attribute>
3246     <attribute side="server" code="0x0999" define="CURRENT_TIER9_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 10 summation received</attribute>
3247     <attribute side="server" code="0x099A" define="CURRENT_TIER9_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 11 summation received</attribute>
3248     <attribute side="server" code="0x099B" define="CURRENT_TIER9_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 12 summation received</attribute>
3249     <attribute side="server" code="0x099C" define="CURRENT_TIER9_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 13 summation received</attribute>
3250     <attribute side="server" code="0x099D" define="CURRENT_TIER9_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 14 summation received</attribute>
3251     <attribute side="server" code="0x099E" define="CURRENT_TIER9_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 15 summation received</attribute>
3252     <attribute side="server" code="0x099F" define="CURRENT_TIER9_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 9 block 16 summation received</attribute>
3253     <attribute side="server" code="0x09A0" define="CURRENT_TIER10_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 1 summation received</attribute>
3254     <attribute side="server" code="0x09A1" define="CURRENT_TIER10_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 2 summation received</attribute>
3255     <attribute side="server" code="0x09A2" define="CURRENT_TIER10_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 3 summation received</attribute>
3256     <attribute side="server" code="0x09A3" define="CURRENT_TIER10_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 4 summation received</attribute>
3257     <attribute side="server" code="0x09A4" define="CURRENT_TIER10_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 5 summation received</attribute>
3258     <attribute side="server" code="0x09A5" define="CURRENT_TIER10_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 6 summation received</attribute>
3259     <attribute side="server" code="0x09A6" define="CURRENT_TIER10_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 7 summation received</attribute>
3260     <attribute side="server" code="0x09A7" define="CURRENT_TIER10_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 8 summation received</attribute>
3261     <attribute side="server" code="0x09A8" define="CURRENT_TIER10_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 9 summation received</attribute>
3262     <attribute side="server" code="0x09A9" define="CURRENT_TIER10_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 10 summation received</attribute>
3263     <attribute side="server" code="0x09AA" define="CURRENT_TIER10_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 11 summation received</attribute>
3264     <attribute side="server" code="0x09AB" define="CURRENT_TIER10_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 12 summation received</attribute>
3265     <attribute side="server" code="0x09AC" define="CURRENT_TIER10_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 13 summation received</attribute>
3266     <attribute side="server" code="0x09AD" define="CURRENT_TIER10_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 14 summation received</attribute>
3267     <attribute side="server" code="0x09AE" define="CURRENT_TIER10_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 15 summation received</attribute>
3268     <attribute side="server" code="0x09AF" define="CURRENT_TIER10_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 10 block 16 summation received</attribute>
3269     <attribute side="server" code="0x09B0" define="CURRENT_TIER11_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 1 summation received</attribute>
3270     <attribute side="server" code="0x09B1" define="CURRENT_TIER11_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 2 summation received</attribute>
3271     <attribute side="server" code="0x09B2" define="CURRENT_TIER11_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 3 summation received</attribute>
3272     <attribute side="server" code="0x09B3" define="CURRENT_TIER11_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 4 summation received</attribute>
3273     <attribute side="server" code="0x09B4" define="CURRENT_TIER11_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 5 summation received</attribute>
3274     <attribute side="server" code="0x09B5" define="CURRENT_TIER11_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 6 summation received</attribute>
3275     <attribute side="server" code="0x09B6" define="CURRENT_TIER11_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 7 summation received</attribute>
3276     <attribute side="server" code="0x09B7" define="CURRENT_TIER11_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 8 summation received</attribute>
3277     <attribute side="server" code="0x09B8" define="CURRENT_TIER11_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 9 summation received</attribute>
3278     <attribute side="server" code="0x09B9" define="CURRENT_TIER11_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 10 summation received</attribute>
3279     <attribute side="server" code="0x09BA" define="CURRENT_TIER11_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 11 summation received</attribute>
3280     <attribute side="server" code="0x09BB" define="CURRENT_TIER11_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 12 summation received</attribute>
3281     <attribute side="server" code="0x09BC" define="CURRENT_TIER11_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 13 summation received</attribute>
3282     <attribute side="server" code="0x09BD" define="CURRENT_TIER11_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 14 summation received</attribute>
3283     <attribute side="server" code="0x09BE" define="CURRENT_TIER11_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 15 summation received</attribute>
3284     <attribute side="server" code="0x09BF" define="CURRENT_TIER11_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 11 block 16 summation received</attribute>
3285     <attribute side="server" code="0x09C0" define="CURRENT_TIER12_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 1 summation received</attribute>
3286     <attribute side="server" code="0x09C1" define="CURRENT_TIER12_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 2 summation received</attribute>
3287     <attribute side="server" code="0x09C2" define="CURRENT_TIER12_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 3 summation received</attribute>
3288     <attribute side="server" code="0x09C3" define="CURRENT_TIER12_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 4 summation received</attribute>
3289     <attribute side="server" code="0x09C4" define="CURRENT_TIER12_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 5 summation received</attribute>
3290     <attribute side="server" code="0x09C5" define="CURRENT_TIER12_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 6 summation received</attribute>
3291     <attribute side="server" code="0x09C6" define="CURRENT_TIER12_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 7 summation received</attribute>
3292     <attribute side="server" code="0x09C7" define="CURRENT_TIER12_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 8 summation received</attribute>
3293     <attribute side="server" code="0x09C8" define="CURRENT_TIER12_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 9 summation received</attribute>
3294     <attribute side="server" code="0x09C9" define="CURRENT_TIER12_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 10 summation received</attribute>
3295     <attribute side="server" code="0x09CA" define="CURRENT_TIER12_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 11 summation received</attribute>
3296     <attribute side="server" code="0x09CB" define="CURRENT_TIER12_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 12 summation received</attribute>
3297     <attribute side="server" code="0x09CC" define="CURRENT_TIER12_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 13 summation received</attribute>
3298     <attribute side="server" code="0x09CD" define="CURRENT_TIER12_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 14 summation received</attribute>
3299     <attribute side="server" code="0x09CE" define="CURRENT_TIER12_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 15 summation received</attribute>
3300     <attribute side="server" code="0x09CF" define="CURRENT_TIER12_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 12 block 16 summation received</attribute>
3301     <attribute side="server" code="0x09D0" define="CURRENT_TIER13_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 1 summation received</attribute>
3302     <attribute side="server" code="0x09D1" define="CURRENT_TIER13_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 2 summation received</attribute>
3303     <attribute side="server" code="0x09D2" define="CURRENT_TIER13_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 3 summation received</attribute>
3304     <attribute side="server" code="0x09D3" define="CURRENT_TIER13_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 4 summation received</attribute>
3305     <attribute side="server" code="0x09D4" define="CURRENT_TIER13_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 5 summation received</attribute>
3306     <attribute side="server" code="0x09D5" define="CURRENT_TIER13_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 6 summation received</attribute>
3307     <attribute side="server" code="0x09D6" define="CURRENT_TIER13_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 7 summation received</attribute>
3308     <attribute side="server" code="0x09D7" define="CURRENT_TIER13_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 8 summation received</attribute>
3309     <attribute side="server" code="0x09D8" define="CURRENT_TIER13_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 9 summation received</attribute>
3310     <attribute side="server" code="0x09D9" define="CURRENT_TIER13_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 10 summation received</attribute>
3311     <attribute side="server" code="0x09DA" define="CURRENT_TIER13_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 11 summation received</attribute>
3312     <attribute side="server" code="0x09DB" define="CURRENT_TIER13_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 12 summation received</attribute>
3313     <attribute side="server" code="0x09DC" define="CURRENT_TIER13_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 13 summation received</attribute>
3314     <attribute side="server" code="0x09DD" define="CURRENT_TIER13_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 14 summation received</attribute>
3315     <attribute side="server" code="0x09DE" define="CURRENT_TIER13_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 15 summation received</attribute>
3316     <attribute side="server" code="0x09DF" define="CURRENT_TIER13_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 13 block 16 summation received</attribute>
3317     <attribute side="server" code="0x09E0" define="CURRENT_TIER14_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 1 summation received</attribute>
3318     <attribute side="server" code="0x09E1" define="CURRENT_TIER14_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 2 summation received</attribute>
3319     <attribute side="server" code="0x09E2" define="CURRENT_TIER14_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 3 summation received</attribute>
3320     <attribute side="server" code="0x09E3" define="CURRENT_TIER14_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 4 summation received</attribute>
3321     <attribute side="server" code="0x09E4" define="CURRENT_TIER14_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 5 summation received</attribute>
3322     <attribute side="server" code="0x09E5" define="CURRENT_TIER14_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 6 summation received</attribute>
3323     <attribute side="server" code="0x09E6" define="CURRENT_TIER14_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 7 summation received</attribute>
3324     <attribute side="server" code="0x09E7" define="CURRENT_TIER14_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 8 summation received</attribute>
3325     <attribute side="server" code="0x09E8" define="CURRENT_TIER14_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 9 summation received</attribute>
3326     <attribute side="server" code="0x09E9" define="CURRENT_TIER14_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 10 summation received</attribute>
3327     <attribute side="server" code="0x09EA" define="CURRENT_TIER14_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 11 summation received</attribute>
3328     <attribute side="server" code="0x09EB" define="CURRENT_TIER14_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 12 summation received</attribute>
3329     <attribute side="server" code="0x09EC" define="CURRENT_TIER14_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 13 summation received</attribute>
3330     <attribute side="server" code="0x09ED" define="CURRENT_TIER14_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 14 summation received</attribute>
3331     <attribute side="server" code="0x09EE" define="CURRENT_TIER14_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 15 summation received</attribute>
3332     <attribute side="server" code="0x09EF" define="CURRENT_TIER14_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 14 block 16 summation received</attribute>
3333     <attribute side="server" code="0x09F0" define="CURRENT_TIER15_BLOCK1_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 1 summation received</attribute>
3334     <attribute side="server" code="0x09F1" define="CURRENT_TIER15_BLOCK2_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 2 summation received</attribute>
3335     <attribute side="server" code="0x09F2" define="CURRENT_TIER15_BLOCK3_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 3 summation received</attribute>
3336     <attribute side="server" code="0x09F3" define="CURRENT_TIER15_BLOCK4_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 4 summation received</attribute>
3337     <attribute side="server" code="0x09F4" define="CURRENT_TIER15_BLOCK5_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 5 summation received</attribute>
3338     <attribute side="server" code="0x09F5" define="CURRENT_TIER15_BLOCK6_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 6 summation received</attribute>
3339     <attribute side="server" code="0x09F6" define="CURRENT_TIER15_BLOCK7_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 7 summation received</attribute>
3340     <attribute side="server" code="0x09F7" define="CURRENT_TIER15_BLOCK8_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 8 summation received</attribute>
3341     <attribute side="server" code="0x09F8" define="CURRENT_TIER15_BLOCK9_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 9 summation received</attribute>
3342     <attribute side="server" code="0x09F9" define="CURRENT_TIER15_BLOCK10_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 10 summation received</attribute>
3343     <attribute side="server" code="0x09FA" define="CURRENT_TIER15_BLOCK11_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 11 summation received</attribute>
3344     <attribute side="server" code="0x09FB" define="CURRENT_TIER15_BLOCK12_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 12 summation received</attribute>
3345     <attribute side="server" code="0x09FC" define="CURRENT_TIER15_BLOCK13_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 13 summation received</attribute>
3346     <attribute side="server" code="0x09FD" define="CURRENT_TIER15_BLOCK14_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 14 summation received</attribute>
3347     <attribute side="server" code="0x09FE" define="CURRENT_TIER15_BLOCK15_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 15 summation received</attribute>
3348     <attribute side="server" code="0x09FF" define="CURRENT_TIER15_BLOCK16_SUMMATION_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current tier 15 block 16 summation received</attribute>
3349     <!-- Metering Cluster Server - Billing Attribute Set -->
3350     <attribute side="server" code="0x0A00" define="BILL_TO_DATE_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">bill to date delivered</attribute>
3351     <attribute side="server" code="0x0A01" define="BILL_TO_DATE_TIME_STAMP_DELIVERED" type="UTC_TIME" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">bill to date time stamp delivered</attribute>
3352     <attribute side="server" code="0x0A02" define="PROJECTED_BILL_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">projected bill delivered</attribute>
3353     <attribute side="server" code="0x0A03" define="PROJECTED_BILL_TIME_STAMP_DELIVERED" type="UTC_TIME" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">projected bill time stamp delivered</attribute>
3354     <attribute side="server" code="0x0A04" define="BILL_DELIVERED_TRAILING_DIGIT" type="BITMAP8" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">bill delivered trailing digit</attribute>
3355     <attribute side="server" code="0x0A10" define="BILL_TO_DATE_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">bill to date received</attribute>
3356     <attribute side="server" code="0x0A11" define="BILL_TO_DATE_TIME_STAMP_RECEIVED" type="UTC_TIME" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">bill to date time stamp received</attribute>
3357     <attribute side="server" code="0x0A12" define="PROJECTED_BILL_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">projected bill received</attribute>
3358     <attribute side="server" code="0x0A13" define="PROJECTED_BILL_TIME_STAMP_RECEIVED" type="UTC_TIME" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">projected bill time stamp received</attribute>
3359     <attribute side="server" code="0x0A14" define="BILL_RECEIVED_TRAILING_DIGIT" type="BITMAP8" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">bill received trailing digit</attribute>
3360     <!-- Metering Cluster Server - Supply Control Attribute Set -->
3361     <attribute side="server" code="0x0B00" define="PROPOSED_CHANGE_SUPPLY_IMPLEMENTATION_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">proposed change supply implementation time</attribute>
3362     <attribute side="server" code="0x0B01" define="PROPOSED_CHANGE_SUPPLY_STATUS" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">proposed change supply status</attribute>
3363     <attribute side="server" code="0x0B10" define="UNCONTROLLED_FLOW_THESHOLD" type="INT16U" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">uncontrolled flow threshold</attribute>
3364     <attribute side="server" code="0x0B11" define="UNCONTROLLED_FLOW_THESHOLD_UNIT_OF_MEASURE" type="ENUM8" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">uncontrolled flow threshold unit of measure</attribute>
3365     <attribute side="server" code="0x0B12" define="UNCONTROLLED_FLOW_MULTIPLIER" type="INT16U" writable="false" default="0x0001" optional="true" introducedIn="se-1.2a-07-5356-19">uncontrolled flow threshold multiplier</attribute>
3366     <attribute side="server" code="0x0B13" define="UNCONTROLLED_FLOW_DIVISOR" type="INT16U" writable="false" default="0x0001" optional="true" introducedIn="se-1.2a-07-5356-19">uncontrolled flow threshold divisor</attribute>
3367     <attribute side="server" code="0x0B14" define="FLOW_STABILIZATION_PERIOD" type="INT8U" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">flow stabilization period</attribute>
3368     <attribute side="server" code="0x0B15" define="FLOW_MEASUREMENT_PERIOD" type="INT16U" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">flow measurement period</attribute>
3369     <!-- Metering Cluster Server - Alternative Historical Consumption Attribute Set-->
3370     <attribute side="server" code="0x0C00" define="ALTERNATIVE_INSTANTANEOUS_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" default="0x000000" optional="true">alternative instantaneous demand</attribute>
3371     <attribute side="server" code="0x0C01" define="CURRENT_ALTERNATIVE_DAY_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current day alternative consumption delivered</attribute>
3372     <attribute side="server" code="0x0C02" define="CURRENT_ALTERNATIVE_DAY_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current day alternative consumption received</attribute>
3373     <attribute side="server" code="0x0C03" define="PREVIOUS_DAY_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">previous day alternative consumption delivered</attribute>
3374     <attribute side="server" code="0x0C04" define="PREVIOUS_DAY_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">previous day alternative consumption received</attribute>
3375     <attribute side="server" code="0x0C05" define="CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_START_TIME_DELIVERED" type="UTC_TIME" writable="false" optional="true">current alternative partial profile interval start time delivered</attribute>
3376     <attribute side="server" code="0x0C06" define="CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_START_TIME_RECEIVED" type="UTC_TIME" writable="false" optional="true">current alternative partial profile interval start time received</attribute>
3377     <attribute side="server" code="0x0C07" define="CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_VALUE_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current alternative partial profile interval value delivered</attribute>
3378     <attribute side="server" code="0x0C08" define="CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_VALUE_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true">current alternative partial profile interval value received</attribute>
3379     <attribute side="server" code="0x0C09" define="CURRENT_ALTERNATIVE_DAY_MAX_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current alternative day max pressure</attribute>
3380     <attribute side="server" code="0x0C0A" define="CURRENT_ALTERNATIVE_DAY_MIN_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">current alternative day min pressure</attribute>
3381     <attribute side="server" code="0x0C0B" define="PREVIOUS_DAY_ALTERNATIVE_MAX_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">previous day alternative max pressure</attribute>
3382     <attribute side="server" code="0x0C0C" define="PREVIOUS_DAY_ALTERNATIVE_MIN_PRESSURE" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true">previous day alternative min pressure</attribute>
3383     <attribute side="server" code="0x0C0D" define="CURRENT_ALTERNATIVE_DAY_ALTERNATIVE_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true">current alternative day max demand</attribute>
3384     <attribute side="server" code="0x0C0E" define="PREVIOUS_DAY_ALTERNATIVE_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true">previous day alternative max demand</attribute>
3385     <attribute side="server" code="0x0C0F" define="CURRENT_ALTERNATIVE_MONTH_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true">current alternative month max demand</attribute>
3386     <attribute side="server" code="0x0C10" define="CURRENT_ALTERNATIVE_YEAR_MAX_DEMAND" type="INT24S" min="0x800001" max="0x7FFFFF" writable="false" optional="true">current alternative year max demand</attribute>
3387     <attribute side="server" code="0x0C20" define="PREVIOUS_DAY2_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 2 alternative consumption delivered</attribute>
3388     <attribute side="server" code="0x0C21" define="PREVIOUS_DAY2_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 2 alternative consumption received</attribute>
3389     <attribute side="server" code="0x0C22" define="PREVIOUS_DAY3_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 3 alternative consumption delivered</attribute>
3390     <attribute side="server" code="0x0C23" define="PREVIOUS_DAY3_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 3 alternative consumption received</attribute>
3391     <attribute side="server" code="0x0C24" define="PREVIOUS_DAY4_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 4 alternative consumption delivered</attribute>
3392     <attribute side="server" code="0x0C25" define="PREVIOUS_DAY4_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 4 alternative consumption received</attribute>
3393     <attribute side="server" code="0x0C26" define="PREVIOUS_DAY5_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 5 alternative consumption delivered</attribute>
3394     <attribute side="server" code="0x0C27" define="PREVIOUS_DAY5_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 5 alternative consumption received</attribute>
3395     <attribute side="server" code="0x0C28" define="PREVIOUS_DAY6_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 6 alternative consumption delivered</attribute>
3396     <attribute side="server" code="0x0C29" define="PREVIOUS_DAY6_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 6 alternative consumption received</attribute>
3397     <attribute side="server" code="0x0C2A" define="PREVIOUS_DAY7_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 7 alternative consumption delivered</attribute>
3398     <attribute side="server" code="0x0C2B" define="PREVIOUS_DAY7_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 7 alternative consumption received</attribute>
3399     <attribute side="server" code="0x0C2C" define="PREVIOUS_DAY8_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 8 alternative consumption delivered</attribute>
3400     <attribute side="server" code="0x0C2D" define="PREVIOUS_DAY8_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 8 alternative consumption received</attribute>
3401     <attribute side="server" code="0x0C30" define="CURRENT_WEEK_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current week alternative consumption delivered</attribute>
3402     <attribute side="server" code="0x0C31" define="CURRENT_WEEK_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current week alternative consumption received</attribute>
3403     <attribute side="server" code="0x0C32" define="PREVIOUS_WEEK_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week alternative consumption delivered</attribute>
3404     <attribute side="server" code="0x0C33" define="PREVIOUS_WEEK_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week alternative consumption received</attribute>
3405     <attribute side="server" code="0x0C34" define="PREVIOUS_WEEK2_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 2 alternative consumption delivered</attribute>
3406     <attribute side="server" code="0x0C35" define="PREVIOUS_WEEK2_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 2 alternative consumption received</attribute>
3407     <attribute side="server" code="0x0C36" define="PREVIOUS_WEEK3_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 3 alternative consumption delivered</attribute>
3408     <attribute side="server" code="0x0C37" define="PREVIOUS_WEEK3_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 3 alternative consumption received</attribute>
3409     <attribute side="server" code="0x0C38" define="PREVIOUS_WEEK4_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 4 alternative consumption delivered</attribute>
3410     <attribute side="server" code="0x0C39" define="PREVIOUS_WEEK4_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 4 alternative consumption received</attribute>
3411     <attribute side="server" code="0x0C3A" define="PREVIOUS_WEEK5_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 5 alternative consumption delivered</attribute>
3412     <attribute side="server" code="0x0C3B" define="PREVIOUS_WEEK5_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT24U" min="0x000000" max="0xFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 5 alternative consumption received</attribute>
3413     <attribute side="server" code="0x0C40" define="CURRENT_MONTH_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current month alternative consumption delivered</attribute>
3414     <attribute side="server" code="0x0C41" define="CURRENT_MONTH_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current month alternative consumption received</attribute>
3415     <attribute side="server" code="0x0C42" define="PREVIOUS_MONTH_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month alternative consumption delivered</attribute>
3416     <attribute side="server" code="0x0C43" define="PREVIOUS_MONTH_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month alternative consumption received</attribute>
3417     <attribute side="server" code="0x0C44" define="PREVIOUS_MONTH2_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 2 alternative consumption delivered</attribute>
3418     <attribute side="server" code="0x0C45" define="PREVIOUS_MONTH2_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 2 alternative consumption received</attribute>
3419     <attribute side="server" code="0x0C46" define="PREVIOUS_MONTH3_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 3 alternative consumption delivered</attribute>
3420     <attribute side="server" code="0x0C47" define="PREVIOUS_MONTH3_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 3 alternative consumption received</attribute>
3421     <attribute side="server" code="0x0C48" define="PREVIOUS_MONTH4_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 4 alternative consumption delivered</attribute>
3422     <attribute side="server" code="0x0C49" define="PREVIOUS_MONTH4_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 4 alternative consumption received</attribute>
3423     <attribute side="server" code="0x0C4A" define="PREVIOUS_MONTH5_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 5 alternative consumption delivered</attribute>
3424     <attribute side="server" code="0x0C4B" define="PREVIOUS_MONTH5_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 5 alternative consumption received</attribute>
3425     <attribute side="server" code="0x0C4C" define="PREVIOUS_MONTH6_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 6 alternative consumption delivered</attribute>
3426     <attribute side="server" code="0x0C4D" define="PREVIOUS_MONTH6_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 6 alternative consumption received</attribute>
3427     <attribute side="server" code="0x0C4E" define="PREVIOUS_MONTH7_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 7 alternative consumption delivered</attribute>
3428     <attribute side="server" code="0x0C4F" define="PREVIOUS_MONTH7_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 7 alternative consumption received</attribute>
3429     <attribute side="server" code="0x0C50" define="PREVIOUS_MONTH8_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 8 alternative consumption delivered</attribute>
3430     <attribute side="server" code="0x0C51" define="PREVIOUS_MONTH8_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 8 alternative consumption received</attribute>
3431     <attribute side="server" code="0x0C52" define="PREVIOUS_MONTH9_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 9 alternative consumption delivered</attribute>
3432     <attribute side="server" code="0x0C53" define="PREVIOUS_MONTH9_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 9 alternative consumption received</attribute>
3433     <attribute side="server" code="0x0C54" define="PREVIOUS_MONTH10_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 10 alternative consumption delivered</attribute>
3434     <attribute side="server" code="0x0C55" define="PREVIOUS_MONTH10_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 10 alternative consumption received</attribute>
3435     <attribute side="server" code="0x0C56" define="PREVIOUS_MONTH11_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 11 alternative consumption delivered</attribute>
3436     <attribute side="server" code="0x0C57" define="PREVIOUS_MONTH11_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 11 alternative consumption received</attribute>
3437     <attribute side="server" code="0x0C58" define="PREVIOUS_MONTH12_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 12 alternative consumption delivered</attribute>
3438     <attribute side="server" code="0x0C59" define="PREVIOUS_MONTH12_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 12 alternative consumption received</attribute>
3439     <attribute side="server" code="0x0C5A" define="PREVIOUS_MONTH13_ALTERNATIVE_CONSUMPTION_DELIVERED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 13 alternative consumption delivered</attribute>
3440     <attribute side="server" code="0x0C5B" define="PREVIOUS_MONTH13_ALTERNATIVE_CONSUMPTION_RECEIVED" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 13 alternative consumption received</attribute>
3441     <attribute side="server" code="0x0C5C" define="CURRENT_DAY_ALTERNATIVE_MAX_DEMAND_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day alternative max demand delivered</attribute>
3442     <attribute side="server" code="0x0C5D" define="CURRENT_DAY_ALTERNATIVE_MAX_DEMAND_DELIVERED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day alternative max demand delivered time</attribute>
3443     <attribute side="server" code="0x0C5E" define="CURRENT_DAY_ALTERNATIVE_MAX_DEMAND_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day alternative max demand received</attribute>
3444     <attribute side="server" code="0x0C5F" define="CURRENT_DAY_ALTERNATIVE_MAX_DEMAND_RECEIVED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current day alternative max demand received time</attribute>
3445     <attribute side="server" code="0x0C60" define="PREVIOUS_DAY_ALTERNATIVE_MAX_DEMAND_DELIVERED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day alternative max demand delivered</attribute>
3446     <attribute side="server" code="0x0C61" define="PREVIOUS_DAY_ALTERNATIVE_MAX_DEMAND_DELIVERED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day alternative max demand delivered time</attribute>
3447     <attribute side="server" code="0x0C62" define="PREVIOUS_DAY_ALTERNATIVE_MAX_DEMAND_RECEIVED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day alternative max demand received</attribute>
3448     <attribute side="server" code="0x0C63" define="PREVIOUS_DAY_ALTERNATIVE_MAX_DEMAND_RECEIVED_TIME" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">previous day alternative max demand received time</attribute>
3449     <!-- Metering Cluster Server - Four-Quadrant Electricity Summations Attribute Set-->
3450     <attribute side="server" code="0x0D01" define="CURRENT_ACTIVE_SUMMATION_Q1" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current active summation q1</attribute>
3451     <attribute side="server" code="0x0D02" define="CURRENT_ACTIVE_SUMMATION_Q2" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current active summation q2</attribute>
3452     <attribute side="server" code="0x0D03" define="CURRENT_ACTIVE_SUMMATION_Q3" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current active summation q3</attribute>
3453     <attribute side="server" code="0x0D04" define="CURRENT_ACTIVE_SUMMATION_Q4" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current active summation q4</attribute>
3454     <attribute side="server" code="0x0D05" define="CURRENT_REACTIVE_SUMMATION_Q1" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current reactive summation q1</attribute>
3455     <attribute side="server" code="0x0D06" define="CURRENT_REACTIVE_SUMMATION_Q2" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current reactive summation q2</attribute>
3456     <attribute side="server" code="0x0D07" define="CURRENT_REACTIVE_SUMMATION_Q3" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current reactive summation q3</attribute>
3457     <attribute side="server" code="0x0D08" define="CURRENT_REACTIVE_SUMMATION_Q4" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.4-17-05019-001">current reactive summation q4</attribute>
3458     <!-- Metering Cluster Client - Attributes -->
3459     <!-- Metering Cluster Client - Notification Attribute Set -->
3460     <attribute side="client" code="0x0000" define="FUNCTIONAL_NOTIFICATION_FLAGS" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">functional notification flags</attribute>
3461     <attribute side="client" code="0x0001" define="NOTIFICATION_FLAGS_2" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">notification flags 2</attribute>
3462     <attribute side="client" code="0x0002" define="NOTIFICATION_FLAGS_3" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">notification flags 3</attribute>
3463     <attribute side="client" code="0x0003" define="NOTIFICATION_FLAGS_4" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">notification flags 4</attribute>
3464     <attribute side="client" code="0x0004" define="NOTIFICATION_FLAGS_5" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">notification flags 5</attribute>
3465     <attribute side="client" code="0x0005" define="NOTIFICATION_FLAGS_6" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">notification flags 6</attribute>
3466     <attribute side="client" code="0x0006" define="NOTIFICATION_FLAGS_7" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">notification flags 7</attribute>
3467     <attribute side="client" code="0x0007" define="NOTIFICATION_FLAGS_8" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true" introducedIn="se-1.2a-07-5356-19">notification flags 8</attribute>
3468     <!-- Metering Cluster Server - Commands -->
3469     <command source="server" code="0x00" name="GetProfileResponse" optional="true" disableDefaultResponse="true">
3470       <description>
3471         This command is generated when the Client command GetProfile is received.
3472       </description>
3473       <arg name="endTime" type="UTC_TIME"/>
3474       <arg name="status" type="AmiGetProfileStatus"/>
3475       <arg name="profileIntervalPeriod" type="AmiIntervalPeriod"/>
3476       <arg name="numberOfPeriodsDelivered" type="INT8U"/>
3477       <arg name="intervals" type="INT24U" array="true"/>
3478     </command>
3479     <command source="server" code="0x01" name="RequestMirror" optional="true" cli="zcl metering request-mirror">
3480       <description>
3481         This command is used to request the ESI to mirror Metering Device data.
3482       </description>
3483     </command>
3484     <command source="server" code="0x02" name="RemoveMirror" optional="true" cli="zcl metering remove-mirror">
3485       <description>
3486         This command is used to request the ESI to remove its mirror of Metering Device data.
3487       </description>
3488     </command>
3489     <command source="server" code="0x03" name="RequestFastPollModeResponse" optional="true" introducedIn="se-1.1-07-5356-16" disableDefaultResponse="true">
3490       <description>
3491         This command is generated when the client command Request Fast Poll Mode is received.
3492       </description>
3493       <arg name="appliedUpdatePeriod" type="INT8U"/>
3494       <arg name="fastPollModeEndtime" type="UTC_TIME"/>
3495     </command>
3496     <command source="server" code="0x04" name="ScheduleSnapshotResponse" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering sch-snapshot-resp" disableDefaultResponse="true">
3497       <description>
3498         This command is generated in response to a ScheduleSnapshot command, and is sent to confirm whether the requested snapshot schedule has been set up.
3499       </description>
3500       <arg name="issuerEventId" type="INT32U"/>
3501       <arg name="snapshotResponsePayload" type="SnapshotResponsePayload" array="true"/>
3502     </command>
3503     <command source="server" code="0x05" name="TakeSnapshotResponse" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering take-snapshot-resp" disableDefaultResponse="true">
3504       <description>
3505         This command is generated in response to a TakeSnapshot command, and is sent to confirm whether the requested snapshot has been accepted and successfully taken.
3506       </description>
3507       <arg name="snapshotId" type="INT32U"/>
3508       <arg name="snapshotConfirmation" type="SnapshotConfirmation"/>
3509     </command>
3510     <command source="server" code="0x06" name="PublishSnapshot" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering pub-ss">
3511       <description>
3512         This command is generated in response to a GetSnapshot command. It is used to return a single snapshot to the client.
3513       </description>
3514       <arg name="snapshotId" type="INT32U"/>
3515       <arg name="snapshotTime" type="UTC_TIME"/>
3516       <arg name="totalSnapshotsFound" type="INT8U"/>
3517       <arg name="commandIndex" type="INT8U"/>
3518       <arg name="totalCommands" type="INT8U"/>
3519       <arg name="snapshotCause" type="SnapshotCause"/>
3520       <arg name="snapshotPayloadType" type="SnapshotPayloadType"/>
3521       <arg name="snapshotPayload" type="INT8U" array="true"/>
3522     </command>
3523     <command source="server" code="0x07" name="GetSampledDataResponse" optional="true" introducedIn="se-1.2a-07-5356-19" disableDefaultResponse="true">
3524       <description>
3525         This command is used to send the requested sample data to the client. It is generated in response to a GetSampledData command.
3526       </description>
3527       <arg name="sampleId" type="INT16U"/>
3528       <arg name="sampleStartTime" type="UTC_TIME"/>
3529       <arg name="sampleType" type="SampleType"/>
3530       <arg name="sampleRequestInterval" type="INT16U"/>
3531       <arg name="numberOfSamples" type="INT16U"/>
3532       <arg name="samples" type="INT24U" array="true"/>
3533     </command>
3534     <command source="server" code="0x08" name="ConfigureMirror" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering cfg-mirror">
3535       <description>
3536         ConfigureMirror is sent to the mirror once the mirror has been created. The command deals with the operational configuration of the Mirror.
3537       </description>
3538       <arg name="issuerEventId" type="INT32U"/>
3539       <arg name="reportingInterval" type="INT24U"/>
3540       <arg name="mirrorNotificationReporting" type="BOOLEAN"/>
3541       <arg name="notificationScheme" type="INT8U"/>
3542     </command>
3543     <command source="server" code="0x09" name="ConfigureNotificationScheme" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering cfg-nft-scheme">
3544       <description>
3545         The ConfigureNotificationScheme is sent to the mirror once the mirror has been created. The command deals with the operational configuration of the Mirror and the device that reports to the mirror. No default schemes are allowed to be overwritten.
3546       </description>
3547       <arg name="issuerEventId" type="INT32U"/>
3548       <arg name="notificationScheme" type="INT8U"/>
3549       <arg name="notificationFlagOrder" type="BITMAP32"/>
3550     </command>
3551     <command source="server" code="0x0A" name="ConfigureNotificationFlags" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering cfg-nft-flags">
3552       <description>
3553         The ConfigureNotificationFlags command is used to set the commands relating to the bit value for each NotificationFlags attribute that the scheme is proposing to use.
3554       </description>
3555       <arg name="issuerEventId" type="INT32U"/>
3556       <arg name="notificationScheme" type="INT8U"/>
3557       <arg name="notificationFlagAttributeId" type="INT16U"/>
3558       <arg name="clusterId" type="INT16U"/>
3559       <arg name="manufacturerCode" type="INT16U"/>
3560       <arg name="numberOfCommands" type="INT8U"/>
3561       <arg name="commandIds" type="INT8U" array="true"/>
3562     </command>
3563     <command source="server" code="0x0B" name="GetNotifiedMessage" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering get-ntfy-msg">
3564       <description>
3565         The GetNotifiedMessage command is used only when a BOMD is being mirrored. This command provides a method for the BOMD to notify the Mirror message queue that it wants to receive commands that the Mirror has queued. The Notification flags set within the command shall inform the mirror of the commands that the BOMD is requesting.
3566       </description>
3567       <arg name="notificationScheme" type="INT8U"/>
3568       <arg name="notificationFlagAttributeId" type="INT16U"/>
3569       <arg name="notificationFlagsN" type="BITMAP32"/>
3570     </command>
3571     <command source="server" code="0x0C" name="SupplyStatusResponse" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering sup-stat-rsp" disableDefaultResponse="true">
3572       <description>
3573         This command is transmitted by a Metering Device in response to a ChangeSupply command.
3574       </description>
3575       <arg name="providerId" type="INT32U"/>
3576       <arg name="issuerEventId" type="INT32U"/>
3577       <arg name="implementationDateTime" type="UTC_TIME"/>
3578       <arg name="supplyStatus" type="MeteringSupplyStatus"/>
3579     </command>
3580     <command source="server" code="0x0D" name="StartSamplingResponse" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering start-samp-rsp" disableDefaultResponse="true">
3581       <description>
3582         This command is transmitted by a Metering Device in response to a StartSampling command.
3583       </description>
3584       <arg name="sampleId" type="INT16U"/>
3585     </command>
3586     <!-- Metering Cluster Client - Commands -->
3587     <command source="client" code="0x00" name="GetProfile" optional="true" cli="zcl metering get-profile">
3588       <description>
3589         The GetProfile command is generated when a client device wishes to retrieve a list of captured Energy, Gas or water consumption for profiling purposes.
3590       </description>
3591       <arg name="intervalChannel" type="AmiIntervalChannel"/>
3592       <arg name="endTime" type="UTC_TIME"/>
3593       <arg name="numberOfPeriods" type="INT8U"/>
3594     </command>
3595     <command source="client" code="0x01" name="RequestMirrorResponse" optional="true" disableDefaultResponse="true">
3596       <description>
3597         The Request Mirror Response Command allows the ESI to inform a sleepy Metering Device it has the ability to store and mirror its data.
3598       </description>
3599       <arg name="endpointId" type="INT16U"/>
3600     </command>
3601     <command source="client" code="0x02" name="MirrorRemoved" optional="true" cli="zcl metering mirror-removed">
3602       <description>
3603         The Mirror Removed Command allows the ESI to inform a sleepy Metering Device mirroring support has been removed or halted.
3604       </description>
3605       <arg name="endpointId" type="INT16U"/>
3606     </command>
3607     <command source="client" code="0x03" name="RequestFastPollMode" optional="true" introducedIn="se-1.1-07-5356-16" cli="zcl metering req-fast-poll-mode">
3608       <description>
3609         The Request Fast Poll Mode command is generated when the metering client wishes to receive near real-time updates of InstantaneousDemand.
3610       </description>
3611       <arg name="fastPollUpdatePeriod" type="INT8U"/>
3612       <arg name="duration" type="INT8U"/>
3613     </command>
3614     <command source="client" code="0x04" name="ScheduleSnapshot" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering sch-snapshot">
3615       <description>
3616         This command is used to set up a schedule of when the device shall create snapshot data.
3617       </description>
3618       <arg name="issuerEventId" type="INT32U"/>
3619       <arg name="commandIndex" type="INT8U"/>
3620       <arg name="commandCount" type="INT8U"/>
3621       <arg name="snapshotSchedulePayload" type="SnapshotSchedulePayload" array="true"/>
3622     </command>
3623     <command source="client" code="0x05" name="TakeSnapshot" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering take-snapshot">
3624       <description>
3625         This command is used to instruct the cluster server to take a single snapshot.
3626       </description>
3627       <arg name="snapshotCause" type="SnapshotCause"/>
3628     </command>
3629     <command source="client" code="0x06" name="GetSnapshot" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering get-snapshot">
3630       <description>
3631         This command is used to request snapshot data from the cluster server.
3632       </description>
3633       <arg name="earliestStartTime" type="UTC_TIME"/>
3634       <arg name="latestEndTime" type="UTC_TIME"/>
3635       <arg name="snapshotOffset" type="INT8U"/>
3636       <arg name="snapshotCause" type="SnapshotCause"/>
3637     </command>
3638     <command source="client" code="0x07" name="StartSampling" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering start-sampling">
3639       <description>
3640         The sampling mechanism allows a set of samples of the specified type of data to be taken, commencing at the stipulated start time. This mechanism may run concurrently with the capturing of profile data, and may refer the same parameters, albeit possibly at a different sampling rate.
3641       </description>
3642       <arg name="issuerEventId" type="INT32U"/>
3643       <arg name="startSamplingTime" type="UTC_TIME"/>
3644       <arg name="sampleType" type="SampleType"/>
3645       <arg name="sampleRequestInterval" type="INT16U"/>
3646       <arg name="maxNumberOfSamples" type="INT16U"/>
3647     </command>
3648     <command source="client" code="0x08" name="GetSampledData" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering get-sampled-data">
3649       <description>
3650         This command is used to request sampled data from the server. Note that it is the responsibility of the client to ensure that it does not request more samples than can be held in a single command payload.
3651       </description>
3652       <arg name="sampleId" type="INT16U"/>
3653       <arg name="earliestSampleTime" type="UTC_TIME"/>
3654       <arg name="sampleType" type="SampleType"/>
3655       <arg name="numberOfSamples" type="INT16U"/>
3656     </command>
3657     <command source="client" code="0x09" name="MirrorReportAttributeResponse" optional="true" introducedIn="se-1.2a-07-5356-19" disableDefaultResponse="true">
3658       <description>
3659         This command is sent in response to the ReportAttribute command when the MirrorReporting attribute is set.
3660       </description>
3661       <arg name="notificationScheme" type="INT8U"/>
3662       <arg name="notificationFlags" type="BITMAP32" array="true"/>
3663     </command>
3664     <command source="client" code="0x0A" name="ResetLoadLimitCounter" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering rst-load-limit-ctr">
3665       <description>
3666         The ResetLoadLimitCounter command shall cause the LoadLimitCounter attribute to be reset.
3667       </description>
3668       <arg name="providerId" type="INT32U"/>
3669       <arg name="issuerEventId" type="INT32U"/>
3670     </command>
3671     <command source="client" code="0x0B" name="ChangeSupply" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering chg-supply">
3672       <description>
3673         This command is sent from the Head-end or ESI to the Metering Device to instruct it to change the status of the valve or load switch, i.e. the supply.
3674       </description>
3675       <arg name="providerId" type="INT32U"/>
3676       <arg name="issuerEventId" type="INT32U"/>
3677       <arg name="requestDateTime" type="UTC_TIME"/>
3678       <arg name="implementationDateTime" type="UTC_TIME"/>
3679       <arg name="proposedSupplyStatus" type="MeteringSupplyStatus"/>
3680       <arg name="supplyControlBits" type="SupplyControlBits"/>
3681     </command>
3682     <command source="client" code="0x0C" name="LocalChangeSupply" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering local-chg-supply">
3683       <description>
3684         This command is a simplified version of the ChangeSupply command, intended to be sent from an IHD to a meter as the consequence of a user action on the IHD. Its purpose is to provide a local disconnection/reconnection button on the IHD in addition to the one on the meter.
3685       </description>
3686       <arg name="proposedSupplyStatus" type="ProposedSupplyStatus"/>
3687     </command>
3688     <command source="client" code="0x0D" name="SetSupplyStatus" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering set-supply-status">
3689       <description>
3690         This command is used to specify the required status of the supply following the occurance of certain events on the meter.
3691       </description>
3692       <arg name="issuerEventId" type="INT32U"/>
3693       <arg name="supplyTamperState" type="SupplyStatus"/>
3694       <arg name="supplyDepletionState" type="SupplyStatus"/>
3695       <arg name="supplyUncontrolledFlowState" type="SupplyStatus"/>
3696       <arg name="loadLimitSupplyState" type="SupplyStatus"/>
3697     </command>
3698     <command source="client" code="0x0E" name="SetUncontrolledFlowThreshold" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl metering set-uncntrl-flow-threshold">
3699       <description>
3700         This command is used to update the 'Uncontrolled Flow Rate' configuration data used by flow meters.
3701       </description>
3702       <arg name="providerId" type="INT32U"/>
3703       <arg name="issuerEventId" type="INT32U"/>
3704       <arg name="uncontrolledFlowThreshold" type="INT16U"/>
3705       <arg name="unitOfMeasure" type="AmiUnitOfMeasure"/>
3706       <arg name="multiplier" type="INT16U"/>
3707       <arg name="divisor" type="INT16U"/>
3708       <arg name="stabilisationPeriod" type="INT8U"/>
3709       <arg name="measurementPeriod" type="INT16U"/>
3710     </command>
3711   </cluster>
3712   <!-- Messaging Cluster - Structs, BITMAPs & ENUMs -->
3713   <bitmap name="MessagingControlMask" type="BITMAP8">
3714     <field name="transMechanism" mask="0x03"/>
3715     <field name="messageUrgency" mask="0x0C"/>
3716     <field name="enhancedConfirmationRequest" mask="0x20"/>
3717     <field name="messageConfirmation" mask="0x80"/>
3718   </bitmap>
3719   <enum name="MessagingControlTransmission" type="ENUM8">
3720     <item name="normal" value="0x00"/>
3721     <item name="normalAndAnonymous" value="0x01"/>
3722     <item name="anonymous" value="0x02"/>
3723     <item name="reserved" value="0x03"/>
3724   </enum>
3725   <enum name="MessagingControlImportance" type="ENUM8">
3726     <item name="low" value="0x00"/>
3727     <item name="medium" value="0x04"/>
3728     <item name="high" value="0x08"/>
3729     <item name="critical" value="0x0C"/>
3730   </enum>
3731   <enum name="MessagingControlEnhancedConfirmation" type="ENUM8">
3732     <item name="notRequired" value="0x00"/>
3733     <item name="required" value="0x20"/>
3734   </enum>
3735   <enum name="MessagingControlConfirmation" type="ENUM8">
3736     <item name="notRequired" value="0x00"/>
3737     <item name="required" value="0x80"/>
3738   </enum>
3739   <bitmap name="MessagingExtendedControlMask" type="BITMAP8">
3740     <field name="messageConfirmationStatus" mask="0x01"/>
3741   </bitmap>
3742   <bitmap name="MessagingConfirmationControl" type="BITMAP8">
3743     <field name="NoReturned" mask="0x01"/>
3744     <field name="YesReturned" mask="0x02"/>
3745   </bitmap>
3746   <!-- Messaging Cluster -->
3747   <cluster>
3748     <name>Messaging</name>
3749     <domain>SE</domain>
3750     <description>This cluster provides an interface for passing text messages between SE devices.</description>
3751     <code>0x0703</code>
3752     <define>MESSAGING_CLUSTER</define>
3753     <client tick="false" init="false">true</client>
3754     <server tick="false" init="false">true</server>
3755     <globalAttribute side="either" code="0xFFFD" value="2"/>
3756     <!-- Messaging Cluster Server - Attributes -->
3757     <!-- Messaging Cluster Client - Attributes -->
3758     <!-- Messaging Cluster Server - Commands -->
3759     <command source="server" code="0x00" name="DisplayMessage" optional="false" cli="zcl msg disp">
3760       <description>
3761         Command description for DisplayMessage
3762       </description>
3763       <arg name="messageId" type="INT32U"/>
3764       <arg name="messageControl" type="MessagingControlMask"/>
3765       <arg name="startTime" type="UTC_TIME"/>
3766       <arg name="durationInMinutes" type="INT16U"/>
3767       <arg name="message" type="CHAR_STRING"/>
3768       <arg name="optionalExtendedMessageControl" type="MessagingExtendedControlMask" introducedIn="se-1.2a-07-5356-19" default="0x00"/>
3769     </command>
3770     <command source="server" code="0x01" name="CancelMessage" optional="false" cli="zcl msg cancel">
3771       <description>
3772         The CancelMessage command provides the ability to cancel the sending or acceptance of previously sent messages.
3773       </description>
3774       <arg name="messageId" type="INT32U"/>
3775       <arg name="messageControl" type="MessagingControlMask"/>
3776     </command>
3777     <command source="server" code="0x02" name="DisplayProtectedMessage" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl msg disp-protd">
3778       <description>
3779         The DisplayProtected Message command is for use with messages that are protected by a password or PIN.
3780       </description>
3781       <arg name="messageId" type="INT32U"/>
3782       <arg name="messageControl" type="MessagingControlMask"/>
3783       <arg name="startTime" type="UTC_TIME"/>
3784       <arg name="durationInMinutes" type="INT16U"/>
3785       <arg name="message" type="CHAR_STRING"/>
3786       <arg name="optionalExtendedMessageControl" type="MessagingExtendedControlMask"/>
3787     </command>
3788     <command source="server" code="0x03" name="CancelAllMessages" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl msg x-all">
3789       <description>
3790         The CancelAllMessages command indicates to a client device that it should cancel all display messages currently held by it.
3791       </description>
3792       <arg name="implementationDateTime" type="UTC_TIME"/>
3793     </command>
3794     <!-- Messaging Cluster Client - Commands -->
3795     <command source="client" code="0x00" name="GetLastMessage" optional="false" cli="zcl msg get">
3796       <description>
3797         Command description for GetLastMessage
3798       </description>
3799     </command>
3800     <command source="client" code="0x01" name="MessageConfirmation" optional="false" cli="zcl msg confirm">
3801       <description>
3802         The Message Confirmation command provides an indication that a Utility Customer has acknowledged and/or accepted the contents of a previously sent message.  Enhanced Message Confirmation commands shall contain an answer of 'NO', 'YES' and/or a message confirmation string.
3803       </description>
3804       <arg name="messageId" type="INT32U"/>
3805       <arg name="confirmationTime" type="UTC_TIME"/>
3806       <arg name="messageConfirmationControl" type="BITMAP8" introducedIn="se-1.2a-07-5356-19"/>
3807       <arg name="messageResponse" type="OCTET_STRING" introducedIn="se-1.2a-07-5356-19"/>
3808     </command>
3809     <command source="client" code="0x02" name="GetMessageCancellation" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl msg get-msg-x">
3810       <description>
3811         This command initiates the return of the first (and maybe only) Cancel All Messages command held on the associated server, and which has an implementation time equal to or later than the value indicated in the payload.
3812       </description>
3813       <arg name="earliestImplementationTime" type="UTC_TIME"/>
3814     </command>
3815   </cluster>
3816   <!-- Tunneling Cluster - Structs, BITMAPs & ENUMs -->
3817   <enum name="TunnelingProtocolId" type="ENUM8">
3818     <item name="DLMS_COSEM" value="0x00"/>
3819     <item name="IEC_61107" value="0x01"/>
3820     <item name="ANSI_C12" value="0x02"/>
3821     <item name="M_BUS" value="0x03"/>
3822     <item name="SML" value="0x04"/>
3823     <item name="ClimateTalk" value="0x05"/>
3824     <item name="GB_HRGP" value="0x06"/>
3825     <item name="IP_V4" value="0x07"/>
3826     <item name="IP_V6" value="0x08"/>
3827     <item name="Test" value="0xC7"/>
3828   </enum>
3829   <enum name="TunnelingTransferDataStatus" type="ENUM8">
3830     <item name="NoSuchTunnel" value="0x00"/>
3831     <item name="WrongDevice" value="0x01"/>
3832     <item name="DataOverflow" value="0x02"/>
3833   </enum>
3834   <enum name="TunnelingTunnelStatus" type="ENUM8">
3835     <item name="Success" value="0x00"/>
3836     <item name="Busy" value="0x01"/>
3837     <item name="NoMoreTunnelIds" value="0x02"/>
3838     <item name="ProtocolNotSupported" value="0x03"/>
3839     <item name="FlowControlNotSupported" value="0x04"/>
3840   </enum>
3841   <struct name="Protocol">
3842     <item name="manufacturerCode" type="INT16U"/>
3843     <item name="protocolId" type="INT8U"/>
3844   </struct>
3845   <!-- Tunneling Cluster -->
3846   <cluster introducedIn="se-1.1-07-5356-16">
3847     <name>Tunneling</name>
3848     <domain>SE</domain>
3849     <description>The tunneling cluster provides an interface for tunneling protocols.</description>
3850     <code>0x0704</code>
3851     <define>TUNNELING_CLUSTER</define>
3852     <client tick="false" init="false">true</client>
3853     <server tick="false" init="false">true</server>
3854     <globalAttribute side="either" code="0xFFFD" value="2"/>
3855     <!-- Tunneling Cluster Server - Attributes -->
3856     <attribute side="server" code="0x0000" define="CLOSE_TUNNEL_TIMEOUT" type="INT16U" min="0x0001" max="0xFFFF" writable="false" default="0xFFFF" optional="false">close tunnel timeout</attribute>
3857     <!-- Tunneling Cluster Client - Attributes -->
3858     <!-- Tunneling Cluster Client - Commands -->
3859     <command source="client" code="0x00" name="RequestTunnel" optional="false" cli="zcl tunneling request">
3860       <description>
3861         RequestTunnel is the client command used to setup a tunnel association with the server. The request payload specifies the protocol identifier for the requested tunnel, a manufacturer code in case of proprietary protocols and the use of flow control for streaming protocols.
3862       </description>
3863       <arg name="protocolId" type="INT8U"/>
3864       <arg name="manufacturerCode" type="INT16U"/>
3865       <arg name="flowControlSupport" type="BOOLEAN"/>
3866       <arg name="maximumIncomingTransferSize" type="INT16U" introducedIn="se-1.1a-07-5356-17"/>
3867     </command>
3868     <command source="client" code="0x01" name="CloseTunnel" optional="false" cli="zcl tunneling close">
3869       <description>
3870         Client command used to close the tunnel with the server. The parameter in the payload specifies the tunnel identifier of the tunnel that has to be closed. The server leaves the tunnel open and the assigned resources allocated until the client sends the CloseTunnel command or the CloseTunnelTimeout fires.
3871       </description>
3872       <arg name="tunnelId" type="INT16U"/>
3873     </command>
3874     <command source="client" code="0x02" name="TransferDataClientToServer" optional="false">
3875       <description>
3876         Command that indicates (if received) that the client has sent data to the server. The data itself is contained within the payload.
3877       </description>
3878       <arg name="tunnelId" type="INT16U"/>
3879       <arg name="data" type="INT8U" array="true"/>
3880     </command>
3881     <command source="client" code="0x03" name="TransferDataErrorClientToServer" optional="false">
3882       <description>
3883         This command is generated by the receiver of a TransferData command if the tunnel status indicates that something is wrong. There are two three cases in which TransferDataError is sent: (1) The TransferData received contains a TunnelID that does not match to any of the active tunnels of the receiving device. This could happen if a (sleeping) device sends a TransferData command to a tunnel that has been closed by the server after the CloseTunnelTimeout.  (2) The TransferData received contains a proper TunnelID of an active tunnel, but the device sending the data does not match to it.  (3) The TransferData received contains more data than indicated by the MaximumIncomingTransferSize of the receiving device.
3884       </description>
3885       <arg name="tunnelId" type="INT16U"/>
3886       <arg name="transferDataStatus" type="TunnelingTransferDataStatus"/>
3887     </command>
3888     <command source="client" code="0x04" name="AckTransferDataClientToServer" optional="true">
3889       <description>
3890         Command sent in response to each TransferData command in case - and only in case - flow control has been requested by the client in the TunnelRequest command and is supported by both tunnel endpoints. The response payload indicates the number of octets that may still be received by the receiver.
3891       </description>
3892       <arg name="tunnelId" type="INT16U"/>
3893       <arg name="numberOfBytesLeft" type="INT16U"/>
3894     </command>
3895     <command source="client" code="0x05" name="ReadyDataClientToServer" optional="true">
3896       <description>
3897         The ReadyData command is generated - after a receiver had to stop the dataflow using the AckTransferData(0) command - to indicate that the device is now ready to continue receiving data. The parameter NumberOfOctetsLeft gives a hint on how much space is left for the next data transfer. The ReadyData command is only issued if flow control is enabled.
3898       </description>
3899       <arg name="tunnelId" type="INT16U"/>
3900       <arg name="numberOfOctetsLeft" type="INT16U"/>
3901     </command>
3902     <command source="client" code="0x06" name="GetSupportedTunnelProtocols" optional="true" introducedIn="se-1.1a-07-5356-17">
3903       <description>
3904         Get Supported Tunnel Protocols is the client command used to determine the Tunnel protocols supported on another device.
3905       </description>
3906       <arg name="protocolOffset" type="INT8U"/>
3907     </command>
3908     <!-- Tunneling Cluster Server - Commands -->
3909     <command source="server" code="0x00" name="RequestTunnelResponse" optional="false" disableDefaultResponse="true">
3910       <description>
3911         RequestTunnelResponse is sent by the server in response to a RequestTunnel command previously received from the client. The response contains the status of the RequestTunnel command and a tunnel identifier corresponding to the tunnel that has been set-up in the server in case of success.
3912       </description>
3913       <arg name="tunnelId" type="INT16U"/>
3914       <arg name="tunnelStatus" type="TunnelingTunnelStatus"/>
3915       <arg name="maximumIncomingTransferSize" type="INT16U" introducedIn="se-1.1a-07-5356-17"/>
3916     </command>
3917     <command source="server" code="0x01" name="TransferDataServerToClient" optional="false">
3918       <description>
3919         Command that transfers data from server to the client. The data itself has to be placed within the payload.
3920       </description>
3921       <arg name="tunnelId" type="INT16U"/>
3922       <arg name="data" type="INT8U" array="true"/>
3923     </command>
3924     <command source="server" code="0x02" name="TransferDataErrorServerToClient" optional="false">
3925       <description>
3926         This command is generated by the receiver of a TransferData command if the tunnel status indicates that something is wrong. There are two three cases in which TransferDataError is sent: (1) The TransferData received contains a TunnelID that does not match to any of the active tunnels of the receiving device. This could happen if a (sleeping) device sends a TransferData command to a tunnel that has been closed by the server after the CloseTunnelTimeout.  (2) The TransferData received contains a proper TunnelID of an active tunnel, but the device sending the data does not match to it.  (3) The TransferData received contains more data than indicated by the MaximumIncomingTransferSize of the receiving device.
3927       </description>
3928       <arg name="tunnelId" type="INT16U"/>
3929       <arg name="transferDataStatus" type="TunnelingTransferDataStatus"/>
3930     </command>
3931     <command source="server" code="0x03" name="AckTransferDataServerToClient" optional="true">
3932       <description>
3933         Command sent in response to each TransferData command in case - and only in case - flow control has been requested by the client in the TunnelRequest command and is supported by both tunnel endpoints. The response payload indicates the number of octets that may still be received by the receiver.
3934       </description>
3935       <arg name="tunnelId" type="INT16U"/>
3936       <arg name="numberOfBytesLeft" type="INT16U"/>
3937     </command>
3938     <command source="server" code="0x04" name="ReadyDataServerToClient" optional="true">
3939       <description>
3940         The ReadyData command is generated - after a receiver had to stop the dataflow using the AckTransferData(0) command - to indicate that the device is now ready to continue receiving data. The parameter NumberOfOctetsLeft gives a hint on how much space is left for the next data transfer. The ReadyData command is only issued if flow control is enabled.
3941       </description>
3942       <arg name="tunnelId" type="INT16U"/>
3943       <arg name="numberOfOctetsLeft" type="INT16U"/>
3944     </command>
3945     <command source="server" code="0x05" name="SupportedTunnelProtocolsResponse" optional="true" introducedIn="se-1.1a-07-5356-17" disableDefaultResponse="true">
3946       <description>
3947         Supported Tunnel Protocol Response is sent in response to a Get Supported Tunnel Protocols command previously received. The response contains a list of Tunnel protocols supported by the device; the payload of the response should be capable of holding up to 16 protocols.
3948       </description>
3949       <arg name="protocolListComplete" type="BOOLEAN"/>
3950       <arg name="protocolCount" type="INT8U"/>
3951       <arg name="protocolList" type="Protocol" array="true"/>
3952       <!-- the protocolCount is followed by 'n' number of data structures (where n=protocolCount) of the following format: 2-byte manufacturer code, 1-byte protocol ID -->
3953     </command>
3954     <command source="server" code="0x06" name="TunnelClosureNotification" optional="true" introducedIn="se-1.1a-07-5356-17">
3955       <description>
3956         TunnelClosureNotification is sent by the server to indicate that a tunnel has been closed due to expiration of a CloseTunnelTimeout.
3957       </description>
3958       <arg name="tunnelId" type="INT16U"/>
3959     </command>
3960   </cluster>
3961   <!-- Prepayment Cluster - Structs, BITMAPs & ENUMs -->
3962   <bitmap name="PaymentControlConfiguration" type="BITMAP16">
3963     <field name="DisconnectionEnabled" mask="0x0001"/>
3964     <field name="PrepaymentEnabled" mask="0x0002"/>
3965     <field name="CreditManagementEnabled" mask="0x0004"/>
3966     <field name="CreditDisplayEnabled" mask="0x0010"/>
3967     <field name="AccountBase" mask="0x0040"/>
3968     <field name="ContactorFitted" mask="0x0080"/>
3969     <field name="StandingChargeConfiguration" mask="0x0100"/>
3970     <field name="EmergencyStandingChargeConfiguration" mask="0x0200"/>
3971     <field name="DebtConfiguration" mask="0x0400"/>
3972     <field name="EmergencyDebtConfiguration" mask="0x0800"/>
3973   </bitmap>
3974   <bitmap name="CreditStatus" type="BITMAP8">
3975     <field name="CreditOk" mask="0x01"/>
3976     <field name="LowCredit" mask="0x02"/>
3977     <field name="EmergencyCreditEnabled" mask="0x04"/>
3978     <field name="EmergencyCreditAvailable" mask="0x08"/>
3979     <field name="EmergencyCreditSelected" mask="0x10"/>
3980     <field name="EmergencyCreditInUse" mask="0x20"/>
3981     <field name="CreditExhausted" mask="0x40"/>
3982   </bitmap>
3983   <enum name="DebtRecoveryMethod" type="ENUM8">
3984     <item name="TimeBased" value="0x00"/>
3985     <item name="PercentageBased" value="0x01"/>
3986     <item name="CatchUpBased" value="0x02"/>
3987   </enum>
3988   <enum name="DebtRecoveryFrequency" type="ENUM8">
3989     <item name="PerHour" value="0x00"/>
3990     <item name="PerDay" value="0x01"/>
3991     <item name="PerWeek" value="0x02"/>
3992     <item name="PerMonth" value="0x03"/>
3993     <item name="PerQuarter" value="0x04"/>
3994   </enum>
3995   <bitmap name="PrepaymentAlarmStatus" type="BITMAP16">
3996     <field name="LowCreditWarning" mask="0x0001"/>
3997     <field name="TopUpCodeError" mask="0x0002"/>
3998     <field name="TopUpCodeAlreadyUsed" mask="0x0004"/>
3999     <field name="TopUpCodeInvalid" mask="0x0008"/>
4000     <field name="FriendlyCreditInUse" mask="0x0010"/>
4001     <field name="FriendlyCreditPeriodEndWarning" mask="0x0020"/>
4002     <field name="EcAvailable" mask="0x0040"/>
4003     <field name="UnauthorisedEnergyUse" mask="0x0080"/>
4004     <field name="DisconnectedSupplyDueToCredit" mask="0x0100"/>
4005     <field name="DisconnectedSupplyDueToTamper" mask="0x0200"/>
4006     <field name="DisconnectedSupplyDueToHes" mask="0x0400"/>
4007     <field name="PhysicalAttack" mask="0x0800"/>
4008     <field name="ElectronicAttack" mask="0x1000"/>
4009     <field name="ManufactureAlarmCodeA" mask="0x2000"/>
4010     <field name="ManufactureAlarmCodeB" mask="0x4000"/>
4011   </bitmap>
4012   <enum name="PrePayGenericAlarmGroup" type="ENUM8">
4013     <item name="LowCredit" value="0x00"/>
4014     <item name="NoCredit" value="0x01"/>
4015     <item name="CreditExhausted" value="0x02"/>
4016     <item name="EmergencyCreditEnabled" value="0x03"/>
4017     <item name="EmergencyCreditExhausted" value="0x04"/>
4018     <item name="IhdLowCreditWarning" value="0x05"/>
4019     <item name="EventLogCleared" value="0x06"/>
4020   </enum>
4021   <enum name="PrepaySwitchAlarmGroup" type="ENUM8">
4022     <item name="SupplyOn" value="0x10"/>
4023     <item name="SupplyArm" value="0x11"/>
4024     <item name="SupplyOff" value="0x12"/>
4025     <item name="DisconnectionFailure" value="0x13"/>
4026     <item name="DisconnectedDueToTamperDetected" value="0x14"/>
4027     <item name="DisconnectedDueToCutOffValue" value="0x15"/>
4028     <item name="RemoteDisconnected" value="0x16"/>
4029   </enum>
4030   <enum name="PrepayEventAlarmGroup" type="ENUM8">
4031     <item name="PhysicalAttackOnThePrepayMeter" value="0x20"/>
4032     <item name="ElectronicAttackOnThePrepayMeter" value="0x21"/>
4033     <item name="DiscountApplied" value="0x22"/>
4034     <item name="CreditAdjustment" value="0x23"/>
4035     <item name="CreditAdjustmentFail" value="0x24"/>
4036     <item name="DebtAdjustment" value="0x25"/>
4037     <item name="DebtAdjustmentFail" value="0x26"/>
4038     <item name="ModeChange" value="0x27"/>
4039     <item name="TopupCodeError" value="0x28"/>
4040     <item name="TopupAlreadyUsed" value="0x29"/>
4041     <item name="TopupCodeInvalid" value="0x2A"/>
4042     <item name="FriendlyCreditInUse" value="0x2B"/>
4043     <item name="FriendlyCreditPeriodEndWarning" value="0x2C"/>
4044     <item name="FriendlyCreditPeriodEnd" value="0x2D"/>
4045     <item name="ErrorRegClear" value="0x30"/>
4046     <item name="AlarmRegClear" value="0x31"/>
4047     <item name="PrepayClusterNotFound" value="0x32"/>
4048     <item name="ModeCredit2Prepay" value="0x41"/>
4049     <item name="ModePrepay2Credit" value="0x42"/>
4050     <item name="ModeDefault" value="0x43"/>
4051   </enum>
4052   <enum name="OriginatingDevice" type="ENUM8">
4053     <item name="EnergyServiceInterface" value="0x00"/>
4054     <item name="Meter" value="0x01"/>
4055     <item name="InHomeDisplayDevice" value="0x02"/>
4056   </enum>
4057   <bitmap name="OriginatorIdSupplyControlBits" type="BITMAP8">
4058     <field name="AcknowledgeRequired" mask="0x01"/>
4059   </bitmap>
4060   <enum name="DebtAmountType" type="ENUM8">
4061     <item name="Type1Absolute" value="0x00"/>
4062     <item name="Type1Incremental" value="0x01"/>
4063     <item name="Type2Absolute" value="0x02"/>
4064     <item name="Type2Incremental" value="0x03"/>
4065     <item name="Type3Absolute" value="0x04"/>
4066     <item name="Type3Incremental" value="0x05"/>
4067   </enum>
4068   <enum name="CreditAdjustmentType" type="ENUM8">
4069     <item name="CreditIncremental" value="0x00"/>
4070     <item name="CreditAbsolute" value="0x01"/>
4071   </enum>
4072   <bitmap name="PrepaySnapshotPayloadCause" type="BITMAP32">
4073     <field name="General" mask="0x00000001"/>
4074     <field name="ChangeOfTariffInformation" mask="0x00000008"/>
4075     <field name="ChangeOfPriceMatrix" mask="0x00000010"/>
4076     <field name="ManuallyTriggeredFromClient" mask="0x00000400"/>
4077     <field name="ChangeOfTenancy" mask="0x00001000"/>
4078     <field name="ChangeOfSupplier" mask="0x00002000"/>
4079     <field name="ChangeOfMeterMode" mask="0x00004000"/>
4080     <field name="TopUpAddition" mask="0x00040000"/>
4081     <field name="DebtCreditAddition" mask="0x00080000"/>
4082   </bitmap>
4083   <enum name="RepaymentDebtType" type="ENUM8">
4084     <item name="Debt1" value="0x00"/>
4085     <item name="Debt2" value="0x01"/>
4086     <item name="Debt3" value="0x02"/>
4087     <item name="AllDebts" value="0xFF"/>
4088   </enum>
4089   <enum name="PrepaySnapshotPayloadType" type="ENUM8">
4090     <item name="DebtCreditStatus" value="0x00"/>
4091     <item name="NotUsed" value="0xFF"/>
4092   </enum>
4093   <bitmap name="FriendlyCredit" type="BITMAP8">
4094     <field name="FriendlyCreditEnabled" mask="0x01"/>
4095   </bitmap>
4096   <enum name="ResultType" type="ENUM8">
4097     <item name="Accepted" value="0x00"/>
4098     <item name="RejectedInvalidTopUp" value="0x01"/>
4099     <item name="RejectedDuplicateTopUp" value="0x02"/>
4100     <item name="RejectedError" value="0x03"/>
4101     <item name="RejectedMaxCreditReached" value="0x04"/>
4102     <item name="RejectedKeypadLock" value="0x05"/>
4103     <item name="RejectedTopUpValueTooLarge" value="0x06"/>
4104     <item name="AcceptedSupplyEnabled" value="0x10"/>
4105     <item name="AcceptedSupplyDisabled" value="0x11"/>
4106     <item name="AcceptedSupplyArmed" value="0x12"/>
4107   </enum>
4108   <struct name="TopUpPayload">
4109     <item name="topUpCode" type="OCTET_STRING"/>
4110     <item name="topUpAmount" type="INT32S"/>
4111     <item name="topUpTime" type="UTC_TIME"/>
4112   </struct>
4113   <struct name="DebtPayload">
4114     <item name="collectionTime" type="UTC_TIME"/>
4115     <item name="amountCollected" type="INT32U"/>
4116     <item name="debtType" type="RepaymentDebtType"/>
4117     <item name="outstandingDebt" type="INT32U"/>
4118   </struct>
4119   <!-- Prepayment Cluster -->
4120   <cluster introducedIn="se-1.1-07-5356-16">
4121     <name>Prepayment</name>
4122     <domain>SE</domain>
4123     <description>The Prepayment Cluster provides the facility to pass messages relating to prepayment between devices on the HAN.</description>
4124     <code>0x0705</code>
4125     <define>PREPAYMENT_CLUSTER</define>
4126     <client tick="false" init="false">true</client>
4127     <server tick="false" init="false">true</server>
4128     <!-- Prepayment Cluster Server - Attributes -->
4129     <!-- Prepayment Cluster Server - Prepayment Information Attribute Set -->
4130     <attribute side="server" code="0x0000" define="PAYMENT_CONTROL_CONFIGURATION" type="BITMAP16" min="0x0000" max="0xFFFF" writable="false" default="0x0000" optional="false">payment control configuration</attribute>
4131     <attribute side="server" code="0x0001" define="CREDIT_REMAINING" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true">credit remaining</attribute>
4132     <attribute side="server" code="0x0002" define="EMERGENCY_CREDIT_REMAINING" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true">emergency credit remaining</attribute>
4133     <attribute side="server" code="0x0003" define="CREDIT_STATUS" type="BITMAP8" min="0x00" max="0x40" writable="false" default="0x00" optional="true">credit status</attribute>
4134     <attribute side="server" code="0x0004" define="CREDIT_REMAINING_TIMESTAMP" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">credit remaining timestamp</attribute>
4135     <attribute side="server" code="0x0005" define="ACCUMULATED_DEBT" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">accumulated debt</attribute>
4136     <attribute side="server" code="0x0006" define="OVERALL_DEBT_CAP" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">overall debt cap</attribute>
4137     <attribute side="server" code="0x0010" define="EMERGENCY_CREDIT_LIMIT_ALLOWANCE" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">emergency credit limit allowance</attribute>
4138     <attribute side="server" code="0x0011" define="EMERGENCY_CREDIT_THRESHOLD" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">emergency credit threshold</attribute>
4139     <attribute side="server" code="0x0020" define="TOTAL_CREDIT_ADDED" type="INT48U" min="0x000000000000" max="0xFFFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">total credit added</attribute>
4140     <attribute side="server" code="0x0021" define="MAX_CREDIT_LIMIT" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">max credit limit</attribute>
4141     <attribute side="server" code="0x0022" define="MAX_CREDIT_PER_TOP_UP" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">max credit per top up</attribute>
4142     <attribute side="server" code="0x0030" define="FRIENDLY_CREDIT_WARNING" type="INT8U" min="0x00" max="0xFF" writable="false" default="0x0A" optional="true" introducedIn="se-1.2a-07-5356-19">friendly credit warning</attribute>
4143     <attribute side="server" code="0x0031" define="LOW_CREDIT_WARNING" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">low credit warning level</attribute>
4144     <attribute side="server" code="0x0032" define="IHD_LOW_CREDIT_WARNING" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="true" optional="true" introducedIn="se-1.2a-07-5356-19">IHD low credit warning level</attribute>
4145     <attribute side="server" code="0x0033" define="INTERRUPT_SUSPEND_TIME" type="INT8U" min="0x00" max="0xFF" writable="false" default="60" optional="true" introducedIn="se-1.2a-07-5356-19">Interrupt Suspend Time</attribute>
4146     <attribute side="server" code="0x0034" define="REMAINING_FRIENDLY_CREDIT_TIME" type="INT16U" min="0x0000" max="0xFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">remaining friendly credit time</attribute>
4147     <attribute side="server" code="0x0035" define="NEXT_FRIENDLY_CREDIT_PERIOD" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">next friendly credit period</attribute>
4148     <attribute side="server" code="0x0040" define="CUT_OFF_VALUE" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">cut off value</attribute>
4149     <attribute side="server" code="0x0080" define="TOKEN_CARRIER_ID" type="OCTET_STRING" length="20" writable="true" optional="true" introducedIn="se-1.2a-07-5356-19">token carrier id</attribute>
4150     <!-- Prepayment Cluster Server - Top-Up Attribute Set -->
4151     <attribute side="server" code="0x0100" define="TOP_UP_DATE_TIME_1" type="UTC_TIME" writable="false" optional="true">top up date/time #1</attribute>
4152     <attribute side="server" code="0x0101" define="TOP_UP_AMOUNT_1" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true">top up amount #1</attribute>
4153     <attribute side="server" code="0x0102" define="TOP_UP_ORIGINATING_DEVICE_1" type="ENUM8" writable="false" optional="true">top up originating device #1</attribute>
4154     <attribute side="server" code="0x0103" define="TOP_UP_CODE_1" type="OCTET_STRING" length="25" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">top up code #1</attribute>
4155     <attribute side="server" code="0x0110" define="TOP_UP_DATE_TIME_2" type="UTC_TIME" writable="false" optional="true">top up date/time #2</attribute>
4156     <attribute side="server" code="0x0111" define="TOP_UP_AMOUNT_2" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true">top up amount #2</attribute>
4157     <attribute side="server" code="0x0112" define="TOP_UP_ORIGINATING_DEVICE_2" type="ENUM8" writable="false" optional="true">top up originating device #2</attribute>
4158     <attribute side="server" code="0x0113" define="TOP_UP_CODE_2" type="OCTET_STRING" length="25" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">top up code #2</attribute>
4159     <attribute side="server" code="0x0120" define="TOP_UP_DATE_TIME_3" type="UTC_TIME" writable="false" optional="true">top up date/time #3</attribute>
4160     <attribute side="server" code="0x0121" define="TOP_UP_AMOUNT_3" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true">top up amount #3</attribute>
4161     <attribute side="server" code="0x0122" define="TOP_UP_ORIGINATING_DEVICE_3" type="ENUM8" writable="false" optional="true">top up originating device #3</attribute>
4162     <attribute side="server" code="0x0123" define="TOP_UP_CODE_3" type="OCTET_STRING" length="25" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">top up code #3</attribute>
4163     <attribute side="server" code="0x0130" define="TOP_UP_DATE_TIME_4" type="UTC_TIME" writable="false" optional="true">top up date/time #4</attribute>
4164     <attribute side="server" code="0x0131" define="TOP_UP_AMOUNT_4" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true">top up amount #4</attribute>
4165     <attribute side="server" code="0x0132" define="TOP_UP_ORIGINATING_DEVICE_4" type="ENUM8" writable="false" optional="true">top up originating device #4</attribute>
4166     <attribute side="server" code="0x0133" define="TOP_UP_CODE_4" type="OCTET_STRING" length="25" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">top up code #4</attribute>
4167     <attribute side="server" code="0x0140" define="TOP_UP_DATE_TIME_5" type="UTC_TIME" writable="false" optional="true">top up date/time #5</attribute>
4168     <attribute side="server" code="0x0141" define="TOP_UP_AMOUNT_5" type="INT32S" min="-2147483647" max="2147483647" writable="false" optional="true">top up amount #5</attribute>
4169     <attribute side="server" code="0x0142" define="TOP_UP_ORIGINATING_DEVICE_5" type="ENUM8" writable="false" optional="true">top up originating device #5</attribute>
4170     <attribute side="server" code="0x0143" define="TOP_UP_CODE_5" type="OCTET_STRING" length="25" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">top up code #5</attribute>
4171     <!-- Prepayment Cluster Server - Debt Attribute Set -->
4172     <!-- removedIn is not supported for attributes so just commenting these attributes out
4173     <attribute side="server" code="0x0200" define="FUEL_DEBT_REMAINING"                type="INT48U"       min="0x000000000000"  max="0xFFFFFFFFFFFF"     writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >fuel debt remaining</attribute>
4174     <attribute side="server" code="0x0201" define="FUEL_DEBT_RECOVERY_RATE"            type="INT32U"       min="0x00000000"  max="0xFFFFFFFF"             writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >fuel debt recovery rate</attribute>
4175     <attribute side="server" code="0x0202" define="FUEL_DEBT_RECOVERY_PERIOD"          type="ENUM8"        min="0x00"        max="0xFF"                   writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >fuel debt recovery period</attribute>
4176     <attribute side="server" code="0x0203" define="NON_FUEL_DEBT_REMAINING"            type="INT48U"       min="0x000000000000"  max="0xFFFFFFFFFFFF"     writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >non fuel debt remaining</attribute>
4177     <attribute side="server" code="0x0204" define="NON_FUEL_DEBT_RECOVERY_RATE"        type="INT32U"       min="0x00000000"  max="0xFFFFFFFF"             writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >non fuel debt recovery rate</attribute>
4178     <attribute side="server" code="0x0205" define="NON_FUEL_DEBT_RECOVERY_PERIOD"      type="ENUM8"        min="0x00"        max="0xFF"                   writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >non fuel debt recovery period</attribute>
4179     -->
4180     <attribute side="server" code="0x0210" define="DEBT_LABEL_1" type="OCTET_STRING" length="12" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt label 1</attribute>
4181     <attribute side="server" code="0x0211" define="DEBT_AMOUNT_1" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt amount 1</attribute>
4182     <attribute side="server" code="0x0212" define="DEBT_RECOVERY_METHOD_1" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery method 1</attribute>
4183     <attribute side="server" code="0x0213" define="DEBT_RECOVERY_START_TIME_1" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery start time 1</attribute>
4184     <attribute side="server" code="0x0214" define="DEBT_RECOVERY_COLLECTION_TIME_1" type="INT16U" min="0x0000" max="0x05A0" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery collection time 1</attribute>
4185     <attribute side="server" code="0x0216" define="DEBT_RECOVERY_FREQUENCY_1" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery frequency 1</attribute>
4186     <attribute side="server" code="0x0217" define="DEBT_RECOVERY_AMOUNT_1" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery amount 1</attribute>
4187     <attribute side="server" code="0x0219" define="DEBT_RECOVERY_TOP_UP_PERCENTAGE_1" type="INT16U" min="0x0000" max="0x2710" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery top up percentage 1</attribute>
4188     <attribute side="server" code="0x0220" define="DEBT_LABEL_2" type="OCTET_STRING" length="12" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt label 2</attribute>
4189     <attribute side="server" code="0x0221" define="DEBT_AMOUNT_2" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt amount 2</attribute>
4190     <attribute side="server" code="0x0222" define="DEBT_RECOVERY_METHOD_2" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery method 2</attribute>
4191     <attribute side="server" code="0x0223" define="DEBT_RECOVERY_START_TIME_2" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery start time 2</attribute>
4192     <attribute side="server" code="0x0224" define="DEBT_RECOVERY_COLLECTION_TIME_2" type="INT16U" min="0x0000" max="0x05A0" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery collection time 2</attribute>
4193     <attribute side="server" code="0x0226" define="DEBT_RECOVERY_FREQUENCY_2" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery frequency 2</attribute>
4194     <attribute side="server" code="0x0227" define="DEBT_RECOVERY_AMOUNT_2" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery amount 2</attribute>
4195     <attribute side="server" code="0x0229" define="DEBT_RECOVERY_TOP_UP_PERCENTAGE_2" type="INT16U" min="0x0000" max="0x2710" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery top up percentage 2</attribute>
4196     <attribute side="server" code="0x0230" define="DEBT_LABEL_3" type="OCTET_STRING" length="12" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt label 3</attribute>
4197     <attribute side="server" code="0x0231" define="DEBT_AMOUNT_3" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt amount 3</attribute>
4198     <attribute side="server" code="0x0232" define="DEBT_RECOVERY_METHOD_3" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery method 3</attribute>
4199     <attribute side="server" code="0x0233" define="DEBT_RECOVERY_START_TIME_3" type="UTC_TIME" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery start time 3</attribute>
4200     <attribute side="server" code="0x0234" define="DEBT_RECOVERY_COLLECTION_TIME_3" type="INT16U" min="0x0000" max="0x05A0" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery collection time 3</attribute>
4201     <attribute side="server" code="0x0236" define="DEBT_RECOVERY_FREQUENCY_3" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery frequency 3</attribute>
4202     <attribute side="server" code="0x0237" define="DEBT_RECOVERY_AMOUNT_3" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery amount 3</attribute>
4203     <attribute side="server" code="0x0239" define="DEBT_RECOVERY_TOP_UP_PERCENTAGE_3" type="INT16U" min="0x0000" max="0x2710" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">debt recovery top up percentage 3</attribute>
4204     <!-- Prepayment Cluster Server - Supply Control Attribute Attribute Set -->
4205     <!-- removedIn is not supported for attributes so just commenting these attributes out
4206     <attribute side="server" code="0x0300" define="PROPOSED_CHANGE_PROVIDER_ID"              type="INT32U"       min="0x00000000"  max="0xFFFFFFFF"       writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >proposed change provider id</attribute>
4207     <attribute side="server" code="0x0301" define="PROPOSED_CHANGE_IMPLEMENTATION_TIME"      type="UTC_TIME"                                              writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >proposed change implementation time</attribute>
4208     <attribute side="server" code="0x0302" define="PROPOSED_CHANGE_SUPPLY_STATUS"            type="ENUM8"        min="0x00"        max="0xFF"             writable="false"                  optional="true" removedIn="se-1.2a-07-5356-19"    >proposed change supply status</attribute>
4209     <attribute side="server" code="0x0303" define="DELAYED_SUPPLY_INTERRUPT_VALUE_REMAINING" type="INT16U"       min="0x0000"      max="0xFFFF"           writable="true"                   optional="true" removedIn="se-1.2a-07-5356-19"    >delayed supply interrupt value remaining</attribute>
4210     <attribute side="server" code="0x0304" define="DELAYED_SUPPLY_INTERRUPT_VALUE_TYPE"      type="ENUM8"        min="0x00"        max="0xFF"             writable="true"                   optional="true" removedIn="se-1.2a-07-5356-19"    >delayed supply interrupt value type</attribute>
4211     -->
4212     <!-- Prepayment Cluster Server - Alarms Attribute Set -->
4213     <attribute side="server" code="0x0400" define="PREPAYMENT_ALARM_STATUS" type="BITMAP16" min="0x0000" max="0xFFFF" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-21">prepayment alarm status</attribute>
4214     <attribute side="server" code="0x0401" define="PREPAY_GENERIC_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.2a-07-5356-19">prepay generic alarm mask</attribute>
4215     <attribute side="server" code="0x0402" define="PREPAY_SWITCH_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.2a-07-5356-19">prepay switch alarm mask</attribute>
4216     <attribute side="server" code="0x0403" define="PREPAY_EVENT_ALARM_MASK" type="BITMAP16" min="0x0000" max="0xFFFF" writable="true" default="0xFFFF" optional="true" introducedIn="se-1.2a-07-5356-19">prepay event alarm mask</attribute>
4217     <!-- Prepayment Cluster Server - Historical Cost Consumption Information Attribute Set -->
4218     <attribute side="server" code="0x0500" define="HISTORICAL_COST_CONSUMPTION_FORMATTING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">historical cost consumption formatting</attribute>
4219     <attribute side="server" code="0x0501" define="CONSUMPTION_UNIT_OF_MEASUREMENT" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="se-1.2a-07-5356-19">consumption unit of measurement</attribute>
4220     <attribute side="server" code="0x0502" define="CURRENCY_SCALING_FACTOR" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">currency scaling factor</attribute>
4221     <attribute side="server" code="0x0503" define="PREPAYMANT_CURRENCY" type="INT16U" min="0x0000" max="0x0FFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">currency</attribute>
4222     <attribute side="server" code="0x051C" define="CURRENT_DAY_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current day cost consumption delivered</attribute>
4223     <attribute side="server" code="0x051D" define="CURRENT_DAY_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current day cost consumption received</attribute>
4224     <attribute side="server" code="0x051E" define="PREVIOUS_DAY_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day cost consumption delivered</attribute>
4225     <attribute side="server" code="0x051F" define="PREVIOUS_DAY_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day cost consumption received</attribute>
4226     <attribute side="server" code="0x0520" define="PREVIOUS_DAY_2_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 2 cost consumption delivered</attribute>
4227     <attribute side="server" code="0x0521" define="PREVIOUS_DAY_2_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 2 cost consumption received</attribute>
4228     <attribute side="server" code="0x0522" define="PREVIOUS_DAY_3_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 3 cost consumption delivered</attribute>
4229     <attribute side="server" code="0x0523" define="PREVIOUS_DAY_3_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 3 cost consumption received</attribute>
4230     <attribute side="server" code="0x0524" define="PREVIOUS_DAY_4_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 4 cost consumption delivered</attribute>
4231     <attribute side="server" code="0x0525" define="PREVIOUS_DAY_4_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 4 cost consumption received</attribute>
4232     <attribute side="server" code="0x0526" define="PREVIOUS_DAY_5_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 5 cost consumption delivered</attribute>
4233     <attribute side="server" code="0x0527" define="PREVIOUS_DAY_5_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 5 cost consumption received</attribute>
4234     <attribute side="server" code="0x0528" define="PREVIOUS_DAY_6_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 6 cost consumption delivered</attribute>
4235     <attribute side="server" code="0x0529" define="PREVIOUS_DAY_6_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 6 cost consumption received</attribute>
4236     <attribute side="server" code="0x052A" define="PREVIOUS_DAY_7_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 7 cost consumption delivered</attribute>
4237     <attribute side="server" code="0x052B" define="PREVIOUS_DAY_7_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 7 cost consumption received</attribute>
4238     <attribute side="server" code="0x052C" define="PREVIOUS_DAY_8_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 8 cost consumption delivered</attribute>
4239     <attribute side="server" code="0x052D" define="PREVIOUS_DAY_8_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous day 8 cost consumption received</attribute>
4240     <attribute side="server" code="0x0530" define="CURRENT_WEEK_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current week cost consumption delivered</attribute>
4241     <attribute side="server" code="0x0531" define="CURRENT_WEEK_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current week cost consumption received</attribute>
4242     <attribute side="server" code="0x0532" define="PREVIOUS_WEEK_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week cost consumption delivered</attribute>
4243     <attribute side="server" code="0x0533" define="PREVIOUS_WEEK_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week cost consumption received</attribute>
4244     <attribute side="server" code="0x0534" define="PREVIOUS_WEEK_2_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 2 cost consumption delivered</attribute>
4245     <attribute side="server" code="0x0535" define="PREVIOUS_WEEK_2_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 2 cost consumption received</attribute>
4246     <attribute side="server" code="0x0536" define="PREVIOUS_WEEK_3_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 3 cost consumption delivered</attribute>
4247     <attribute side="server" code="0x0537" define="PREVIOUS_WEEK_3_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 3 cost consumption received</attribute>
4248     <attribute side="server" code="0x0538" define="PREVIOUS_WEEK_4_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 4 cost consumption delivered</attribute>
4249     <attribute side="server" code="0x0539" define="PREVIOUS_WEEK_4_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 4 cost consumption received</attribute>
4250     <attribute side="server" code="0x053A" define="PREVIOUS_WEEK_5_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 5 cost consumption delivered</attribute>
4251     <attribute side="server" code="0x053B" define="PREVIOUS_WEEK_5_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous week 5 cost consumption received</attribute>
4252     <attribute side="server" code="0x0540" define="CURRENT_MONTH_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current month cost consumption delivered</attribute>
4253     <attribute side="server" code="0x0541" define="CURRENT_MONTH_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">current month cost consumption received</attribute>
4254     <attribute side="server" code="0x0542" define="PREVIOUS_MONTH_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month cost consumption delivered</attribute>
4255     <attribute side="server" code="0x0543" define="PREVIOUS_MONTH_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month cost consumption received</attribute>
4256     <attribute side="server" code="0x0544" define="PREVIOUS_MONTH_2_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 2 cost consumption delivered</attribute>
4257     <attribute side="server" code="0x0545" define="PREVIOUS_MONTH_2_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 2 cost consumption received</attribute>
4258     <attribute side="server" code="0x0546" define="PREVIOUS_MONTH_3_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 3 cost consumption delivered</attribute>
4259     <attribute side="server" code="0x0547" define="PREVIOUS_MONTH_3_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 3 cost consumption received</attribute>
4260     <attribute side="server" code="0x0548" define="PREVIOUS_MONTH_4_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 4 cost consumption delivered</attribute>
4261     <attribute side="server" code="0x0549" define="PREVIOUS_MONTH_4_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 4 cost consumption received</attribute>
4262     <attribute side="server" code="0x054A" define="PREVIOUS_MONTH_5_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 5 cost consumption delivered</attribute>
4263     <attribute side="server" code="0x054B" define="PREVIOUS_MONTH_5_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 5 cost consumption received</attribute>
4264     <attribute side="server" code="0x054C" define="PREVIOUS_MONTH_6_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 6 cost consumption delivered</attribute>
4265     <attribute side="server" code="0x054D" define="PREVIOUS_MONTH_6_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 6 cost consumption received</attribute>
4266     <attribute side="server" code="0x054E" define="PREVIOUS_MONTH_7_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 7 cost consumption delivered</attribute>
4267     <attribute side="server" code="0x054F" define="PREVIOUS_MONTH_7_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 7 cost consumption received</attribute>
4268     <attribute side="server" code="0x0550" define="PREVIOUS_MONTH_8_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 8 cost consumption delivered</attribute>
4269     <attribute side="server" code="0x0551" define="PREVIOUS_MONTH_8_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 8 cost consumption received</attribute>
4270     <attribute side="server" code="0x0552" define="PREVIOUS_MONTH_9_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 9 cost consumption delivered</attribute>
4271     <attribute side="server" code="0x0553" define="PREVIOUS_MONTH_9_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 9 cost consumption received</attribute>
4272     <attribute side="server" code="0x0554" define="PREVIOUS_MONTH_10_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 10 cost consumption delivered</attribute>
4273     <attribute side="server" code="0x0555" define="PREVIOUS_MONTH_10_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 10 cost consumption received</attribute>
4274     <attribute side="server" code="0x0556" define="PREVIOUS_MONTH_11_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 11 cost consumption delivered</attribute>
4275     <attribute side="server" code="0x0557" define="PREVIOUS_MONTH_11_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 11 cost consumption received</attribute>
4276     <attribute side="server" code="0x0558" define="PREVIOUS_MONTH_12_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 12 cost consumption delivered</attribute>
4277     <attribute side="server" code="0x0559" define="PREVIOUS_MONTH_12_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 12 cost consumption received</attribute>
4278     <attribute side="server" code="0x055A" define="PREVIOUS_MONTH_13_COST_CONSUMPTION_DELIVERED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 13 cost consumption delivered</attribute>
4279     <attribute side="server" code="0x055B" define="PREVIOUS_MONTH_13_COST_CONSUMPTION_RECEIVED" type="INT48U" min="0x0000000000" max="0xFFFFFFFFFF" writable="false" optional="true" introducedIn="se-1.2a-07-5356-19">previous month 13 cost consumption received</attribute>
4280     <attribute side="server" code="0x055C" define="PREPAYMENT_HISTORICAL_FREEZE_TIME" type="INT16U" min="0x0000" max="0x173C" writable="false" default="0x0000" optional="true" introducedIn="se-1.2a-07-5356-19">historical freeze time</attribute>
4281     <!-- Prepayment Cluster Client - Attributes -->
4282     <!-- Prepayment Cluster Client - Commands -->
4283     <command source="client" code="0x00" name="SelectAvailableEmergencyCredit" optional="true" cli="zcl prepayment sel-av-em-cred">
4284       <description>
4285         This command is sent to the Metering Device to activate the use of any Emergency Credit available on the Metering Device.
4286       </description>
4287       <arg name="commandIssueDateTime" type="UTC_TIME"/>
4288       <arg name="originatingDevice" type="OriginatingDevice"/>
4289       <arg name="siteId" type="OCTET_STRING" removedIn="se-1.2a-07-5356-19"/>
4290       <arg name="meterSerialNumber" type="OCTET_STRING" removedIn="se-1.2a-07-5356-19"/>
4291     </command>
4292     <command source="client" code="0x02" name="ChangeDebt" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment chg-debt">
4293       <description>
4294         The ChangeDebt command is send to the Metering Device to change the fuel or Non fuel debt values.
4295       </description>
4296       <arg name="issuerEventId" type="INT32U"/>
4297       <arg name="debtLabel" type="OCTET_STRING"/>
4298       <arg name="debtAmount" type="INT32U"/>
4299       <arg name="debtRecoveryMethod" type="DebtRecoveryMethod"/>
4300       <arg name="debtAmountType" type="DebtAmountType"/>
4301       <arg name="debtRecoveryStartTime" type="UTC_TIME"/>
4302       <arg name="debtRecoveryCollectionTime" type="INT16U"/>
4303       <arg name="debtRecoveryFrequency" type="DebtRecoveryFrequency"/>
4304       <arg name="debtRecoveryAmount" type="INT32U"/>
4305       <arg name="debtRecoveryBalancePercentage" type="INT16U"/>
4306     </command>
4307     <command source="client" code="0x03" name="EmergencyCreditSetup" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment em-cred-setup">
4308       <description>
4309         This command is a method to set up the parameters for the emergency credit.
4310       </description>
4311       <arg name="issuerEventId" type="INT32U"/>
4312       <arg name="startTime" type="UTC_TIME"/>
4313       <arg name="emergencyCreditLimit" type="INT32U"/>
4314       <arg name="emergencyCreditThreshold" type="INT32U"/>
4315     </command>
4316     <command source="client" code="0x04" name="ConsumerTopUp" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment cons-top-up">
4317       <description>
4318         The ConsumerTopUp command is used by the IPD and the ESI as a method of applying credit top up values to the prepayment meter.
4319       </description>
4320       <arg name="originatingDevice" type="OriginatingDevice"/>
4321       <arg name="topUpCode" type="OCTET_STRING"/>
4322     </command>
4323     <command source="client" code="0x05" name="CreditAdjustment" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment cred-adj">
4324       <description>
4325         The CreditAdjustment command is sent to update the accounting base for the Prepayment meter.
4326       </description>
4327       <arg name="issuerEventId" type="INT32U"/>
4328       <arg name="startTime" type="UTC_TIME"/>
4329       <arg name="creditAdjustmentType" type="CreditAdjustmentType"/>
4330       <arg name="creditAdjustmentValue" type="INT32U"/>
4331     </command>
4332     <command source="client" code="0x06" name="ChangePaymentMode" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment chg-pmt-mode">
4333       <description>
4334         This command is sent to a Metering Device to instruct it to change its mode of operation. i.e. from Credit to Prepayment.
4335       </description>
4336       <arg name="providerId" type="INT32U"/>
4337       <arg name="issuerEventId" type="INT32U"/>
4338       <arg name="implementationDateTime" type="UTC_TIME"/>
4339       <arg name="proposedPaymentControlConfiguration" type="PaymentControlConfiguration"/>
4340       <arg name="cutOffValue" type="INT32U"/>
4341     </command>
4342     <command source="client" code="0x07" name="GetPrepaySnapshot" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment get-pp-ss">
4343       <description>
4344         This command is used to request the cluster server for snapshot data.
4345       </description>
4346       <arg name="earliestStartTime" type="UTC_TIME"/>
4347       <arg name="latestEndTime" type="UTC_TIME"/>
4348       <arg name="snapshotOffset" type="INT8U"/>
4349       <arg name="snapshotCause" type="PrepaySnapshotPayloadCause"/>
4350     </command>
4351     <command source="client" code="0x08" name="GetTopUpLog" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment get-top-up-log">
4352       <description>
4353         This command is sent to the Metering Device to retrieve the log of Top Up codes received by the meter.
4354       </description>
4355       <arg name="latestEndTime" type="UTC_TIME"/>
4356       <arg name="numberOfRecords" type="INT8U"/>
4357     </command>
4358     <command source="client" code="0x09" name="SetLowCreditWarningLevel" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment set-low-cred-wng-lvl">
4359       <description>
4360         This command is sent from client to a Prepayment server to set the warning level for low credit.
4361       </description>
4362       <arg name="lowCreditWarningLevel" type="INT32U"/>
4363     </command>
4364     <command source="client" code="0x0A" name="GetDebtRepaymentLog" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment get-debt-repmt-log">
4365       <description>
4366         This command is used to request the contents of the repayment log.
4367       </description>
4368       <arg name="latestEndTime" type="UTC_TIME"/>
4369       <arg name="numberOfDebts" type="INT8U"/>
4370       <arg name="debtType" type="RepaymentDebtType"/>
4371     </command>
4372     <command source="client" code="0x0B" name="SetMaximumCreditLimit" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment set-max-cred-lmt">
4373       <description>
4374         This command is sent from a client to the Prepayment server to set the maximum credit level allowed in the meter.
4375       </description>
4376       <arg name="providerId" type="INT32U"/>
4377       <arg name="issuerEventId" type="INT32U"/>
4378       <arg name="implementationDateTime" type="UTC_TIME"/>
4379       <arg name="maximumCreditLevel" type="INT32U"/>
4380       <arg name="maximumCreditPerTopUp" type="INT32U"/>
4381     </command>
4382     <command source="client" code="0x0C" name="SetOverallDebtCap" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment set-oa-debt-cap">
4383       <description>
4384         This command is sent from a client to the Prepayment server to set the overall debt cap allowed in the meter.
4385       </description>
4386       <arg name="providerId" type="INT32U"/>
4387       <arg name="issuerEventId" type="INT32U"/>
4388       <arg name="implementationDateTime" type="UTC_TIME"/>
4389       <arg name="overallDebtCap" type="INT32U"/>
4390     </command>
4391     <command source="server" code="0x01" name="PublishPrepaySnapshot" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment pub-prep-ss">
4392       <description>
4393         This command is generated in response to a GetPrepaySnapshot command. It is used to return a single snapshot to the client.
4394       </description>
4395       <arg name="snapshotId" type="INT32U"/>
4396       <arg name="snapshotTime" type="UTC_TIME"/>
4397       <arg name="totalSnapshotsFound" type="INT8U"/>
4398       <arg name="commandIndex" type="INT8U"/>
4399       <arg name="totalNumberOfCommands" type="INT8U"/>
4400       <arg name="snapshotCause" type="PrepaySnapshotPayloadCause"/>
4401       <arg name="snapshotPayloadType" type="PrepaySnapshotPayloadType"/>
4402       <arg name="snapshotPayload" type="INT8U" array="true"/>
4403     </command>
4404     <command source="server" code="0x02" name="ChangePaymentModeResponse" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment chg-pmt-mode-resp" disableDefaultResponse="true">
4405       <description>
4406         This command is send in response to the ChangePaymentMode Command.
4407       </description>
4408       <arg name="friendlyCredit" type="FriendlyCredit"/>
4409       <arg name="friendlyCreditCalendarId" type="INT32U"/>
4410       <arg name="emergencyCreditLimit" type="INT32U"/>
4411       <arg name="emergencyCreditThreshold" type="INT32U"/>
4412     </command>
4413     <command source="server" code="0x03" name="ConsumerTopUpResponse" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment cons-top-up-resp" disableDefaultResponse="true">
4414       <description>
4415         This command is send in response to the ConsumerTopUp Command.
4416       </description>
4417       <arg name="resultType" type="ResultType"/>
4418       <arg name="topUpValue" type="INT32U"/>
4419       <arg name="sourceOfTopUp" type="OriginatingDevice"/>
4420       <arg name="creditRemaining" type="INT32U"/>
4421     </command>
4422     <command source="server" code="0x05" name="PublishTopUpLog" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment pub-top-up-log">
4423       <description>
4424         This command is used to send the Top Up Code Log entries to the client.
4425       </description>
4426       <arg name="commandIndex" type="INT8U"/>
4427       <arg name="totalNumberOfCommands" type="INT8U"/>
4428       <arg name="topUpPayload" type="TopUpPayload" array="true"/>
4429     </command>
4430     <command source="server" code="0x06" name="PublishDebtLog" optional="true" introducedIn="se-1.2a-07-5356-19" cli="zcl prepayment pub-debt-log">
4431       <description>
4432         This command is used to send the contents of the Repayment Log.
4433       </description>
4434       <arg name="commandIndex" type="INT8U"/>
4435       <arg name="totalNumberOfCommands" type="INT8U"/>
4436       <arg name="debtPayload" type="DebtPayload" array="true"/>
4437     </command>
4438   </cluster>
4439   <!-- Energy Management Cluster - Structs, BITMAPs & ENUMs -->
4440   <bitmap name="LoadControlState" type="BITMAP8">
4441     <field name="RelayOpenOrConsumptionInterupted" mask="0x01"/>
4442     <field name="EventInProgress" mask="0x02"/>
4443     <field name="PowerStabilizing" mask="0x04"/>
4444     <field name="OtherLoadReduction" mask="0x08"/>
4445     <field name="CurrentFlowOrConsumingCommodity" mask="0x10"/>
4446     <field name="LoadCall" mask="0x20"/>
4447   </bitmap>
4448   <bitmap name="CurrentEventStatus" type="BITMAP8">
4449     <field name="RandomizedStartTime" mask="0x01"/>
4450     <field name="RandomizedDuration" mask="0x02"/>
4451     <field name="ExtendedBitsPresent" mask="0x04"/>
4452     <field name="EventActive" mask="0x08"/>
4453     <field name="DeviceParticipatingInEvent" mask="0x10"/>
4454     <field name="ReducingLoad" mask="0x20"/>
4455     <field name="OnAtEndOfEvent" mask="0x40"/>
4456   </bitmap>
4457   <!-- Energy Management Cluster -->
4458   <cluster introducedIn="se-1.2a-07-5356-19">
4459     <name>Energy Management</name>
4460     <domain>SE</domain>
4461     <description>This cluster provides attributes and commands to assist applications in creating resource monitoring protocols.</description>
4462     <code>0x0706</code>
4463     <define>ENERGY_MANAGEMENT_CLUSTER</define>
4464     <client tick="false" init="false">true</client>
4465     <server tick="false" init="false">true</server>
4466     <!-- Energy Management Cluster Server - Attributes -->
4467     <attribute side="server" code="0x0000" define="LOAD_CONTROL_STATE" type="BITMAP8" writable="false" optional="false" min="0x00" max="0xFF" default="0x00">Load Control State</attribute>
4468     <attribute side="server" code="0x0001" define="CURRENT_EVENT_ID" type="INT32U" writable="false" optional="false" min="0x00000000" max="0xFFFFFFFE" default="0xFFFFFFFF">Current Event ID</attribute>
4469     <attribute side="server" code="0x0002" define="CURRENT_EVENT_STATUS" type="BITMAP8" writable="false" optional="false" min="0x00" max="0xFF" default="0x00">Current Event Status</attribute>
4470     <attribute side="server" code="0x0003" define="CONFORMANCE_LEVEL" type="INT8U" writable="true" optional="false" min="0x00" max="0x07" default="0x00">Conformance Level</attribute>
4471     <attribute side="server" code="0x0004" define="MINIMUM_OFF_TIME" type="INT16U" writable="true" optional="false" min="0x0000" max="0xFFFF">Minimum Off Time</attribute>
4472     <attribute side="server" code="0x0005" define="MINIMUM_ON_TIME" type="INT16U" writable="true" optional="false" min="0x0000" max="0xFFFF">Minimum On Time</attribute>
4473     <attribute side="server" code="0x0006" define="MINIMUM_CYCLE_PERIOD" type="INT16U" writable="true" optional="false" min="0x0000" max="0xFFFF">Minimum Cycle Period</attribute>
4474     <!-- Energy Management Cluster Client - Attributes -->
4475     <!-- Energy Management Cluster Server - Commands -->
4476     <command source="server" code="0x00" name="ReportEventStatus" optional="false">
4477       <description>
4478         This command is reused from the DRLC cluster. This command is generated in response to the Manage Event command.
4479       </description>
4480       <arg name="issuerEventId" type="INT32U"/>
4481       <arg name="eventStatus" type="AmiEventStatus"/>
4482       <arg name="eventStatusTime" type="UTC_TIME"/>
4483       <arg name="criticalityLevelApplied" type="AmiCriticalityLevel"/>
4484       <arg name="coolingTemperatureSetPointApplied" type="INT16U"/>
4485       <arg name="heatingTemperatureSetPointApplied" type="INT16U"/>
4486       <arg name="averageLoadAdjustmentPercentageApplied" type="INT8S"/>
4487       <arg name="dutyCycleApplied" type="INT8U"/>
4488       <arg name="eventControl" type="AmiEventControl"/>
4489     </command>
4490     <!-- Energy Management Cluster Client - Commands -->
4491     <command source="client" code="0x00" name="ManageEvent" optional="false">
4492       <description>
4493         The Manage Event command allows a remote device (such as an IHD or web portal) to change the behavior of a DRLC cluster client when responding to a DRLC Load Control Event.
4494       </description>
4495       <arg name="issuerEventId" type="INT32U"/>
4496       <arg name="deviceClass" type="AmiDeviceClass"/>
4497       <arg name="utilityEnrollmentGroup" type="INT8U"/>
4498       <arg name="actionRequired" type="INT8U"/>
4499     </command>
4500   </cluster>
4501   <!-- Calendar Cluster - Structs, BITMAPs & ENUMs -->
4502   <enum name="CalendarType" type="ENUM8">
4503     <item name="DeliveredCalendar" value="0x00"/>
4504     <item name="ReceivedCalendar" value="0x01"/>
4505     <item name="DeliveredAndReceivedCalendar" value="0x02"/>
4506     <item name="FriendlyCreditCalendar" value="0x03"/>
4507     <item name="AuxilliaryLoadSwitchCalendar" value="0x04"/>
4508   </enum>
4509   <enum name="CalendarTimeReference" type="ENUM8">
4510     <item name="UtcTime" value="0x00"/>
4511     <item name="StandardTime" value="0x01"/>
4512     <item name="LocalTime" value="0x02"/>
4513   </enum>
4514   <struct name="ScheduleEntry">
4515     <item name="startTime" type="INT16U"/>
4516     <item name="activePriceTierOrFriendlyCreditEnable" type="INT8U"/>
4517   </struct>
4518   <struct name="ScheduleEntryRateSwitchTimes">
4519     <item name="startTime" type="INT16U"/>
4520     <item name="priceTier" type="PriceTier"/>
4521   </struct>
4522   <struct name="ScheduleEntryFriendlyCreditSwitchTimes">
4523     <item name="startTime" type="INT16U"/>
4524     <item name="friendlyCreditEnable" type="BOOLEAN"/>
4525   </struct>
4526   <bitmap name="AuxiliaryLoadSwitchState" type="BITMAP8">
4527     <field name="AuxiliarySwitch1" mask="0x01"/>
4528     <field name="AuxiliarySwitch2" mask="0x02"/>
4529     <field name="AuxiliarySwitch3" mask="0x04"/>
4530     <field name="AuxiliarySwitch4" mask="0x08"/>
4531     <field name="AuxiliarySwitch5" mask="0x10"/>
4532     <field name="AuxiliarySwitch6" mask="0x20"/>
4533     <field name="AuxiliarySwitch7" mask="0x40"/>
4534     <field name="AuxiliarySwitch8" mask="0x80"/>
4535   </bitmap>
4536   <struct name="ScheduleEntryAuxilliaryLoadSwitchTimes">
4537     <item name="startTime" type="INT16U"/>
4538     <item name="auxiliaryLoadSwitchState" type="AuxiliaryLoadSwitchState"/>
4539   </struct>
4540   <struct name="SeasonEntry">
4541     <item name="seasonStartDate" type="DATE"/>
4542     <item name="weekIdRef" type="INT8U"/>
4543   </struct>
4544   <struct name="SpecialDay">
4545     <item name="specialDayDate" type="DATE"/>
4546     <item name="dayIdRef" type="INT8U"/>
4547   </struct>
4548   <!-- Calendar Cluster -->
4549   <cluster introducedIn="se-1.2a-07-5356-19">
4550     <name>Calendar</name>
4551     <domain>SE</domain>
4552     <description>This cluster provides attributes and commands to assist applications in developing time and date based protocol.</description>
4553     <code>0x0707</code>
4554     <define>CALENDAR_CLUSTER</define>
4555     <client tick="false" init="false">true</client>
4556     <server tick="false" init="false">true</server>
4557     <!-- Calendar Cluster Server - Attributes -->
4558     <attribute side="server" code="0x0000" define="AUXILIARY_SWITCH_1_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 1">Auxiliary Switch 1 Label</attribute>
4559     <attribute side="server" code="0x0001" define="AUXILIARY_SWITCH_2_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 2">Auxiliary Switch 2 Label</attribute>
4560     <attribute side="server" code="0x0002" define="AUXILIARY_SWITCH_3_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 3">Auxiliary Switch 3 Label</attribute>
4561     <attribute side="server" code="0x0003" define="AUXILIARY_SWITCH_4_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 4">Auxiliary Switch 4 Label</attribute>
4562     <attribute side="server" code="0x0004" define="AUXILIARY_SWITCH_5_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 5">Auxiliary Switch 5 Label</attribute>
4563     <attribute side="server" code="0x0005" define="AUXILIARY_SWITCH_6_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 6">Auxiliary Switch 6 Label</attribute>
4564     <attribute side="server" code="0x0006" define="AUXILIARY_SWITCH_7_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 7">Auxiliary Switch 7 Label</attribute>
4565     <attribute side="server" code="0x0007" define="AUXILIARY_SWITCH_8_LABEL" type="OCTET_STRING" writable="true" length="22" optional="true" default="Auxiliary 8">Auxiliary Switch 8 Label</attribute>
4566     <!-- Calendar Cluster Server - Commands -->
4567     <command source="server" code="0x00" name="PublishCalendar" optional="false">
4568       <description>
4569         The PublishCalendar command is published in response to a GetCalendar command or if new calendar information is available.
4570       </description>
4571       <arg name="providerId" type="INT32U"/>
4572       <arg name="issuerEventId" type="INT32U"/>
4573       <arg name="issuerCalendarId" type="INT32U"/>
4574       <arg name="startTime" type="UTC_TIME"/>
4575       <arg name="calendarType" type="CalendarType"/>
4576       <arg name="calendarTimeReference" type="CalendarTimeReference"/>
4577       <arg name="calendarName" type="OCTET_STRING"/>
4578       <arg name="numberOfSeasons" type="INT8U"/>
4579       <arg name="numberOfWeekProfiles" type="INT8U"/>
4580       <arg name="numberOfDayProfiles" type="INT8U"/>
4581     </command>
4582     <command source="server" code="0x01" name="PublishDayProfile" optional="false">
4583       <description>
4584         The PublishDayProfile command is published in response to a GetDayProfile command.
4585       </description>
4586       <arg name="providerId" type="INT32U"/>
4587       <arg name="issuerEventId" type="INT32U"/>
4588       <arg name="issuerCalendarId" type="INT32U"/>
4589       <arg name="dayId" type="INT8U"/>
4590       <arg name="totalNumberOfScheduleEntries" type="INT8U"/>
4591       <arg name="commandIndex" type="INT8U"/>
4592       <arg name="totalNumberOfCommands" type="INT8U"/>
4593       <arg name="calendarType" type="CalendarType"/>
4594       <arg name="dayScheduleEntries" type="ScheduleEntry" array="true"/>
4595     </command>
4596     <command source="server" code="0x02" name="PublishWeekProfile" optional="false">
4597       <description>
4598         The PublishWeekProfile command is published in response to a GetWeekProfile command.
4599       </description>
4600       <arg name="providerId" type="INT32U"/>
4601       <arg name="issuerEventId" type="INT32U"/>
4602       <arg name="issuerCalendarId" type="INT32U"/>
4603       <arg name="weekId" type="INT8U"/>
4604       <arg name="dayIdRefMonday" type="INT8U"/>
4605       <arg name="dayIdRefTuesday" type="INT8U"/>
4606       <arg name="dayIdRefWednesday" type="INT8U"/>
4607       <arg name="dayIdRefThursday" type="INT8U"/>
4608       <arg name="dayIdRefFriday" type="INT8U"/>
4609       <arg name="dayIdRefSaturday" type="INT8U"/>
4610       <arg name="dayIdRefSunday" type="INT8U"/>
4611     </command>
4612     <command source="server" code="0x03" name="PublishSeasons" optional="false">
4613       <description>
4614         The PublishSeasons command is published in response to a GetSeason command.
4615       </description>
4616       <arg name="providerId" type="INT32U"/>
4617       <arg name="issuerEventId" type="INT32U"/>
4618       <arg name="issuerCalendarId" type="INT32U"/>
4619       <arg name="commandIndex" type="INT8U"/>
4620       <arg name="totalNumberOfCommands" type="INT8U"/>
4621       <arg name="seasonEntries" type="SeasonEntry" array="true"/>
4622     </command>
4623     <command source="server" code="0x04" name="PublishSpecialDays" optional="false">
4624       <description>
4625         The PublishSpecialDays command is published in response to a GetSpecialDays command or if a calendar update is available.
4626       </description>
4627       <arg name="providerId" type="INT32U"/>
4628       <arg name="issuerEventId" type="INT32U"/>
4629       <arg name="issuerCalendarId" type="INT32U"/>
4630       <arg name="startTime" type="UTC_TIME"/>
4631       <arg name="calendarType" type="CalendarType"/>
4632       <arg name="totalNumberOfSpecialDays" type="INT8U"/>
4633       <arg name="commandIndex" type="INT8U"/>
4634       <arg name="totalNumberOfCommands" type="INT8U"/>
4635       <arg name="specialDayEntries" type="SpecialDay" array="true"/>
4636     </command>
4637     <command source="server" code="0x05" name="CancelCalendar" optional="true">
4638       <description>
4639         The CancelCalendar command indicates that all data associated with a particular calendar instance should be discarded.
4640       </description>
4641       <arg name="providerId" type="INT32U"/>
4642       <arg name="issuerCalendarId" type="INT32U"/>
4643       <arg name="calendarType" type="CalendarType"/>
4644     </command>
4645     <!-- Calendar Cluster Client - Commands -->
4646     <command source="client" code="0x00" name="GetCalendar" optional="true" cli="zcl calendar get-calendar">
4647       <description>
4648         This command initiates PublishCalendar command(s) for scheduled Calendar updates.
4649       </description>
4650       <arg name="earliestStartTime" type="UTC_TIME"/>
4651       <arg name="minIssuerEventId" type="INT32U"/>
4652       <arg name="numberOfCalendars" type="INT8U"/>
4653       <arg name="calendarType" type="CalendarType"/>
4654       <arg name="providerId" type="INT32U"/>
4655     </command>
4656     <command source="client" code="0x01" name="GetDayProfiles" optional="true" cli="zcl calendar get-day-profiles">
4657       <description>
4658         This command initiates one or more PublishDayProfile commands for the referenced Calendar.
4659       </description>
4660       <arg name="providerId" type="INT32U"/>
4661       <arg name="issuerCalendarId" type="INT32U"/>
4662       <arg name="startDayId" type="INT8U"/>
4663       <arg name="numberOfDays" type="INT8U"/>
4664     </command>
4665     <command source="client" code="0x02" name="GetWeekProfiles" optional="true" cli="zcl calendar get-week-profiles">
4666       <description>
4667         This command initiates one or more PublishWeekProfile commands for the referenced Calendar.
4668       </description>
4669       <arg name="providerId" type="INT32U"/>
4670       <arg name="issuerCalendarId" type="INT32U"/>
4671       <arg name="startWeekId" type="INT8U"/>
4672       <arg name="numberOfWeeks" type="INT8U"/>
4673     </command>
4674     <command source="client" code="0x03" name="GetSeasons" optional="true" cli="zcl calendar get-seasons">
4675       <description>
4676         This command initiates one or more PublishSeasons commands for the referenced Calendar.
4677       </description>
4678       <arg name="providerId" type="INT32U"/>
4679       <arg name="issuerCalendarId" type="INT32U"/>
4680     </command>
4681     <command source="client" code="0x04" name="GetSpecialDays" optional="false" cli="zcl calendar get-special-days">
4682       <description>
4683         This command initiates one or more PublishSpecialDays commands for the scheduled Special Day Table updates.
4684       </description>
4685       <arg name="startTime" type="UTC_TIME"/>
4686       <arg name="numberOfEvents" type="INT8U"/>
4687       <arg name="calendarType" type="CalendarType"/>
4688       <arg name="providerId" type="INT32U"/>
4689       <arg name="issuerCalendarId" type="INT32U"/>
4690     </command>
4691     <command source="client" code="0x05" name="GetCalendarCancellation" optional="false" cli="zcl calendar get-cancellation">
4692       <description>
4693         This command initiates the return of the last CancelCalendar command held on the associated server.
4694       </description>
4695     </command>
4696   </cluster>
4697   <!-- Device Management Cluster - Structs, BITMAPs & ENUMs -->
4698   <bitmap name="ProposedChangeControl" type="BITMAP32">
4699     <field name="PreSnapshots" mask="0x00000001"/>
4700     <field name="PostSnapshots" mask="0x00000002"/>
4701     <field name="ResetCreditRegister" mask="0x00000004"/>
4702     <field name="ResetDebitRegister" mask="0x00000008"/>
4703     <field name="ResetBillingPeriod" mask="0x00000010"/>
4704     <field name="ClearTariffPlan" mask="0x00000020"/>
4705     <field name="ClearStandingCharge" mask="0x00000040"/>
4706     <field name="BlockHistoricalLoadProfileInformation" mask="0x00000080"/>
4707     <field name="ClearHistoricalLoadProfileInformation" mask="0x00000100"/>
4708     <field name="ClearIhdDataConsumer" mask="0x00000200"/>
4709     <field name="ClearIhdDataSupplier" mask="0x00000400"/>
4710     <field name="MeterConnectorStateOnOffArmed" mask="0x00001800"/>
4711     <field name="ClearTransactionLog" mask="0x00002000"/>
4712     <field name="ClearPrepaymentLog" mask="0x00004000"/>
4713   </bitmap>
4714   <enum name="EventConfigurationLogAction" type="ENUM8">
4715     <item name="DoNotLog" value="0x00"/>
4716     <item name="LogAsTamper" value="0x01"/>
4717     <item name="LogAsFault" value="0x02"/>
4718     <item name="LogAsGeneralEvent" value="0x03"/>
4719     <item name="LogAsSecurityEvent" value="0x04"/>
4720     <item name="LogAsNetworkEvent" value="0x05"/>
4721   </enum>
4722   <bitmap name="EventConfiguration" type="BITMAP8">
4723     <field name="LogAction" mask="0x07"/>
4724     <field name="PushEventToWAN" mask="0x08"/>
4725     <field name="PushEventToHAN" mask="0x10"/>
4726     <field name="RaiseAlarmZigBee" mask="0x20"/>
4727     <field name="RaiseAlarmPhysical" mask="0x40"/>
4728   </bitmap>
4729   <enum name="PasswordType" type="ENUM8">
4730     <item name="Password1ServiceMenuAccess" value="0x01"/>
4731     <item name="Password2ConsumerMenuAccess" value="0x02"/>
4732     <item name="Password3" value="0x03"/>
4733     <item name="Password4" value="0x04"/>
4734   </enum>
4735   <struct name="EventConfigurationPayload">
4736     <item name="eventId" type="INT16U"/>
4737     <item name="eventConfiguration" type="EventConfiguration"/>
4738   </struct>
4739   <enum name="WanStatus" type="ENUM8">
4740     <item name="ConnectionToWanIsNotAvailable" value="0x00"/>
4741     <item name="ConnectionToWanIsAvailable" value="0x01"/>
4742   </enum>
4743   <enum name="EventConfigurationControl" type="ENUM8">
4744     <item name="ApplyByList" value="0x00"/>
4745     <item name="ApplyByEventGroup" value="0x01"/>
4746     <item name="ApplyByLogType" value="0x02"/>
4747     <item name="ApplyByConfigurationMatch" value="0x03"/>
4748   </enum>
4749   <!-- Device Management Cluster -->
4750   <cluster introducedIn="se-1.2a-07-5356-19">
4751     <name>Device Management</name>
4752     <domain>SE</domain>
4753     <description>This cluster provides attributes and commands to support device-cognisant application layer protocols.</description>
4754     <code>0x0708</code>
4755     <define>DEVICE_MANAGEMENT_CLUSTER</define>
4756     <client tick="false" init="false">true</client>
4757     <server tick="false" init="false">true</server>
4758     <!-- Device Management Server - Attributes -->
4759     <!-- Device Management Server - Supplier Control Attribute Set -->
4760     <attribute side="server" code="0x0100" define="PROVIDER_ID_SERVER" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="true">provider id (server)</attribute>
4761     <attribute side="server" code="0x0101" define="PROVIDER_NAME" type="OCTET_STRING" length="16" writable="false" optional="true">provider name</attribute>
4762     <attribute side="server" code="0x0102" define="PROVIDER_CONTACT_DETAILS" type="OCTET_STRING" length="19" writable="false" optional="true">provider contact details</attribute>
4763     <attribute side="server" code="0x0110" define="PROPOSED_PROVIDER_ID" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">proposed provider id</attribute>
4764     <attribute side="server" code="0x0111" define="PROPOSED_PROVIDER_NAME" type="OCTET_STRING" length="16" writable="false" optional="true">proposed provider name</attribute>
4765     <attribute side="server" code="0x0112" define="PROPOSED_PROVIDER_CHANGE_DATE_TIME" type="UTC_TIME" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">proposed provider change date time</attribute>
4766     <attribute side="server" code="0x0113" define="PROPOSED_PROVIDER_CHANGE_CONTROL" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">proposed provider change control</attribute>
4767     <attribute side="server" code="0x0120" define="RECEIVED_PROVIDER_ID_SERVER" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">received provider id (server)</attribute>
4768     <attribute side="server" code="0x0121" define="RECEIVED_PROVIDER_NAME" type="OCTET_STRING" length="16" writable="false" optional="true">received provider name</attribute>
4769     <attribute side="server" code="0x0122" define="RECEIVED_PROVIDER_CONTACT_DETAILS" type="OCTET_STRING" length="19" writable="false" optional="true">received provider contact details</attribute>
4770     <attribute side="server" code="0x0130" define="RECEIVED_PROPOSED_PROVIDER_ID" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">received proposed provider id</attribute>
4771     <attribute side="server" code="0x0131" define="RECEIVED_PROPOSED_PROVIDER_NAME" type="OCTET_STRING" length="16" writable="false" optional="true">received proposed provider name</attribute>
4772     <attribute side="server" code="0x0132" define="RECEIVED_PROPOSED_PROVIDER_CHANGE_DATE_TIME" type="UTC_TIME" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">received proposed provider change date time</attribute>
4773     <attribute side="server" code="0x0133" define="RECEIVED_PROPOSED_PROVIDER_CHANGE_CONTROL" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">received proposed provider change control</attribute>
4774     <!-- Device Management Server - Tenancy Control Attribute Set -->
4775     <attribute side="server" code="0x0200" define="CHANGE_OF_TENANCY_UPDATE_DATE_TIME" type="UTC_TIME" writable="false" optional="true">change of tenancy update date time</attribute>
4776     <attribute side="server" code="0x0201" define="PROPOSED_TENANCY_CHANGE_CONTROL" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">proposed tenancy change control</attribute>
4777     <!-- Device Management Server - Backhaul Control Attribute Set -->
4778     <attribute side="server" code="0x0300" define="WAN_STATUS" type="ENUM8" min="0x00" max="0xFF" writable="false" optional="true">wan status</attribute>
4779     <!-- Device Management Server - HAN Control Attribute Set -->
4780     <attribute side="server" code="0x0400" define="LOW_MEDIUM_THRESHOLD" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">low medium threshold</attribute>
4781     <attribute side="server" code="0x0401" define="MEDIUM_HIGH_THRESHOLD" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">medium high threshold</attribute>
4782     <!-- Device Management Client - Attributes -->
4783     <!-- Device Management Client - Supplier Attribute Set 0x0000 -->
4784     <attribute side="client" code="0x0000" define="PROVIDER_ID_CLIENT" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">provider id (client)</attribute>
4785     <attribute side="client" code="0x0010" define="RECEIVED_PROVIDER_ID_CLIENT" type="INT32U" min="0x00000000" max="0xFFFFFFFF" writable="false" optional="true">received provider id (client)</attribute>
4786     <!-- Device Management Client - Price Event Configuration Attribute Set 0x0100 -->
4787     <attribute side="client" code="0x0100" define="TOU_TARIFF_ACTIVATION" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tou tariff activation</attribute>
4788     <attribute side="client" code="0x0101" define="BLOCK_TARIFF_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">block tariff activated</attribute>
4789     <attribute side="client" code="0x0102" define="BLOCK_TOU_TARIFF_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">block tou tariff activated</attribute>
4790     <attribute side="client" code="0x0103" define="SINGLE_TARIFF_RATE_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">single tariff rate activated</attribute>
4791     <attribute side="client" code="0x0104" define="ASYNCHRONOUS_BILLING_OCCURRED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">asynchronous billing occurred</attribute>
4792     <attribute side="client" code="0x0105" define="SYNCHRONOUS_BILLING_OCCURRED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">synchronous billing occurred</attribute>
4793     <attribute side="client" code="0x0106" define="TARIFF_NOT_SUPPORTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tariff not supported</attribute>
4794     <attribute side="client" code="0x0107" define="PRICE_CLUSTER_NOT_FOUND" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">price cluster not found</attribute>
4795     <attribute side="client" code="0x0108" define="CURRENCY_CHANGE_PASSIVE_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">currency change passive activated</attribute>
4796     <attribute side="client" code="0x0109" define="CURRENCY_CHANGE_PASSIVE_UPDATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">currency change passive updated</attribute>
4797     <attribute side="client" code="0x010A" define="PRICE_MATRIX_PASSIVE_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">price matrix passive activated</attribute>
4798     <attribute side="client" code="0x010B" define="PRICE_MATRIX_PASSIVE_UPDATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">price matrix passive updated</attribute>
4799     <attribute side="client" code="0x010C" define="TARIFF_CHANGE_PASSIVE_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tariff change passive activated</attribute>
4800     <attribute side="client" code="0x010D" define="TARIFF_CHANGE_PASSIVE_UPDATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tariff change passive updated</attribute>
4801     <attribute side="client" code="0x01B0" define="PUBLISH_PRICE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price received</attribute>
4802     <attribute side="client" code="0x01B1" define="PUBLISH_PRICE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price actioned</attribute>
4803     <attribute side="client" code="0x01B2" define="PUBLISH_PRICE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price cancelled</attribute>
4804     <attribute side="client" code="0x01B3" define="PUBLISH_PRICE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price rejected</attribute>
4805     <attribute side="client" code="0x01B4" define="PUBLISH_TARIFF_INFO_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tariff information received</attribute>
4806     <attribute side="client" code="0x01B5" define="PUBLISH_TARIFF_INFO_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tariff information actioned</attribute>
4807     <attribute side="client" code="0x01B6" define="PUBLISH_TARIFF_INFO_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tariff information cancelled</attribute>
4808     <attribute side="client" code="0x01B7" define="PUBLISH_TARIFF_INFO_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tariff information rejected</attribute>
4809     <attribute side="client" code="0x01B8" define="PUBLISH_PRICE_MATRIX_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price matrix received</attribute>
4810     <attribute side="client" code="0x01B9" define="PUBLISH_PRICE_MATRIX_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price matrix actioned</attribute>
4811     <attribute side="client" code="0x01BA" define="PUBLISH_PRICE_MATRIX_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price matrix cancelled</attribute>
4812     <attribute side="client" code="0x01BB" define="PUBLISH_PRICE_MATRIX_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish price matrix rejected</attribute>
4813     <attribute side="client" code="0x01BC" define="PUBLISH_BLOCK_THRESHOLDS_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block thresholds received</attribute>
4814     <attribute side="client" code="0x01BD" define="PUBLISH_BLOCK_THRESHOLDS_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block thresholds actioned</attribute>
4815     <attribute side="client" code="0x01BE" define="PUBLISH_BLOCK_THRESHOLDS_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block thresholds cancelled</attribute>
4816     <attribute side="client" code="0x01BF" define="PUBLISH_BLOCK_THRESHOLDS_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block thresholds rejected</attribute>
4817     <attribute side="client" code="0x01C0" define="PUBLISH_CALORIFIC_VALUE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calorific value received</attribute>
4818     <attribute side="client" code="0x01C1" define="PUBLISH_CALORIFIC_VALUE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calorific value actioned</attribute>
4819     <attribute side="client" code="0x01C2" define="PUBLISH_CALORIFIC_VALUE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calorific value cancelled</attribute>
4820     <attribute side="client" code="0x01C3" define="PUBLISH_CALORIFIC_VALUE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calorific value rejected</attribute>
4821     <attribute side="client" code="0x01C4" define="PUBLISH_CONVERSION_FACTOR_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor received</attribute>
4822     <attribute side="client" code="0x01C5" define="PUBLISH_CONVERSION_FACTOR_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor actioned</attribute>
4823     <attribute side="client" code="0x01C6" define="PUBLISH_CONVERSION_FACTOR_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor cancelled</attribute>
4824     <attribute side="client" code="0x01C7" define="PUBLISH_CONVERSION_FACTOR_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor rejected</attribute>
4825     <attribute side="client" code="0x01C8" define="PUBLISH_CO2_VALUE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish co2 value received</attribute>
4826     <attribute side="client" code="0x01C9" define="PUBLISH_CO2_VALUE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish co2 value actioned</attribute>
4827     <attribute side="client" code="0x01CA" define="PUBLISH_CO2_VALUE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish co2 value cancelled</attribute>
4828     <attribute side="client" code="0x01CB" define="PUBLISH_CO2_VALUE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish co2 value rejected</attribute>
4829     <attribute side="client" code="0x01CC" define="PUBLISH_CPP_EVENT_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cpp event received</attribute>
4830     <attribute side="client" code="0x01CD" define="PUBLISH_CPP_EVENT_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cpp event actioned</attribute>
4831     <attribute side="client" code="0x01CE" define="PUBLISH_CPP_EVENT_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cpp event cancelled</attribute>
4832     <attribute side="client" code="0x01CF" define="PUBLISH_CPP_EVENT_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cpp event rejected</attribute>
4833     <attribute side="client" code="0x01D0" define="PUBLISH_TIER_LABELS_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tier labels received</attribute>
4834     <attribute side="client" code="0x01D1" define="PUBLISH_TIER_LABELS_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tier labels actioned</attribute>
4835     <attribute side="client" code="0x01D2" define="PUBLISH_TIER_LABELS_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tier labels cancelled</attribute>
4836     <attribute side="client" code="0x01D3" define="PUBLISH_TIER_LABELS_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish tier labels rejected</attribute>
4837     <attribute side="client" code="0x01D4" define="PUBLISH_BILLING_PERIOD_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish billing period received</attribute>
4838     <attribute side="client" code="0x01D5" define="PUBLISH_BILLING_PERIOD_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish billing period actioned</attribute>
4839     <attribute side="client" code="0x01D6" define="PUBLISH_BILLING_PERIOD_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish billing period cancelled</attribute>
4840     <attribute side="client" code="0x01D7" define="PUBLISH_BILLING_PERIOD_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish billing period rejected</attribute>
4841     <attribute side="client" code="0x01D8" define="PUBLISH_CONSOLIDATED_BILL_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish consolidated bill received</attribute>
4842     <attribute side="client" code="0x01D9" define="PUBLISH_CONSOLIDATED_BILL_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish consolidated bill actioned</attribute>
4843     <attribute side="client" code="0x01DA" define="PUBLISH_CONSOLIDATED_BILL_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish consolidated bill cancelled</attribute>
4844     <attribute side="client" code="0x01DB" define="PUBLISH_CONSOLIDATED_BILL_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish consolidated bill rejected</attribute>
4845     <attribute side="client" code="0x01DC" define="PUBLISH_BLOCK_PERIOD_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block period received</attribute>
4846     <attribute side="client" code="0x01DD" define="PUBLISH_BLOCK_PERIOD_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block period actioned</attribute>
4847     <attribute side="client" code="0x01DE" define="PUBLISH_BLOCK_PERIOD_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block period cancelled</attribute>
4848     <attribute side="client" code="0x01DF" define="PUBLISH_BLOCK_PERIOD_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish block period rejected</attribute>
4849     <attribute side="client" code="0x01E0" define="PUBLISH_CREDIT_PAYMENT_INFO_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish credit payment info received</attribute>
4850     <attribute side="client" code="0x01E1" define="PUBLISH_CREDIT_PAYMENT_INFO_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish credit payment info actioned</attribute>
4851     <attribute side="client" code="0x01E2" define="PUBLISH_CREDIT_PAYMENT_INFO_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish credit payment info cancelled</attribute>
4852     <attribute side="client" code="0x01E3" define="PUBLISH_CREDIT_PAYMENT_INFO_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish credit payment info rejected</attribute>
4853     <attribute side="client" code="0x01E4" define="PUBLISH_CURRENCY_CONVERSION_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor received</attribute>
4854     <attribute side="client" code="0x01E5" define="PUBLISH_CURRENCY_CONVERSION_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor actioned</attribute>
4855     <attribute side="client" code="0x01E6" define="PUBLISH_CURRENCY_CONVERSION_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor cancelled</attribute>
4856     <attribute side="client" code="0x01E7" define="PUBLISH_CURRENCY_CONVERSION_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish conversion factor rejected</attribute>
4857     <!-- Device Management Client - Metering Event Configuration Attribute Set 0x0200 -->
4858     <attribute side="client" code="0x0200" define="CHECK_METER" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">check meter</attribute>
4859     <attribute side="client" code="0x0201" define="LOW_BATTERY" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">low battery</attribute>
4860     <attribute side="client" code="0x0202" define="TAMPER_DETECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tamper detect</attribute>
4861     <attribute side="client" code="0x0203" define="DEVICE_MANAGEMENT_SUPPLY_STATUS" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">supply status</attribute>
4862     <attribute side="client" code="0x0204" define="SUPPLY_QUALITY" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">supply quality</attribute>
4863     <attribute side="client" code="0x0205" define="LEAK_DETECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">leak detect</attribute>
4864     <attribute side="client" code="0x0206" define="SERVICE_DISCONNECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">service disconnect</attribute>
4865     <!-- NOTE:  There is a SECOND "Reverse Flow" attribute in this attribute set.  It is unclear why this exists but there are two of them.  This one I have relabelled "Reverse Flow General" so as not to conflict.  -->
4866     <attribute side="client" code="0x0207" define="REVERSE_FLOW_GENERAL" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">reverse flow general</attribute>
4867     <attribute side="client" code="0x0208" define="METER_COVER_REMOVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">meter cover removed</attribute>
4868     <attribute side="client" code="0x0209" define="METER_COVER_CLOSED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">meter cover closed</attribute>
4869     <attribute side="client" code="0x020A" define="STRONG_MAGNETIC_FIELD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">strong magnetic field</attribute>
4870     <attribute side="client" code="0x020B" define="NO_STRONG_MAGNETIC_FIELD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">no strong magnetic field</attribute>
4871     <attribute side="client" code="0x020C" define="BATTERY_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">battery failure</attribute>
4872     <attribute side="client" code="0x020D" define="PROGRAM_MEMORY_ERROR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">program memory error</attribute>
4873     <attribute side="client" code="0x020E" define="RAM_ERROR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ram error</attribute>
4874     <attribute side="client" code="0x020F" define="NV_MEMORY_ERROR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">nv memory error</attribute>
4875     <attribute side="client" code="0x0210" define="LOW_VOLTAGE_L1" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">low voltage L1</attribute>
4876     <attribute side="client" code="0x0211" define="HIGH_VOLTAGE_L1" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">high voltage L1</attribute>
4877     <attribute side="client" code="0x0212" define="LOW_VOLTAGE_L2" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">low voltage L2</attribute>
4878     <attribute side="client" code="0x0213" define="HIGH_VOLTAGE_L2" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">high voltage L2</attribute>
4879     <attribute side="client" code="0x0214" define="LOW_VOLTAGE_L3" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">low voltage L3</attribute>
4880     <attribute side="client" code="0x0215" define="HIGH_VOLTAGE_L3" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">high voltage L3</attribute>
4881     <attribute side="client" code="0x0216" define="OVER_CURRENT_L1" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">over current L1</attribute>
4882     <attribute side="client" code="0x0217" define="OVER_CURRENT_L2" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">over current L2</attribute>
4883     <attribute side="client" code="0x0218" define="OVER_CURRENT_L3" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">over current L3</attribute>
4884     <attribute side="client" code="0x0219" define="FREQUENCY_TOO_LOW_L1" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">frequency too low L1</attribute>
4885     <attribute side="client" code="0x021A" define="FREQUENCY_TOO_HIGH_L1" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">frequency too high L1</attribute>
4886     <attribute side="client" code="0x021B" define="FREQUENCY_TOO_LOW_L2" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">frequency too low L2</attribute>
4887     <attribute side="client" code="0x021C" define="FREQUENCY_TOO_HIGH_L2" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">frequency too high L2</attribute>
4888     <attribute side="client" code="0x021D" define="FREQUENCY_TOO_LOW_L3" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">frequency too low L3</attribute>
4889     <attribute side="client" code="0x021E" define="FREQUENCY_TOO_HIGH_L3" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">frequency too high L3</attribute>
4890     <attribute side="client" code="0x021F" define="GROUND_FAULT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ground fault</attribute>
4891     <attribute side="client" code="0x0220" define="ELECTRIC_TAMPER_DETECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">electric tamper detect</attribute>
4892     <attribute side="client" code="0x0221" define="INCORRECT_POLARITY" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">incorrect polarity</attribute>
4893     <attribute side="client" code="0x0222" define="CURRENT_NO_VOLTAGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">current no voltage</attribute>
4894     <attribute side="client" code="0x0223" define="UNDER_VOLTAGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">under voltage</attribute>
4895     <attribute side="client" code="0x0224" define="OVER_VOLTAGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">over voltage</attribute>
4896     <attribute side="client" code="0x0225" define="NORMAL_VOLTAGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">normal voltage</attribute>
4897     <attribute side="client" code="0x0226" define="PF_BELOW_THRESHOLD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">pf below threshold</attribute>
4898     <attribute side="client" code="0x0227" define="PF_ABOVE_THRESHOLD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">pf above threshold</attribute>
4899     <attribute side="client" code="0x0228" define="TERMINAL_COVER_REMOVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">terminal cover removed</attribute>
4900     <attribute side="client" code="0x0229" define="TERMINAL_COVER_CLOSED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">terminal cover closed</attribute>
4901     <attribute side="client" code="0x0230" define="BURST_DETECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">burst detect</attribute>
4902     <attribute side="client" code="0x0231" define="PRESSURE_TOO_LOW" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">pressure too low</attribute>
4903     <attribute side="client" code="0x0232" define="PRESSURE_TOO_HIGH" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">pressure too high</attribute>
4904     <attribute side="client" code="0x0233" define="FLOW_SENSOR_COMMUNICATION_ERROR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">flow sensor communication error</attribute>
4905     <attribute side="client" code="0x0234" define="FLOW_SENSOR_MEASUREMENT_FAULT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">flow sensor measurement fault</attribute>
4906     <attribute side="client" code="0x0235" define="FLOW_SENSOR_REVERSE_FLOW" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">flow sensor reverse flow</attribute>
4907     <attribute side="client" code="0x0236" define="FLOW_SENSOR_AIR_DETECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">flow sensor air detect</attribute>
4908     <attribute side="client" code="0x0237" define="PIPE_EMPTY" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">pipe empty</attribute>
4909     <attribute side="client" code="0x0250" define="INLET_TEMP_SENSOR_FAULT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">inlet temperature sensor fault</attribute>
4910     <attribute side="client" code="0x0251" define="OUTLET_TEMP_SENSOR_FAULT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">outlet temperature sensor fault</attribute>
4911     <attribute side="client" code="0x0260" define="REVERSE_FLOW" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">reverse flow</attribute>
4912     <attribute side="client" code="0x0261" define="TILT_TAMPER" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tilt tamper</attribute>
4913     <attribute side="client" code="0x0262" define="BATTERY_COVER_REMOVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">battery cover removed</attribute>
4914     <attribute side="client" code="0x0263" define="BATTERY_COVER_CLOSED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">battery cover closed</attribute>
4915     <attribute side="client" code="0x0264" define="EXCESS_FLOW" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">excess flow</attribute>
4916     <attribute side="client" code="0x0265" define="TILT_TAMPER_ENABLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tilt tamper enabled</attribute>
4917     <attribute side="client" code="0x0270" define="MEASUREMENT_SYSTEM_ERROR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">measurement system error</attribute>
4918     <attribute side="client" code="0x0271" define="WATCHDOG_ERROR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">watchdog error</attribute>
4919     <attribute side="client" code="0x0272" define="SUPPLY_DISCONNECT_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">supply disconnect failure</attribute>
4920     <attribute side="client" code="0x0273" define="SUPPLY_CONNECT_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">supply connect failure</attribute>
4921     <attribute side="client" code="0x0274" define="MEASUREMENT_SOFTWARE_CHANGED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">measurement software changed</attribute>
4922     <attribute side="client" code="0x0275" define="DST_ENABLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">dst enabled</attribute>
4923     <attribute side="client" code="0x0276" define="DST_DISABLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">dst disabled</attribute>
4924     <attribute side="client" code="0x0277" define="CLOCK_ADJ_BACKWARD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">clock adj backward</attribute>
4925     <attribute side="client" code="0x0278" define="CLOCK_ADJ_FORWARD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">clock adj forward</attribute>
4926     <attribute side="client" code="0x0279" define="CLOCK_INVALID" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">clock invalid</attribute>
4927     <attribute side="client" code="0x027A" define="COMMUNICATION_ERROR_HAN" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">communication error han</attribute>
4928     <attribute side="client" code="0x027B" define="COMMUNICATION_OK_HAN" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">communication ok han</attribute>
4929     <attribute side="client" code="0x027C" define="METER_FRAUD_ATTEMPT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">meter fraud attempt</attribute>
4930     <attribute side="client" code="0x027D" define="POWER_LOSS" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">power loss</attribute>
4931     <attribute side="client" code="0x027E" define="UNUSUAL_HAN_TRAFFIC" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">unusual han traffic</attribute>
4932     <attribute side="client" code="0x027F" define="UNEXPECTED_CLOCK_CHANGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">unexpected clock change</attribute>
4933     <attribute side="client" code="0x0280" define="COMMS_USING_UNAUTHENTICATED_COMPONENT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">comms using unauthenticated component</attribute>
4934     <!-- NOTE:  ErrorRegClear and AlarmRegClear are used by both the Metering Event Configuration Attribute set and the Prepayment Attribute Set, both a part of the Device Management Cluster Client attributes.
4935          Therefore we must prefix them with a unique prefix even though the spec does not uniquely name them. -->
4936     <attribute side="client" code="0x0281" define="METERING_ERROR_REG_CLEAR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">metering error reg clear</attribute>
4937     <attribute side="client" code="0x0282" define="METERING_ALARM_REG_CLEAR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">metering alarm reg clear</attribute>
4938     <attribute side="client" code="0x0283" define="UNEXPECTED_HW_RESET" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">unexpected hw reset</attribute>
4939     <attribute side="client" code="0x0284" define="UNEXPECTED_PROGRAM_EXECUTION" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">unexpected program execution</attribute>
4940     <attribute side="client" code="0x0285" define="LIMIT_THRESHOLD_EXCEEDED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">limit threshold exceeded</attribute>
4941     <attribute side="client" code="0x0286" define="LIMIT_THRESHOLD_OK" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">limit threshold ok</attribute>
4942     <attribute side="client" code="0x0287" define="LIMIT_THRESHOLD_CHANGED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">limit threshold changed</attribute>
4943     <attribute side="client" code="0x0288" define="MAXIMUM_DEMAND_EXCEEDED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">maximum demand exceeded</attribute>
4944     <attribute side="client" code="0x0289" define="PROFILE_CLEARED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">profile cleared</attribute>
4945     <attribute side="client" code="0x028A" define="LOAD_PROFILE_CLEARED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">load profile cleared</attribute>
4946     <attribute side="client" code="0x028B" define="BATTERY_WARN" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">battery warn</attribute>
4947     <attribute side="client" code="0x028C" define="WRONG_SIGNATURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">wrong signature</attribute>
4948     <attribute side="client" code="0x028D" define="NO_SIGNATURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">no signature</attribute>
4949     <attribute side="client" code="0x028E" define="SIGNATURE_NOT_VALID" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">signature not valid</attribute>
4950     <attribute side="client" code="0x028F" define="UNAUTHORISE_ACTION_FROM_HAN" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">unauthorise action from HAN</attribute>
4951     <attribute side="client" code="0x0290" define="FAST_POLLING_START" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">fast polling start </attribute>
4952     <attribute side="client" code="0x0291" define="FAST_POLLING_END" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">fast polling end</attribute>
4953     <attribute side="client" code="0x0292" define="METER_REPORTING_INTERVAL_CHANGED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">meter reporting interval changed</attribute>
4954     <attribute side="client" code="0x0293" define="DISCONNECT_TO_LOAD_LIMIT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">disconnect to load limit</attribute>
4955     <attribute side="client" code="0x0294" define="METER_SUPPLY_STATUS_REGISTER_CHANGED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">meter supply status register changed</attribute>
4956     <attribute side="client" code="0x0295" define="METER_ALARM_STATUS_REGISTER_CHANGED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">meter alarm status register changed</attribute>
4957     <attribute side="client" code="0x0296" define="EXTENDED_METER_ALARM_STATUS_REGISTER_CHANGED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">extended meter alarm status register changed</attribute>
4958     <attribute side="client" code="0x0297" define="DATA_ACCESS_VIA_LOCAL_PORT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">data access via local port</attribute>
4959     <attribute side="client" code="0x0298" define="CONFIGURE_MIRROR_SUCCESS" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">configure mirror success</attribute>
4960     <attribute side="client" code="0x0299" define="CONFIGURE_MIRROR_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">configure mirror failure</attribute>
4961     <attribute side="client" code="0x029A" define="CONFIGURE_NOTIFICATION_FLAG_SCHEME_SUCCESS" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">configure notification flag scheme success</attribute>
4962     <attribute side="client" code="0x029B" define="CONFIGURE_NOTIFICATION_FLAG_SCHEME_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">configure notification flag scheme failure</attribute>
4963     <attribute side="client" code="0x029C" define="CONFIGURE_NOTIFICATION_FLAGS_SUCCESS" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">configure notification flags success</attribute>
4964     <attribute side="client" code="0x029D" define="CONFIGURE_NOTIFICATION_FLAGS_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">configure notification flags failure</attribute>
4965     <attribute side="client" code="0x029E" define="STAY_AWAKE_REQUEST_HAN" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">stay awake request han</attribute>
4966     <attribute side="client" code="0x029F" define="STAY_AWAKE_REQUEST_WAN" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">stay awake request wan</attribute>
4967     <attribute side="client" code="0x02B0" define="MANUFACTURER_SPECIFIC_A" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific a</attribute>
4968     <attribute side="client" code="0x02B1" define="MANUFACTURER_SPECIFIC_B" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific b</attribute>
4969     <attribute side="client" code="0x02B2" define="MANUFACTURER_SPECIFIC_C" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific c</attribute>
4970     <attribute side="client" code="0x02B3" define="MANUFACTURER_SPECIFIC_D" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific d</attribute>
4971     <attribute side="client" code="0x02B4" define="MANUFACTURER_SPECIFIC_E" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific e</attribute>
4972     <attribute side="client" code="0x02B5" define="MANUFACTURER_SPECIFIC_F" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific f</attribute>
4973     <attribute side="client" code="0x02B6" define="MANUFACTURER_SPECIFIC_G" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific g</attribute>
4974     <attribute side="client" code="0x02B7" define="MANUFACTURER_SPECIFIC_H" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific h</attribute>
4975     <attribute side="client" code="0x02B8" define="MANUFACTURER_SPECIFIC_I" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manufacturer specific i</attribute>
4976     <attribute side="client" code="0x02C0" define="GET_PROFILE_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get profile command received</attribute>
4977     <attribute side="client" code="0x02C1" define="GET_PROFILE_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get profile command actioned</attribute>
4978     <attribute side="client" code="0x02C2" define="GET_PROFILE_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get profile command cancelled</attribute>
4979     <attribute side="client" code="0x02C3" define="GET_PROFILE_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get profile command rejected</attribute>
4980     <attribute side="client" code="0x02C4" define="REQUEST_MIRROR_RESPONSE_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">request mirror response command received</attribute>
4981     <attribute side="client" code="0x02C5" define="REQUEST_MIRROR_RESPONSE_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">request mirror response command actioned</attribute>
4982     <attribute side="client" code="0x02C6" define="REQUEST_MIRROR_RESPONSE_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">request mirror response command cancelled</attribute>
4983     <attribute side="client" code="0x02C7" define="REQUEST_MIRROR_RESPONSE_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">request mirror response command rejected</attribute>
4984     <attribute side="client" code="0x02C8" define="MIRROR_REMOVED_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror removed command received</attribute>
4985     <attribute side="client" code="0x02C9" define="MIRROR_REMOVED_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror removed command actioned</attribute>
4986     <attribute side="client" code="0x02CA" define="MIRROR_REMOVED_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror removed command cancelled</attribute>
4987     <attribute side="client" code="0x02CB" define="MIRROR_REMOVED_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror removed command rejected</attribute>
4988     <attribute side="client" code="0x02CC" define="GET_SNAPSHOT_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get snapshot command received</attribute>
4989     <attribute side="client" code="0x02CD" define="GET_SNAPSHOT_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get snapshot command actioned</attribute>
4990     <attribute side="client" code="0x02CE" define="GET_SNAPSHOT_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get snapshot command cancelled</attribute>
4991     <attribute side="client" code="0x02CF" define="GET_SNAPSHOT_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get snapshot command rejected</attribute>
4992     <attribute side="client" code="0x02D0" define="TAKE_SNAPSHOT_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">take snapshot command received</attribute>
4993     <attribute side="client" code="0x02D1" define="TAKE_SNAPSHOT_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">take snapshot command actioned</attribute>
4994     <attribute side="client" code="0x02D2" define="TAKE_SNAPSHOT_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">take snapshot command cancelled</attribute>
4995     <attribute side="client" code="0x02D3" define="TAKE_SNAPSHOT_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">take snapshot command rejected</attribute>
4996     <attribute side="client" code="0x02D4" define="MIRROR_REPORT_ATTRIBUTE_RESPONSE_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror report attribute response command received</attribute>
4997     <attribute side="client" code="0x02D5" define="MIRROR_REPORT_ATTRIBUTE_RESPONSE_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror report attribute response command actioned</attribute>
4998     <attribute side="client" code="0x02D6" define="MIRROR_REPORT_ATTRIBUTE_RESPONSE_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror report attribute response command cancelled</attribute>
4999     <attribute side="client" code="0x02D7" define="MIRROR_REPORT_ATTRIBUTE_RESPONSE_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mirror report attribute response command rejected</attribute>
5000     <attribute side="client" code="0x02D8" define="SCHEDULE_SNAPSHOT_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">schedule snapshot command received</attribute>
5001     <attribute side="client" code="0x02D9" define="SCHEDULE_SNAPSHOT_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">schedule snapshot command actioned</attribute>
5002     <attribute side="client" code="0x02DA" define="SCHEDULE_SNAPSHOT_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">schedule snapshot command cancelled</attribute>
5003     <attribute side="client" code="0x02DB" define="SCHEDULE_SNAPSHOT_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">schedule snapshot command rejected</attribute>
5004     <attribute side="client" code="0x02DC" define="START_SAMPLING_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">start sampling command received</attribute>
5005     <attribute side="client" code="0x02DD" define="START_SAMPLING_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">start sampling command actioned</attribute>
5006     <attribute side="client" code="0x02DE" define="START_SAMPLING_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">start sampling command cancelled</attribute>
5007     <attribute side="client" code="0x02DF" define="START_SAMPLING_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">start sampling command rejected</attribute>
5008     <attribute side="client" code="0x02E0" define="GET_SAMPLED_DATA_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get sampled data command received</attribute>
5009     <attribute side="client" code="0x02E1" define="GET_SAMPLED_DATA_COMMAND_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get sampled data command actioned</attribute>
5010     <attribute side="client" code="0x02E2" define="GET_SAMPLED_DATA_COMMAND_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get sampled data command cancelled</attribute>
5011     <attribute side="client" code="0x02E3" define="GET_SAMPLED_DATA_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get sampled data command rejected</attribute>
5012     <attribute side="client" code="0x02E4" define="SUPPLY_ON" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">supply on</attribute>
5013     <attribute side="client" code="0x02E5" define="SUPPLY_ARMED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">supply armed</attribute>
5014     <attribute side="client" code="0x02E6" define="SUPPLY_OFF" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">supply off</attribute>
5015     <attribute side="client" code="0x02E7" define="DISCONNECTED_DUE_TO_TAMPER_DETECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">disconnected due to tamper detected</attribute>
5016     <attribute side="client" code="0x02E8" define="MANUAL_DISCONNECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manual disconnect</attribute>
5017     <attribute side="client" code="0x02E9" define="MANUAL_CONNECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">manual connect</attribute>
5018     <attribute side="client" code="0x02EA" define="REMOTE_DISCONNECTION" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">remote disconnection</attribute>
5019     <attribute side="client" code="0x02EB" define="REMOTE_CONNECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">remote connect</attribute>
5020     <attribute side="client" code="0x02EC" define="LOCAL_DISCONNECTION" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">local disconnection</attribute>
5021     <attribute side="client" code="0x02ED" define="LOCAL_CONNECT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">local connect</attribute>
5022     <attribute side="client" code="0x02EE" define="CHANGE_SUPPLY_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change supply received</attribute>
5023     <attribute side="client" code="0x02EF" define="CHANGE_SUPPLY_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change supply actioned</attribute>
5024     <attribute side="client" code="0x02F0" define="CHANGE_SUPPLY_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change supply cancelled</attribute>
5025     <attribute side="client" code="0x02F1" define="CHANGE_SUPPLY_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change supply rejected</attribute>
5026     <attribute side="client" code="0x02F2" define="LOCAL_CHANGE_SUPPLY_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">local change supply received</attribute>
5027     <attribute side="client" code="0x02F3" define="LOCAL_CHANGE_SUPPLY_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">local change supply actioned</attribute>
5028     <attribute side="client" code="0x02F4" define="LOCAL_CHANGE_SUPPLY_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">local change supply cancelled</attribute>
5029     <attribute side="client" code="0x02F5" define="LOCAL_CHANGE_SUPPLY_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">local change supply rejected</attribute>
5030     <attribute side="client" code="0x02F6" define="PUBLISH_UNCONTROLLED_FLOW_THRESHOLD_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish uncontrolled flow threshold received</attribute>
5031     <attribute side="client" code="0x02F7" define="PUBLISH_UNCONTROLLED_FLOW_THRESHOLD_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish uncontrolled flow threshold actioned</attribute>
5032     <attribute side="client" code="0x02F8" define="PUBLISH_UNCONTROLLED_FLOW_THRESHOLD_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish uncontrolled flow threshold cancelled</attribute>
5033     <attribute side="client" code="0x02F9" define="PUBLISH_UNCONTROLLED_FLOW_THRESHOLD_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish uncontrolled flow threshold rejected</attribute>
5034     <!-- Device Management Client - Messaging Event Configuration Attribute Set 0x0300 -->
5035     <attribute side="client" code="0x0300" define="MESSAGE_CONFIRMATION_SENT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">message confirmation sent</attribute>
5036     <attribute side="client" code="0x03C0" define="DISPLAY_MESSAGE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">display message received</attribute>
5037     <attribute side="client" code="0x03C1" define="DISPLAY_MESSAGE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">display message actioned</attribute>
5038     <attribute side="client" code="0x03C2" define="DISPLAY_MESSAGE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">display message cancelled</attribute>
5039     <attribute side="client" code="0x03C3" define="DISPLAY_MESSAGE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">display message rejected</attribute>
5040     <attribute side="client" code="0x03C4" define="CANCEL_MESSAGE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">cancel message received</attribute>
5041     <attribute side="client" code="0x03C5" define="CANCEL_MESSAGE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">cancel message actioned</attribute>
5042     <attribute side="client" code="0x03C6" define="CANCEL_MESSAGE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">cancel message cancelled</attribute>
5043     <attribute side="client" code="0x03C7" define="CANCEL_MESSAGE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">cancel message rejected</attribute>
5044     <!-- Device Management Client - Prepay Event Configuration Attribute Set 0x0400  -->
5045     <attribute side="client" code="0x0400" define="LOW_CREDIT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">low credit</attribute>
5046     <attribute side="client" code="0x0401" define="NO_CREDIT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">no credit</attribute>
5047     <attribute side="client" code="0x0402" define="CREDIT_EXHAUSTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">credit exhausted</attribute>
5048     <attribute side="client" code="0x0403" define="EMERGENCY_CREDIT_ENABLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">emergency credit enabled</attribute>
5049     <attribute side="client" code="0x0404" define="EMERGENCY_CREDIT_EXHAUSTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">emergency credit exhausted</attribute>
5050     <attribute side="client" code="0x0405" define="PREPAY_IHD_LOW_CREDIT_WARNING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">IHD low credit warning</attribute>
5051     <attribute side="client" code="0x0420" define="PHYSICAL_ATTACK_ON_THE_PREPAY_METER" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">physical attack on the prepay meter</attribute>
5052     <attribute side="client" code="0x0421" define="ELECTRONIC_ATTACK_ON_THE_PREPAY_METER" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">electronic attack on the prepay meter</attribute>
5053     <attribute side="client" code="0x0422" define="DISCOUNT_APPLIED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">discount applied</attribute>
5054     <attribute side="client" code="0x0423" define="CREDIT_ADJUSTMENT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">credit adjustment</attribute>
5055     <attribute side="client" code="0x0424" define="CREDIT_ADJUST_FAIL" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">credit adjust fail</attribute>
5056     <attribute side="client" code="0x0425" define="DEBT_ADJUSTMENT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">debt adjustment</attribute>
5057     <attribute side="client" code="0x0426" define="DEBT_ADJUST_FAIL" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">debt adjust fail</attribute>
5058     <attribute side="client" code="0x0427" define="MODE_CHANGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mode change</attribute>
5059     <attribute side="client" code="0x0428" define="TOPUP_CODE_ERROR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">topup code error</attribute>
5060     <attribute side="client" code="0x0429" define="TOPUP_ALREADY_USED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">topup already used</attribute>
5061     <attribute side="client" code="0x042A" define="TOPUP_CODE_INVALID" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">topup code invalid</attribute>
5062     <attribute side="client" code="0x042B" define="TOPUP_ACCEPTED_VIA_REMOTE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">topup accepted via remote</attribute>
5063     <attribute side="client" code="0x042C" define="TOPUP_ACCEPTED_VIA_MANUAL_ENTRY" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">topup accepted via manual entry</attribute>
5064     <attribute side="client" code="0x042D" define="FRIENDLY_CREDIT_IN_USE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">friendly credit in use</attribute>
5065     <attribute side="client" code="0x042E" define="FRIENDLY_CREDIT_END_WARNING" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">friendly credit end warning</attribute>
5066     <attribute side="client" code="0x042F" define="FRIENDLY_CREDIT_PERIOD_END" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">friendly credit period end</attribute>
5067     <!-- NOTE:  ErrorRegClear and AlarmRegClear are used by both the Metering Event Configuration Attribute set and the Prepayment Attribute Set, both a part of the Device Management Cluster Client attributes.
5068          Therefore we must prefix them with a unique prefix even though the spec does not uniquely name them. -->
5069     <attribute side="client" code="0x0430" define="PREPAY_ERROR_REG_CLEAR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">prepay error reg clear</attribute>
5070     <attribute side="client" code="0x0431" define="PREPAY_ALARM_REG_CLEAR" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">prepay alarm reg clear</attribute>
5071     <attribute side="client" code="0x0432" define="PREPAY_CLUSTER_NOT_FOUND" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">prepay cluster not found</attribute>
5072     <attribute side="client" code="0x0433" define="TOPUP_VALUE_TOO_LARGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">topup value too large</attribute>
5073     <attribute side="client" code="0x0441" define="MODE_CREDIT_2_PREPAY" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mode credit 2 prepay</attribute>
5074     <attribute side="client" code="0x0442" define="MODE_PREPAY_2_CREDIT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mode prepay 2 credit</attribute>
5075     <attribute side="client" code="0x0443" define="MODE_DEFAULT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">mode default</attribute>
5076     <attribute side="client" code="0x04C0" define="SELECT_AVAILABLE_EMERGENCY_CREDIT_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">select available emergency credit received</attribute>
5077     <attribute side="client" code="0x04C1" define="SELECT_AVAILABLE_EMERGENCY_CREDIT_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">select available emergency credit actioned</attribute>
5078     <attribute side="client" code="0x04C2" define="SELECT_AVAILABLE_EMERGENCY_CREDIT_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">select available emergency credit cancelled</attribute>
5079     <attribute side="client" code="0x04C3" define="SELECT_AVAILABLE_EMERGENCY_CREDIT_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">select available emergency credit rejected</attribute>
5080     <attribute side="client" code="0x04C4" define="CHANGE_DEBT_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change debt received</attribute>
5081     <attribute side="client" code="0x04C5" define="CHANGE_DEBT_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change debt actioned</attribute>
5082     <attribute side="client" code="0x04C6" define="CHANGE_DEBT_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change debt cancelled</attribute>
5083     <attribute side="client" code="0x04C7" define="CHANGE_DEBT_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change debt rejected</attribute>
5084     <attribute side="client" code="0x04C8" define="EMERGENCY_CREDIT_SETUP_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">emergency credit setup received</attribute>
5085     <attribute side="client" code="0x04C9" define="EMERGENCY_CREDIT_SETUP_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">emergency credit setup actioned</attribute>
5086     <attribute side="client" code="0x04CA" define="EMERGENCY_CREDIT_SETUP_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">emergency credit setup cancelled</attribute>
5087     <attribute side="client" code="0x04CB" define="EMERGENCY_CREDIT_SETUP_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">emergency credit setup rejected</attribute>
5088     <attribute side="client" code="0x04CC" define="CONSUMER_TOPUP_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">consumer topup received</attribute>
5089     <attribute side="client" code="0x04CD" define="CONSUMER_TOPUP_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">consumer topup actioned</attribute>
5090     <attribute side="client" code="0x04CE" define="CONSUMER_TOPUP_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">consumer topup cancelled</attribute>
5091     <attribute side="client" code="0x04CF" define="CONSUMER_TOPUP_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">consumer topup rejected</attribute>
5092     <attribute side="client" code="0x04D0" define="CREDIT_ADJUSTMENT_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">credit adjustment received</attribute>
5093     <attribute side="client" code="0x04D1" define="CREDIT_ADJUSTMENT_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">credit adjustment actioned</attribute>
5094     <attribute side="client" code="0x04D2" define="CREDIT_ADJUSTMENT_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">credit adjustment cancelled</attribute>
5095     <attribute side="client" code="0x04D3" define="CREDIT_ADJUSTMENT_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">credit adjustment rejected</attribute>
5096     <attribute side="client" code="0x04D4" define="CHANGE_PAYMENT_MODE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change payment mode received</attribute>
5097     <attribute side="client" code="0x04D5" define="CHANGE_PAYMENT_MODE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change payment mode actioned</attribute>
5098     <attribute side="client" code="0x04D6" define="CHANGE_PAYMENT_MODE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change payment mode cancelled</attribute>
5099     <attribute side="client" code="0x04D7" define="CHANGE_PAYMENT_MODE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change payment mode rejected</attribute>
5100     <attribute side="client" code="0x04D8" define="GET_PREPAY_SNAPSHOT_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get prepay snapshot received</attribute>
5101     <attribute side="client" code="0x04D9" define="GET_PREPAY_SNAPSHOT_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get prepay snapshot actioned</attribute>
5102     <attribute side="client" code="0x04DA" define="GET_PREPAY_SNAPSHOT_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get prepay snapshot cancelled</attribute>
5103     <attribute side="client" code="0x04DB" define="GET_PREPAY_SNAPSHOT_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get prepay snapshot rejected</attribute>
5104     <attribute side="client" code="0x04DC" define="GET_TOPUP_LOG_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get topup log received</attribute>
5105     <attribute side="client" code="0x04DD" define="GET_TOPUP_LOG_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get topup log actioned</attribute>
5106     <attribute side="client" code="0x04DE" define="GET_TOPUP_LOG_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get topup log cancelled</attribute>
5107     <attribute side="client" code="0x04DF" define="GET_TOPUP_LOG_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get topup log rejected</attribute>
5108     <attribute side="client" code="0x04E0" define="SET_LOW_CREDIT_WARNING_LEVEL_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set low credit warning level received</attribute>
5109     <attribute side="client" code="0x04E1" define="SET_LOW_CREDIT_WARNING_LEVEL_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set low credit warning level actioned</attribute>
5110     <attribute side="client" code="0x04E2" define="SET_LOW_CREDIT_WARNING_LEVEL_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set low credit warning level cancelled</attribute>
5111     <attribute side="client" code="0x04E3" define="SET_LOW_CREDIT_WARNING_LEVEL_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set low credit warning level rejected</attribute>
5112     <attribute side="client" code="0x04E4" define="GET_DEBT_REPAY_LOG_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get debt repay log received</attribute>
5113     <attribute side="client" code="0x04E5" define="GET_DEBT_REPAY_LOG_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get debt repay log actioned</attribute>
5114     <attribute side="client" code="0x04E6" define="GET_DEBT_REPAY_LOG_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get debt repay log cancelled</attribute>
5115     <attribute side="client" code="0x04E7" define="GET_DEBT_REPAY_LOG_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get debt repay log rejected</attribute>
5116     <attribute side="client" code="0x04E8" define="SET_MAXIMUM_CREDIT_LIMIT_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set maximum credit limit received</attribute>
5117     <attribute side="client" code="0x04E9" define="SET_MAXIMUM_CREDIT_LIMIT_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set maximum credit limit actioned</attribute>
5118     <attribute side="client" code="0x04EA" define="SET_MAXIMUM_CREDIT_LIMIT_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set maximum credit limit cancelled</attribute>
5119     <attribute side="client" code="0x04EB" define="SET_MAXIMUM_CREDIT_LIMIT_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set maximum credit limit rejected</attribute>
5120     <attribute side="client" code="0x04EC" define="SET_OVERALL_DEBT_CAP_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set overall debt cap received</attribute>
5121     <attribute side="client" code="0x04ED" define="SET_OVERALL_DEBT_CAP_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set overall debt cap actioned</attribute>
5122     <attribute side="client" code="0x04EE" define="SET_OVERALL_DEBT_CAP_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set overall debt cap cancelled</attribute>
5123     <attribute side="client" code="0x04EF" define="SET_OVERALL_DEBT_CAP_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set overall debt cap rejected</attribute>
5124     <!-- Device Management Client - Calendar Event Configuration Attribute Set 0x0500 -->
5125     <attribute side="client" code="0x0500" define="CALENDAR_CLUSTER_NOT_FOUND" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">calendar cluster not found</attribute>
5126     <attribute side="client" code="0x0501" define="CALENDAR_CHANGE_PASSIVE_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">calendar change passive activated</attribute>
5127     <attribute side="client" code="0x0502" define="CALENDAR_CHANGE_PASSIVE_UPDATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">calendar change passive updated</attribute>
5128     <attribute side="client" code="0x05C0" define="PUBLISH_CALENDAR_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calendar received</attribute>
5129     <attribute side="client" code="0x05C1" define="PUBLISH_CALENDAR_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calendar actioned</attribute>
5130     <attribute side="client" code="0x05C2" define="PUBLISH_CALENDAR_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calendar cancelled</attribute>
5131     <attribute side="client" code="0x05C3" define="PUBLISH_CALENDAR_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish calendar rejected</attribute>
5132     <attribute side="client" code="0x05C4" define="PUBLISH_DAY_PROFILE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish day profile received</attribute>
5133     <attribute side="client" code="0x05C5" define="PUBLISH_DAY_PROFILE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish day profile actioned</attribute>
5134     <attribute side="client" code="0x05C6" define="PUBLISH_DAY_PROFILE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish day profile cancelled</attribute>
5135     <attribute side="client" code="0x05C7" define="PUBLISH_DAY_PROFILE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish day profile rejected</attribute>
5136     <attribute side="client" code="0x05C8" define="PUBLISH_WEEK_PROFILE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish week profile received</attribute>
5137     <attribute side="client" code="0x05C9" define="PUBLISH_WEEK_PROFILE_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish week profile actioned</attribute>
5138     <attribute side="client" code="0x05CA" define="PUBLISH_WEEK_PROFILE_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish week profile cancelled</attribute>
5139     <attribute side="client" code="0x05CB" define="PUBLISH_WEEK_PROFILE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish week profile rejected</attribute>
5140     <attribute side="client" code="0x05CC" define="PUBLISH_SEASONS_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish seasons received</attribute>
5141     <attribute side="client" code="0x05CD" define="PUBLISH_SEASONS_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish seasons actioned</attribute>
5142     <attribute side="client" code="0x05CE" define="PUBLISH_SEASONS_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish seasons cancelled</attribute>
5143     <attribute side="client" code="0x05CF" define="PUBLISH_SEASONS_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish seasons rejected</attribute>
5144     <attribute side="client" code="0x05D0" define="PUBLISH_SPECIAL_DAYS_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish special days received</attribute>
5145     <attribute side="client" code="0x05D1" define="PUBLISH_SPECIAL_DAYS_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish special days actioned</attribute>
5146     <attribute side="client" code="0x05D2" define="PUBLISH_SPECIAL_DAYS_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish special days cancelled</attribute>
5147     <attribute side="client" code="0x05D3" define="PUBLISH_SPECIAL_DAYS_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish special days rejected</attribute>
5148     <!-- Device Management Client - Event Configuration Attribute set 0x0600 -->
5149     <attribute side="client" code="0x0600" define="PASSWORD_1_CHANGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">password 1 change</attribute>
5150     <attribute side="client" code="0x0601" define="PASSWORD_2_CHANGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">password 2 change</attribute>
5151     <attribute side="client" code="0x0602" define="PASSWORD_3_CHANGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">password 3 change</attribute>
5152     <attribute side="client" code="0x0603" define="PASSWORD_4_CHANGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">password 4 change</attribute>
5153     <attribute side="client" code="0x0604" define="EVENT_LOG_CLEARED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">event log cleared</attribute>
5154     <attribute side="client" code="0x0610" define="ZIGBEE_APS_TIMEOUT" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">zigbee aps timeout</attribute>
5155     <attribute side="client" code="0x0611" define="ZIGBEE_IEEE_TRANSMISSION_FAILURE_OVER_THRESHOLD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">zigbee ieee transmission failure over threshold</attribute>
5156     <attribute side="client" code="0x0612" define="ZIGBEE_IEEE_FRAME_CHECK_SEQUENCE_THRESHOLD" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">zigbee ieee frame check sequence threshold</attribute>
5157     <attribute side="client" code="0x0613" define="ERROR_CERTIFICATE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">error certificate</attribute>
5158     <attribute side="client" code="0x0614" define="ERROR_SIGNATURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">error signature</attribute>
5159     <attribute side="client" code="0x0615" define="ERROR_PROGRAM_STORAGE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">error program storage</attribute>
5160     <attribute side="client" code="0x06C0" define="PUBLISH_COT_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cot received</attribute>
5161     <attribute side="client" code="0x06C1" define="PUBLISH_COT_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cot actioned</attribute>
5162     <attribute side="client" code="0x06C2" define="PUBLISH_COT_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cot cancelled</attribute>
5163     <attribute side="client" code="0x06C3" define="PUBLISH_COT_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cot rejected</attribute>
5164     <attribute side="client" code="0x06C4" define="PUBLISH_COS_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cos received</attribute>
5165     <attribute side="client" code="0x06C5" define="PUBLISH_COS_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cos actioned</attribute>
5166     <attribute side="client" code="0x06C6" define="PUBLISH_COS_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cos cancelled</attribute>
5167     <attribute side="client" code="0x06C7" define="PUBLISH_COS_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">publish cos rejected</attribute>
5168     <attribute side="client" code="0x06C8" define="CHANGE_PASSWORD_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change password received</attribute>
5169     <attribute side="client" code="0x06C9" define="CHANGE_PASSWORD_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change password actioned</attribute>
5170     <attribute side="client" code="0x06CA" define="CHANGE_PASSWORD_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change password cancelled</attribute>
5171     <attribute side="client" code="0x06CB" define="CHANGE_PASSWORD_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">change password rejected</attribute>
5172     <attribute side="client" code="0x06CC" define="SET_EVENT_CONFIGURATION_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set event configuration received</attribute>
5173     <attribute side="client" code="0x06CD" define="SET_EVENT_CONFIGURATION_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set event configuration actioned</attribute>
5174     <attribute side="client" code="0x06CE" define="SET_EVENT_CONFIGURATION_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set event configuration cancelled</attribute>
5175     <attribute side="client" code="0x06CF" define="SET_EVENT_CONFIGURATION_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">set event configuration rejected</attribute>
5176     <attribute side="client" code="0x06D0" define="UPDATE_SITE_ID_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update site id received</attribute>
5177     <attribute side="client" code="0x06D1" define="UPDATE_SITE_ID_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update site id actioned</attribute>
5178     <attribute side="client" code="0x06D2" define="UPDATE_SITE_ID_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update site id cancelled</attribute>
5179     <attribute side="client" code="0x06D3" define="UPDATE_SITE_ID_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update site id rejected</attribute>
5180     <attribute side="client" code="0x06D4" define="UPDATE_CIN_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update cin received</attribute>
5181     <attribute side="client" code="0x06D5" define="UPDATE_CIN_ACTIONED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update cin actioned</attribute>
5182     <attribute side="client" code="0x06D6" define="UPDATE_CIN_CANCELLED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update cin cancelled</attribute>
5183     <attribute side="client" code="0x06D7" define="UPDATE_CIN_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">update cin rejected</attribute>
5184     <!-- Device Management Client - Tunnel Event Configuration Attribute Set 0x0700 -->
5185     <attribute side="client" code="0x0700" define="TUNNELING_CLUSTER_NOT_FOUND" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">tunneling cluster not found</attribute>
5186     <attribute side="client" code="0x0701" define="UNSUPPORTED_PROTOCOL" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">unsupported protocol</attribute>
5187     <attribute side="client" code="0x0702" define="INCORRECT_PROTOCOL" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">unsupported protocol</attribute>
5188     <attribute side="client" code="0x07C0" define="REQUEST_TUNNEL_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">request tunnel command received</attribute>
5189     <attribute side="client" code="0x07C1" define="REQUEST_TUNNEL_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">request tunnel command rejected</attribute>
5190     <attribute side="client" code="0x07C2" define="REQUEST_TUNNEL_COMMAND_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">request tunnel command generated</attribute>
5191     <attribute side="client" code="0x07C3" define="CLOSE_TUNNEL_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">close tunnel command received</attribute>
5192     <attribute side="client" code="0x07C4" define="CLOSE_TUNNEL_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">close tunnel command rejected</attribute>
5193     <attribute side="client" code="0x07C5" define="CLOSE_TUNNEL_COMMAND_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">close tunnel command generated</attribute>
5194     <attribute side="client" code="0x07C6" define="TRANSFER_DATA_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">transfer data command received</attribute>
5195     <attribute side="client" code="0x07C7" define="TRANSFER_DATA_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">transfer data command rejected</attribute>
5196     <attribute side="client" code="0x07C8" define="TRANSFER_DATA_COMMAND_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">transfer data command generated</attribute>
5197     <attribute side="client" code="0x07C9" define="TRANSFER_DATA_ERROR_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">transfer data error command received</attribute>
5198     <attribute side="client" code="0x07CA" define="TRANSFER_DATA_ERROR_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">transfer data error command rejected</attribute>
5199     <attribute side="client" code="0x07CB" define="TRANSFER_DATA_ERROR_COMMAND_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">transfer data error command generated</attribute>
5200     <attribute side="client" code="0x07CC" define="ACK_TRANSFER_DATA_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ack transfer data command received</attribute>
5201     <attribute side="client" code="0x07CD" define="ACK_TRANSFER_DATA_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ack transfer data command rejected</attribute>
5202     <attribute side="client" code="0x07CE" define="ACK_TRANSFER_DATA_COMMAND_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ack transfer data command generated</attribute>
5203     <attribute side="client" code="0x07CF" define="READY_DATA_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ready data command received</attribute>
5204     <attribute side="client" code="0x07D0" define="READY_DATA_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ready data command rejected</attribute>
5205     <attribute side="client" code="0x07D1" define="READY_DATA_COMMAND_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">ready data command generated</attribute>
5206     <attribute side="client" code="0x07D2" define="GET_SUPPORTED_TUNNEL_PROTOCOLS_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get supported tunnel protocols command received</attribute>
5207     <attribute side="client" code="0x07D3" define="GET_SUPPORTED_TUNNEL_PROTOCOLS_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get supported tunnel protocols command rejected</attribute>
5208     <attribute side="client" code="0x07D4" define="GET_SUPPORTED_TUNNEL_PROTOCOLS_COMMAND_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">get supported tunnel protocols command generated</attribute>
5209     <!-- Device Management Client - OTA Event Configuration Attribute Set 0x0800 -->
5210     <attribute side="client" code="0x0800" define="FIRMWARE_READY_FOR_ACTIVATION" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">firmware ready for activation</attribute>
5211     <attribute side="client" code="0x0801" define="FIRMWARE_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">firmware activated</attribute>
5212     <attribute side="client" code="0x0802" define="FIRMWARE_ACTIVATION_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">firmware activation failure</attribute>
5213     <attribute side="client" code="0x0803" define="PATCH_READY_FOR_ACTIVATION" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">patch ready for activation</attribute>
5214     <attribute side="client" code="0x0804" define="PATCH_ACTIVATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">patch activated</attribute>
5215     <attribute side="client" code="0x0805" define="PATCH_FAILURE" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">patch failure</attribute>
5216     <attribute side="client" code="0x08C0" define="IMAGE_NOTIFY_COMMAND_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">image notify command received</attribute>
5217     <attribute side="client" code="0x08C1" define="IMAGE_NOTIFY_COMMAND_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">image notify command rejected</attribute>
5218     <attribute side="client" code="0x08C2" define="QUERY_NEXT_IMAGE_REQUEST_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">query next image request generated</attribute>
5219     <attribute side="client" code="0x08C3" define="QUERY_NEXT_IMAGE_RESPONSE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">query next image response received</attribute>
5220     <attribute side="client" code="0x08C4" define="QUERY_NEXT_IMAGE_RESPONSE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">query next image response rejected</attribute>
5221     <attribute side="client" code="0x08C5" define="IMAGE_BLOCK_REQUEST_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">image block request generated</attribute>
5222     <attribute side="client" code="0x08C6" define="IMAGE_PAGE_REQUEST_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">image page request generated</attribute>
5223     <attribute side="client" code="0x08C7" define="IMAGE_BLOCK_RESPONSE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">image block response received</attribute>
5224     <attribute side="client" code="0x08C8" define="IMAGE_BLOCK_RESPONSE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">image block response rejected</attribute>
5225     <attribute side="client" code="0x08C9" define="UPGRADE_END_REQUEST_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">upgrade end request generated</attribute>
5226     <attribute side="client" code="0x08CA" define="UPGRADE_END_RESPONSE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">upgrade end response received</attribute>
5227     <attribute side="client" code="0x08CB" define="UPGRADE_END_RESPONSE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">upgrade end response rejected</attribute>
5228     <attribute side="client" code="0x08CC" define="QUERY_SPECIFIC_FILE_REQUEST_GENERATED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">query specific file request generated</attribute>
5229     <attribute side="client" code="0x08CD" define="QUERY_SPECIFIC_FILE_RESPONSE_RECEIVED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">query specific file response received</attribute>
5230     <attribute side="client" code="0x08CE" define="QUERY_SPECIFIC_FILE_RESPONSE_REJECTED" type="BITMAP8" min="0x00" max="0xFF" writable="false" optional="true">query specific file response rejected</attribute>
5231     <!-- Device Management Client - Commands -->
5232     <command source="client" code="0x00" name="GetChangeOfTenancy" optional="true" cli="zcl dm get-chg-of-tenancy">
5233       <description>
5234         This command is used to request the ESI to respond with information regarding any available change of tenancy.
5235       </description>
5236     </command>
5237     <command source="client" code="0x01" name="GetChangeOfSupplier" optional="true" cli="zcl dm get-chg-of-supplier">
5238       <description>
5239         This command is used to request the ESI to respond with information regarding any available change of supplier.
5240       </description>
5241     </command>
5242     <command source="client" code="0x02" name="RequestNewPassword" optional="true" cli="zcl dm req-new-pass">
5243       <description>
5244         This command is used to request the current password from the server.
5245       </description>
5246       <arg name="passwordType" type="PasswordType"/>
5247     </command>
5248     <command source="client" code="0x03" name="GetSiteId" optional="true" cli="zcl dm get-site-id">
5249       <description>
5250         This command is used to request the ESI to respond with information regarding any pending change of Site ID.
5251       </description>
5252     </command>
5253     <command source="client" code="0x04" name="ReportEventConfiguration" cli="zcl dm rpt-event-config" optional="true">
5254       <description>
5255         This command is sent in response to a GetEventConfiguration command.
5256       </description>
5257       <arg name="commandIndex" type="INT8U"/>
5258       <arg name="totalCommands" type="INT8U"/>
5259       <arg name="eventConfigurationPayload" type="EventConfigurationPayload" array="true"/>
5260     </command>
5261     <command source="client" code="0x05" name="GetCIN" optional="true" cli="zcl dm get-cin">
5262       <description>
5263         This command is used to request the ESI to respond with information regarding any pending change of Customer ID Number.
5264       </description>
5265     </command>
5266     <!-- Device Management Server - Commands -->
5267     <command source="server" code="0x00" name="PublishChangeOfTenancy" optional="true">
5268       <description>
5269         This command is used to change the tenancy of a meter.
5270       </description>
5271       <arg name="providerId" type="INT32U"/>
5272       <arg name="issuerEventId" type="INT32U"/>
5273       <arg name="tariffType" type="TariffType"/>
5274       <arg name="implementationDateTime" type="UTC_TIME"/>
5275       <arg name="proposedTenancyChangeControl" type="ProposedChangeControl"/>
5276     </command>
5277     <command source="server" code="0x01" name="PublishChangeOfSupplier" optional="true" cli="zcl dm pub-chg-of-supplier">
5278       <description>
5279         This command is used to change the Supplier (energy supplier) that is supplying the meter (s).
5280       </description>
5281       <arg name="currentProviderId" type="INT32U"/>
5282       <arg name="issuerEventId" type="INT32U"/>
5283       <arg name="tariffType" type="TariffType"/>
5284       <arg name="proposedProviderId" type="INT32U"/>
5285       <arg name="providerChangeImplementationTime" type="UTC_TIME"/>
5286       <arg name="providerChangeControl" type="ProposedChangeControl"/>
5287       <arg name="proposedProviderName" type="OCTET_STRING"/>
5288       <arg name="proposedProviderContactDetails" type="OCTET_STRING"/>
5289     </command>
5290     <command source="server" code="0x02" name="RequestNewPasswordResponse" optional="true" cli="zcl dm req-new-pass-resp" disableDefaultResponse="true">
5291       <description>
5292         This command is used to send the current password to the client.
5293       </description>
5294       <arg name="issuerEventId" type="INT32U"/>
5295       <arg name="implementationDateTime" type="UTC_TIME"/>
5296       <arg name="durationInMinutes" type="INT16U"/>
5297       <arg name="passwordType" type="PasswordType"/>
5298       <arg name="password" type="OCTET_STRING"/>
5299     </command>
5300     <command source="server" code="0x03" name="UpdateSiteId" optional="true">
5301       <description>
5302         This command is used to set the siteID.
5303       </description>
5304       <arg name="issuerEventId" type="INT32U"/>
5305       <arg name="siteIdTime" type="UTC_TIME"/>
5306       <arg name="providerId" type="INT32U"/>
5307       <arg name="siteId" type="OCTET_STRING"/>
5308     </command>
5309     <command source="server" code="0x04" name="SetEventConfiguration" optional="true" cli="zcl dm set-event-config">
5310       <description>
5311         This command provides a method to set the event configuration attributes, held in a client device.
5312       </description>
5313       <arg name="issuerEventId" type="INT32U"/>
5314       <arg name="startDateTime" type="UTC_TIME"/>
5315       <arg name="eventConfiguration" type="EventConfiguration"/>
5316       <arg name="configurationControl" type="EventConfigurationControl"/>
5317       <arg name="eventConfigurationPayload" type="INT8U" array="true"/>
5318     </command>
5319     <command source="server" code="0x05" name="GetEventConfiguration" optional="true" cli="zcl dm get-event-config">
5320       <description>
5321         This command allows the server to request details of event configurations.
5322       </description>
5323       <arg name="eventId" type="INT16U"/>
5324     </command>
5325     <command source="server" code="0x06" name="UpdateCIN" optional="true">
5326       <description>
5327         This command is used to set the CustomerIDNumber attribute held in the Metering cluster.
5328       </description>
5329       <arg name="issuerEventId" type="INT32U"/>
5330       <arg name="implementationTime" type="UTC_TIME"/>
5331       <arg name="providerId" type="INT32U"/>
5332       <arg name="customerIdNumber" type="OCTET_STRING"/>
5333     </command>
5334   </cluster>
5335   <!-- Events Cluster - Structs, BITMAPs & ENUMs -->
5336   <bitmap name="EventControlLogId" type="BITMAP8">
5337     <field name="LogId" mask="0x0F"/>
5338     <field name="EventControl" mask="0xF0"/>
5339   </bitmap>
5340   <enum name="EventControl" type="ENUM8">
5341     <item name="RetrieveMinimalInformation" value="0x00"/>
5342     <item name="RetrieveFullInformation" value="0x10"/>
5343   </enum>
5344   <enum name="EventLogId" type="ENUM8">
5345     <item name="AllLogs" value="0x00"/>
5346     <item name="TamperLog" value="0x01"/>
5347     <item name="FaultLog" value="0x02"/>
5348     <item name="GeneralEventLog" value="0x03"/>
5349     <item name="SecurityEventLog" value="0x04"/>
5350     <item name="NetworkEventLog" value="0x05"/>
5351     <item name="GbcsGeneralEventLog" value="0x06"/>
5352     <item name="GbcsSecurityEventLog" value="0x07"/>
5353   </enum>
5354   <bitmap name="EventActionControl" type="BITMAP8">
5355     <field name="ReportEventToHANDevices" mask="0x01"/>
5356     <field name="ReportEventToWAN" mask="0x02"/>
5357   </bitmap>
5358   <bitmap name="NumberOfEventsLogPayloadControl" type="BITMAP8">
5359     <field name="LogPayloadControl" mask="0x0F"/>
5360     <field name="NumberOfEvents" mask="0xF0"/>
5361   </bitmap>
5362   <enum name="EventLogPayloadControl" type="ENUM8">
5363     <item name="EventsDoNotCrossFrameBoundary" value="0x00"/>
5364     <item name="EventCrossesFrameBoundary" value="0x01"/>
5365   </enum>
5366   <struct name="EventLogPayload">
5367     <item name="logId" type="EventLogId"/>
5368     <item name="eventId" type="INT16U"/>
5369     <item name="eventTime" type="UTC_TIME"/>
5370     <item name="eventData" type="OCTET_STRING"/>
5371   </struct>
5372   <bitmap name="ClearedEventsLogs" type="BITMAP8">
5373     <field name="AllLogsCleared" mask="0x01"/>
5374     <field name="TamperLogCleared" mask="0x02"/>
5375     <field name="FaultLogCleared" mask="0x04"/>
5376     <field name="GeneralEventLogCleared" mask="0x08"/>
5377     <field name="SecurityEventLogCleared" mask="0x10"/>
5378     <field name="NetworkEventLogCleared" mask="0x20"/>
5379   </bitmap>
5380   <!-- Events Cluster -->
5381   <cluster introducedIn="se-1.2a-07-5356-19">
5382     <name>Events</name>
5383     <domain>SE</domain>
5384     <description>This cluster provides an interface on which applications can use event-based protocols.</description>
5385     <code>0x0709</code>
5386     <define>EVENTS_CLUSTER</define>
5387     <client tick="false" init="false">true</client>
5388     <server tick="false" init="false">true</server>
5389     <!-- Events Cluster Server - Attributes -->
5390     <!-- Events Cluster Client - Attributes -->
5391     <!-- Events Cluster Client - Commands -->
5392     <command source="client" code="0x00" name="GetEventLog" optional="true" cli="zcl events get-event-log">
5393       <description>
5394         The GetEventLog command allows a client to request events from a server's event logs. One or more PublishEventLog commands are returned on receipt of this command.
5395       </description>
5396       <arg name="eventControlLogId" type="EventControlLogId"/>
5397       <arg name="eventId" type="INT16U"/>
5398       <arg name="startTime" type="UTC_TIME"/>
5399       <arg name="endTime" type="UTC_TIME"/>
5400       <arg name="numberOfEvents" type="INT8U"/>
5401       <arg name="eventOffset" type="INT16U"/>
5402     </command>
5403     <command source="client" code="0x01" name="ClearEventLogRequest" optional="true" cli="zcl events clear-event-log">
5404       <description>
5405         The ClearEventLogRequest command requests that an Events server device clear the specified event log(s).
5406       </description>
5407       <arg name="logId" type="EventLogId"/>
5408     </command>
5409     <!-- Events Cluster Server - Commands -->
5410     <command source="server" code="0x00" name="PublishEvent" optional="true">
5411       <description>
5412         The PublishEvent command is generated upon an event trigger from within the reporting device and, if supported, the associated Event Configuration attribute in the Device Management cluster.
5413       </description>
5414       <arg name="logId" type="EventLogId"/>
5415       <arg name="eventId" type="INT16U"/>
5416       <arg name="eventTime" type="UTC_TIME"/>
5417       <arg name="eventControl" type="EventActionControl"/>
5418       <arg name="eventData" type="OCTET_STRING"/>
5419     </command>
5420     <command source="server" code="0x01" name="PublishEventLog" optional="true">
5421       <description>
5422         This command is generated on receipt of a GetEventLog command. The command returns the most recent event first and up to the number of events requested.
5423       </description>
5424       <arg name="totalNumberOfEvents" type="INT16U"/>
5425       <arg name="commandIndex" type="INT8U"/>
5426       <arg name="totalCommands" type="INT8U"/>
5427       <arg name="logPayloadControl" type="NumberOfEventsLogPayloadControl"/>
5428       <arg name="logPayload" type="EventLogPayload" array="true"/>
5429     </command>
5430     <command source="server" code="0x02" name="ClearEventLogResponse" optional="true" disableDefaultResponse="true">
5431       <description>
5432         This command is generated on receipt of a Clear Event Log Request command.
5433       </description>
5434       <arg name="clearedEventsLogs" type="ClearedEventsLogs"/>
5435     </command>
5436   </cluster>
5437   <!-- MDU Pairing Cluster -->
5438   <cluster introducedIn="se-1.2a-07-5356-19">
5439     <name>MDU Pairing</name>
5440     <domain>SE</domain>
5441     <description>This cluster seeks to assist in the commissioning of networks that include multi-dwelling units (MDUs).</description>
5442     <code>0x070A</code>
5443     <define>MDU_PAIRING_CLUSTER</define>
5444     <client tick="false" init="false">true</client>
5445     <server tick="false" init="false">true</server>
5446     <!-- MDU Pairing Cluster Server - Attributes -->
5447     <!-- MDU Pairing Cluster Client - Attributes -->
5448     <!-- MDU Pairing Cluster Server - Commands -->
5449     <command source="server" code="0x00" name="PairingResponse" optional="true" disableDefaultResponse="true">
5450       <description>
5451         The Pairing Response command provides a device joining a MDU network with a list of the devices that will constitute the 'virtual HAN' for the household in which the joining device is to operate.
5452       </description>
5453       <arg name="pairingInformationVersion" type="INT32U"/>
5454       <arg name="totalNumberOfDevices" type="INT8U"/>
5455       <arg name="commandIndex" type="INT8U"/>
5456       <arg name="totalNumberOfCommands" type="INT8U"/>
5457       <arg name="eui64s" type="IEEE_ADDRESS" array="true"/>
5458     </command>
5459     <!-- MDU Pairing Cluster Client - Commands -->
5460     <command source="client" code="0x00" name="PairingRequest" optional="false">
5461       <description>
5462         The Pairing Request command allows a device joining a MDU network to determine the devices that will constitute the 'virtual HAN' for the household in which it is to operate.
5463       </description>
5464       <arg name="localPairingInformationVersion" type="INT32U"/>
5465       <arg name="eui64OfRequestingDevice" type="IEEE_ADDRESS"/>
5466     </command>
5467   </cluster>
5468   <!-- Sub-GHz Cluster -->
5469   <bitmap name="ChannelMask" type="BITMAP32">
5470     <field name="Channel0" mask="0x00000001"/>
5471     <!-- Page 0, 2.4 GHz -->
5472     <field name="863Channel0" mask="0x00000001"/>
5473     <!-- Page 28, 863-876 MHz -->
5474     <field name="863Channel27" mask="0x00000001"/>
5475     <!-- Page 29, 863-876 MHz -->
5476     <field name="863Channel35" mask="0x00000001"/>
5477     <!-- Page 30, 863-876 MHz -->
5478     <field name="915Channel0" mask="0x00000001"/>
5479     <!-- Page 31, 915-921 MHz -->
5480     <field name="Channel1" mask="0x00000002"/>
5481     <field name="863Channel1" mask="0x00000002"/>
5482     <field name="863Channel28" mask="0x00000002"/>
5483     <field name="853Channel36" mask="0x00000002"/>
5484     <field name="915Channel1" mask="0x00000002"/>
5485     <field name="Channel2" mask="0x00000004"/>
5486     <field name="863Channel2" mask="0x00000004"/>
5487     <field name="863Channel29" mask="0x00000004"/>
5488     <field name="863Channel37" mask="0x00000004"/>
5489     <field name="915Channel2" mask="0x00000004"/>
5490     <field name="Channel3" mask="0x00000008"/>
5491     <field name="863Channel3" mask="0x00000008"/>
5492     <field name="863Channel30" mask="0x00000008"/>
5493     <field name="863Channel38" mask="0x00000008"/>
5494     <field name="915Channel3" mask="0x00000008"/>
5495     <field name="Channel4" mask="0x00000010"/>
5496     <field name="863Channel4" mask="0x00000010"/>
5497     <field name="863Channel31" mask="0x00000010"/>
5498     <field name="863Channel39" mask="0x00000010"/>
5499     <field name="915Channel4" mask="0x00000010"/>
5500     <field name="Channel5" mask="0x00000020"/>
5501     <field name="863Channel5" mask="0x00000020"/>
5502     <field name="863Channel32" mask="0x00000020"/>
5503     <field name="863Channel40" mask="0x00000020"/>
5504     <field name="915Channel5" mask="0x00000020"/>
5505     <field name="Channel6" mask="0x00000040"/>
5506     <field name="863Channel6" mask="0x00000040"/>
5507     <field name="863Channel33" mask="0x00000040"/>
5508     <field name="863Channel41" mask="0x00000040"/>
5509     <field name="915Channel6" mask="0x00000040"/>
5510     <field name="Channel7" mask="0x00000080"/>
5511     <field name="863Channel7" mask="0x00000080"/>
5512     <field name="863Channel34" mask="0x00000080"/>
5513     <field name="863Channel42" mask="0x00000080"/>
5514     <field name="915Channel7" mask="0x00000080"/>
5515     <field name="Channel8" mask="0x00000100"/>
5516     <field name="863Channel8" mask="0x00000100"/>
5517     <field name="863Channel62" mask="0x00000100"/>
5518     <!-- Page 29 anomaly, 863 Channel 61 is in Page 29-->
5519     <field name="863Channel43" mask="0x00000100"/>
5520     <field name="915Channel8" mask="0x00000100"/>
5521     <field name="Channel9" mask="0x00000200"/>
5522     <!-- Page 0, 2.4 GHz -->
5523     <field name="863Channel9" mask="0x00000200"/>
5524     <!-- Page 28, 863-876 MHz -->
5525     <field name="863Channel44" mask="0x00000200"/>
5526     <!-- Page 30, 863-876 MHz; no Page 29 beyond 863 Channel 8/62 -->
5527     <field name="915Channel9" mask="0x00000200"/>
5528     <!-- Page 31, 915-921 MHz -->
5529     <field name="Channel10" mask="0x00000400"/>
5530     <field name="863Channel10" mask="0x00000400"/>
5531     <field name="863Channel45" mask="0x00000400"/>
5532     <field name="915Channel10" mask="0x00000400"/>
5533     <field name="Channel11" mask="0x00000800"/>
5534     <field name="863Channel11" mask="0x00000800"/>
5535     <field name="863Channel46" mask="0x00000800"/>
5536     <field name="915Channel11" mask="0x00000800"/>
5537     <field name="Channel12" mask="0x00001000"/>
5538     <field name="863Channel12" mask="0x00001000"/>
5539     <field name="863Channel47" mask="0x00001000"/>
5540     <field name="915Channel12" mask="0x00001000"/>
5541     <field name="Channel13" mask="0x00002000"/>
5542     <field name="863Channel13" mask="0x00002000"/>
5543     <field name="863Channel48" mask="0x00002000"/>
5544     <field name="915Channel13" mask="0x00002000"/>
5545     <field name="Channel14" mask="0x00004000"/>
5546     <field name="863Channel14" mask="0x00004000"/>
5547     <field name="863Channel49" mask="0x00004000"/>
5548     <field name="915Channel14" mask="0x00004000"/>
5549     <field name="Channel15" mask="0x00008000"/>
5550     <field name="863Channel15" mask="0x00008000"/>
5551     <field name="863Channel50" mask="0x00008000"/>
5552     <field name="915Channel15" mask="0x00008000"/>
5553     <field name="Channel16" mask="0x00010000"/>
5554     <field name="863Channel16" mask="0x00010000"/>
5555     <field name="863Channel51" mask="0x00010000"/>
5556     <field name="915Channel16" mask="0x00010000"/>
5557     <field name="Channel17" mask="0x00020000"/>
5558     <field name="863Channel17" mask="0x00020000"/>
5559     <field name="863Channel52" mask="0x00020000"/>
5560     <field name="915Channel17" mask="0x00020000"/>
5561     <field name="Channel18" mask="0x00040000"/>
5562     <field name="863Channel18" mask="0x00040000"/>
5563     <field name="863Channel53" mask="0x00040000"/>
5564     <field name="915Channel18" mask="0x00040000"/>
5565     <field name="Channel19" mask="0x00080000"/>
5566     <field name="863Channel19" mask="0x00080000"/>
5567     <field name="863Channel54" mask="0x00080000"/>
5568     <field name="915Channel19" mask="0x00080000"/>
5569     <field name="Channel20" mask="0x00100000"/>
5570     <field name="863Channel20" mask="0x00100000"/>
5571     <field name="863Channel55" mask="0x00100000"/>
5572     <field name="915Channel20" mask="0x00100000"/>
5573     <field name="Channel21" mask="0x00200000"/>
5574     <field name="863Channel21" mask="0x00200000"/>
5575     <field name="863Channel56" mask="0x00200000"/>
5576     <field name="915Channel21" mask="0x00200000"/>
5577     <field name="Channel22" mask="0x00400000"/>
5578     <field name="863Channel22" mask="0x00400000"/>
5579     <field name="863Channel57" mask="0x00400000"/>
5580     <field name="915Channel22" mask="0x00400000"/>
5581     <field name="Channel23" mask="0x00800000"/>
5582     <field name="863Channel23" mask="0x00800000"/>
5583     <field name="863Channel58" mask="0x00800000"/>
5584     <field name="915Channel23" mask="0x00800000"/>
5585     <field name="Channel24" mask="0x01000000"/>
5586     <field name="863Channel24" mask="0x01000000"/>
5587     <field name="863Channel59" mask="0x01000000"/>
5588     <field name="915Channel24" mask="0x01000000"/>
5589     <field name="Channel25" mask="0x02000000"/>
5590     <field name="863Channel25" mask="0x02000000"/>
5591     <field name="863Channel60" mask="0x02000000"/>
5592     <field name="915Channel25" mask="0x02000000"/>
5593     <field name="Channel26" mask="0x04000000"/>
5594     <field name="863Channel26" mask="0x04000000"/>
5595     <field name="863Channel61" mask="0x04000000"/>
5596     <field name="915Channel26" mask="0x04000000"/>
5597     <field name="Page" mask="0xF8000000"/>
5598   </bitmap>
5599   <cluster singleton="true">
5600     <!-- introducedIn="..." -->
5601     <name>Sub-GHz</name>
5602     <domain>SE</domain>
5603     <description>Used by the Smart Energy profile for duty cycle monitoring and frequency agility.</description>
5604     <code>0x070B</code>
5605     <define>SUB_GHZ_CLUSTER</define>
5606     <client tick="false" init="false">true</client>
5607     <server tick="false" init="false">true</server>
5608     <!-- Sub-GHz Cluster Server - Attributes -->
5609     <attribute side="server" code="0x0000" define="SUB_GHZ_CLUSTER_CHANNEL_CHANGE" type="BITMAP32" min="0x00000000" max="0xFFFFFFFF" writable="false" default="0x00000000" optional="false">sub-GHz channel change (server)</attribute>
5610     <attribute side="server" code="0x0001" define="SUB_GHZ_CLUSTER_PAGE_28_CHANNEL_MASK" type="BITMAP32" min="0xE0000000" max="0xE7FFFFFF" writable="false" default="0xE7FFFFFF" optional="false">sub-GHz page 28 channel mask (server)</attribute>
5611     <attribute side="server" code="0x0002" define="SUB_GHZ_CLUSTER_PAGE_29_CHANNEL_MASK" type="BITMAP32" min="0xE8000000" max="0xE80001FF" writable="false" default="0xE80001FF" optional="false">sub-GHz page 29 channel mask (server)</attribute>
5612     <attribute side="server" code="0x0003" define="SUB_GHZ_CLUSTER_PAGE_30_CHANNEL_MASK" type="BITMAP32" min="0xF0000000" max="0xF7FFFFFF" writable="false" default="0xF7FFFFFF" optional="false">sub-GHz page 30 channel mask (server)</attribute>
5613     <attribute side="server" code="0x0004" define="SUB_GHZ_CLUSTER_PAGE_31_CHANNEL_MASK" type="BITMAP32" min="0xF8000000" max="0xFFFFFFFF" writable="false" default="0xFFFFFFFF" optional="false">sub-GHz page 31 channel mask (server)</attribute>
5614     <!-- Sub-GHz Cluster Client - Attributes -->
5615     <!-- Sub-GHz Cluster Server - Commands -->
5616     <command source="server" code="0x00" name="SuspendZclMessages" optional="false" disableDefaultResponse="false">
5617       <description>
5618         The server sends it to temporarily suspend ZCL messages from clients it identifies as causing too much traffic.
5619       </description>
5620       <arg name="period" type="INT8U"/>
5621     </command>
5622     <!-- Sub-GHz Cluster Client - Commands -->
5623     <command source="client" code="0x00" name="GetSuspendZclMessagesStatus" optional="false">
5624       <description>
5625         The client sends it to determine the current status of its ZCL communications from the server.
5626       </description>
5627     </command>
5628   </cluster>
5629   <!-- Key Establishment Cluster - Structs, BITMAPs & ENUMs -->
5630   <enum name="AmiKeyEstablishmentStatus" type="ENUM8">
5631     <item name="Success" value="0x00"/>
5632     <item name="UnknownIssuer" value="0x01"/>
5633     <item name="BadKeyConfirm" value="0x02"/>
5634     <item name="BadMessage" value="0x03"/>
5635     <item name="NoResources" value="0x04"/>
5636     <item name="UnsupportedSuite" value="0x05"/>
5637     <item name="InvalidKeyUsage" value="0x06"/>
5638   </enum>
5639   <struct name="Identity" length="48"/>
5640   <struct name="EphemeralData" length="22"/>
5641   <struct name="Smac" length="16"/>
5642   <!-- Key Establishment Cluster -->
5643   <cluster singleton="true">
5644     <name>Key Establishment</name>
5645     <domain>General</domain>
5646     <description>Key Establishment cluster</description>
5647     <code>0x0800</code>
5648     <define>KEY_ESTABLISHMENT_CLUSTER</define>
5649     <client tick="false" init="false">true</client>
5650     <server tick="false" init="false">true</server>
5651     <globalAttribute side="either" code="0xFFFD" value="2"/>
5652     <!-- Key Establishment Server - Attributes -->
5653     <attribute side="server" code="0x0000" define="KEY_ESTABLISHMENT_SUITE_SERVER" type="ENUM16" min="0x0000" max="0xFFFF" writable="false" default="0x0000" optional="false">key establishment suite (server)</attribute>
5654     <!-- Key Establishment Client - Attributes -->
5655     <attribute side="client" code="0x0000" define="KEY_ESTABLISHMENT_SUITE_CLIENT" type="ENUM16" min="0x0000" max="0xFFFF" writable="false" default="0x0000" optional="false">key establishment suite (client)</attribute>
5656     <!-- Key Establishment Client - Commands -->
5657     <command source="client" code="0x00" name="InitiateKeyEstablishmentRequest" optional="false">
5658       <description>
5659         Command description for InitiateKeyEstablishmentRequest
5660       </description>
5661       <arg name="keyEstablishmentSuite" type="BITMAP16"/>
5662       <arg name="ephemeralDataGenerateTime" type="INT8U"/>
5663       <arg name="confirmKeyGenerateTime" type="INT8U"/>
5664       <arg name="identity" type="Identity"/>
5665     </command>
5666     <command source="client" code="0x01" name="EphemeralDataRequest" optional="false">
5667       <description>
5668         Command description for EphemeralDataRequest
5669       </description>
5670       <arg name="ephemeralData" type="EphemeralData"/>
5671     </command>
5672     <command source="client" code="0x02" name="ConfirmKeyDataRequest" optional="false">
5673       <description>
5674         Command description for ConfirmKeyDataRequest
5675       </description>
5676       <arg name="secureMessageAuthenticationCode" type="Smac"/>
5677     </command>
5678     <!-- Key Establishment Client & Server - Commands -->
5679     <command source="either" code="0x03" name="TerminateKeyEstablishment" optional="false">
5680       <description>
5681         Command description for TerminateKeyEstablishment
5682       </description>
5683       <arg name="statusCode" type="AmiKeyEstablishmentStatus"/>
5684       <arg name="waitTime" type="INT8U"/>
5685       <arg name="keyEstablishmentSuite" type="BITMAP16"/>
5686     </command>
5687     <!-- Key Establishment Server - Commands -->
5688     <command source="server" code="0x00" name="InitiateKeyEstablishmentResponse" optional="false" disableDefaultResponse="true">
5689       <description>
5690         Command description for InitiateKeyEstablishmentResponse
5691       </description>
5692       <arg name="requestedKeyEstablishmentSuite" type="BITMAP16"/>
5693       <arg name="ephemeralDataGenerateTime" type="INT8U"/>
5694       <arg name="confirmKeyGenerateTime" type="INT8U"/>
5695       <arg name="identity" type="Identity"/>
5696     </command>
5697     <command source="server" code="0x01" name="EphemeralDataResponse" optional="false" disableDefaultResponse="true">
5698       <description>
5699         Command description for EphemeralDataResponse
5700       </description>
5701       <arg name="ephemeralData" type="EphemeralData"/>
5702     </command>
5703     <command source="server" code="0x02" name="ConfirmKeyDataResponse" optional="false" disableDefaultResponse="true">
5704       <description>
5705         Command description for ConfirmKeyDataResponse
5706       </description>
5707       <arg name="secureMessageAuthenticationCode" type="Smac"/>
5708     </command>
5709   </cluster>
5710   <cluster singleton="true">
5711     <name>Keep-Alive</name>
5712     <!-- The intention seems to be to make this a generic cluster even though it is specified in the Smart Energy spec.  Any server can inform other clients of how often they should send in a keep-alive. -->
5713     <domain>SE</domain>
5714     <description>This cluster supports the commands and attributes directed to the network Trust Center in order to determine whether communication with the Trust Center is still available.</description>
5715     <code>0x0025</code>
5716     <define>KEEPALIVE_CLUSTER</define>
5717     <client tick="false" init="false">true</client>
5718     <server tick="false" init="false">true</server>
5719     <!-- Keep-Alive Cluster Client - Attributes -->
5720     <!-- Keep-Alive Cluster Server - Attributes -->
5721     <attribute side="server" code="0x0000" define="KEEPALIVE_BASE" type="INT8U" min="0x01" max="0xFF" writable="false" default="1" optional="false" introducedIn="se-1.2b-15-0131-02">Keep-Alive Base</attribute>
5722     <attribute side="server" code="0x0001" define="KEEPALIVE_JITTER" type="INT16U" min="0x0000" max="0x0200" writable="false" default="60" optional="false" introducedIn="se-1.2b-15-0131-02">Keep-Alive Jitter</attribute>
5723     <!-- Keep-Alive Cluster Client - Commands -->
5724     <!-- Keep-Alive Cluster Server - Commands -->
5725   </cluster>
5726   <!-- SE extension to the Alarms cluster. -->
5727   <enum name="EventId" type="ENUM8">
5728     <item value="0x00" name="MeterCoverRemoved"/>
5729     <item value="0x01" name="MeterCoverClosed"/>
5730     <item value="0x02" name="StrongMagneticField"/>
5731     <item value="0x03" name="NoStrongMagneticField"/>
5732     <item value="0x04" name="BatteryFailure"/>
5733     <item value="0x05" name="LowBattery"/>
5734     <item value="0x06" name="ProgramMemoryError"/>
5735     <item value="0x07" name="RamError"/>
5736     <item value="0x08" name="NvMemoryError"/>
5737     <item value="0x09" name="MeasurementSystemError"/>
5738     <item value="0x0A" name="WatchdogError"/>
5739     <item value="0x0B" name="SupplyDisconnectFailure"/>
5740     <item value="0x0C" name="SupplyConnectFailure"/>
5741     <item value="0x0D" name="MeasurmentSoftwareChanged"/>
5742     <item value="0x0E" name="DstEnabled"/>
5743     <item value="0x0F" name="DstDisabled"/>
5744     <item value="0x10" name="ClockAdjBackward"/>
5745     <item value="0x11" name="ClockAdjForward"/>
5746     <item value="0x12" name="ClockInvalid"/>
5747     <item value="0x13" name="CommsErrorHan"/>
5748     <item value="0x14" name="CommsOkHan"/>
5749     <item value="0x15" name="FraudAttempt"/>
5750     <item value="0x16" name="PowerLoss"/>
5751     <item value="0x17" name="IncorrectProtocol"/>
5752     <item value="0x18" name="UnusualHanTraffic"/>
5753     <item value="0x19" name="UnexpectedClockChange"/>
5754     <item value="0x1A" name="CommsUsingUnauthenticatedComponent"/>
5755     <item value="0x1B" name="ErrorRegClear"/>
5756     <item value="0x1C" name="AlarmRegClear"/>
5757     <item value="0x1D" name="UnexpectedHwReset"/>
5758     <item value="0x1E" name="UnexpectedProgramExecution"/>
5759     <item value="0x1F" name="EventLogCleared"/>
5760     <item value="0x20" name="ManualDisconnect"/>
5761     <item value="0x21" name="ManualConnect"/>
5762     <item value="0x22" name="RemoteDisconnection"/>
5763     <item value="0x23" name="LocalDisconnection"/>
5764     <item value="0x24" name="LimitThresholdExceeded"/>
5765     <item value="0x25" name="LimitThresholdOk"/>
5766     <item value="0x26" name="LimitThresholdChanged"/>
5767     <item value="0x27" name="MaximumDemandExceeded"/>
5768     <item value="0x28" name="ProfileCleared"/>
5769     <item value="0x29" name="FirmwareReadyForActivation"/>
5770     <item value="0x2A" name="FirmwareActivated"/>
5771     <item value="0x2B" name="PatchFailure"/>
5772     <item value="0x2C" name="TouTariffActivation"/>
5773     <item value="0x2D" name="8x8Tariffactivated"/>
5774     <item value="0x2E" name="SingleTariffRateActivated"/>
5775     <item value="0x2F" name="AsynchronousBillingOccurred"/>
5776     <item value="0x30" name="SynchronousBillingOccurred"/>
5777     <item value="0x80" name="IncorrectPolarity"/>
5778     <item value="0x81" name="CurrentNoVoltage"/>
5779     <item value="0x82" name="UnderVoltage"/>
5780     <item value="0x83" name="OverVoltage"/>
5781     <item value="0x84" name="NormalVoltage"/>
5782     <item value="0x85" name="PfBelowThreshold"/>
5783     <item value="0x86" name="PfAboveThreshold"/>
5784     <item value="0x87" name="TerminalCoverRemoved"/>
5785     <item value="0x88" name="TerminalCoverClosed"/>
5786     <item value="0xA0" name="ReverseFlow"/>
5787     <item value="0xA1" name="TiltTamper"/>
5788     <item value="0xA2" name="BatteryCoverRemoved"/>
5789     <item value="0xA3" name="BatteryCoverClosed"/>
5790     <item value="0xA4" name="ExcessFlow"/>
5791     <item value="0xC0" name="CreditOk"/>
5792     <item value="0xC1" name="LowCredit"/>
5793     <item value="0xC0" name="EmergencyCreditInUse"/>
5794     <item value="0xC1" name="EmergencyCreditExhausted"/>
5795     <item value="0xC2" name="ZeroCreditEcNotSelected"/>
5796     <item value="0xC3" name="SupplyOn"/>
5797     <item value="0xC4" name="SupplyOffAarmed"/>
5798     <item value="0xC5" name="SupplyOff"/>
5799     <item value="0xC6" name="DiscountApplied"/>
5800     <item value="0xE0" name="ManufacturerSpecificA"/>
5801     <item value="0xE1" name="ManufacturerSpecificB"/>
5802     <item value="0xE2" name="ManufacturerSpecificC"/>
5803     <item value="0xE3" name="ManufacturerSpecificD"/>
5804     <item value="0xE4" name="ManufacturerSpecificE"/>
5805     <item value="0xE5" name="ManufacturerSpecificF"/>
5806     <item value="0xE6" name="ManufacturerSpecificG"/>
5807     <item value="0xE7" name="ManufacturerSpecificH"/>
5808     <item value="0xE8" name="ManufacturerSpecificI"/>
5809   </enum>
5810 </configurator>