Skip to content

Commit fcbaea9

Browse files
authored
Merge pull request #80 from sine-fdn/energyConsumptionUnit
feat: turn definition of energyConsumptionUnit into enum
2 parents b922ba4 + 2148be2 commit fcbaea9

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

specs/index.bs

+21-2
Original file line numberDiff line numberDiff line change
@@ -1544,8 +1544,25 @@ The following properties are defined for data type <dfn element>EnergyCarrier</d
15441544
<td>String
15451545
<td>O
15461546
<td>
1547-
Unit of the energy consumed corresponding to the <{EnergyCarrier/energyConsumption}> (e.g., `"l"`, `"kg"`, `"kWh"`, `"MJ"`).
1548-
<{EnergyCarrier/energyConsumptionUnit}> MUST be defined if <{EnergyCarrier/energyConsumption}> is defined.
1547+
Unit of the energy consumed corresponding to the <{EnergyCarrier/energyConsumption}>.
1548+
<{EnergyCarrier/energyConsumptionUnit}> MUST be defined if <{EnergyCarrier/energyConsumption}> is defined.
1549+
1550+
Possible values are:
1551+
1552+
Advisement: The enumeration of energy consumption units will be evolved in future revisions.
1553+
Account for this when implementing the validation of this property.
1554+
1555+
: `l`
1556+
:: for liters
1557+
1558+
: `kg`
1559+
:: for kilograms
1560+
1561+
: `kWh`
1562+
:: for kiloWhat/hour
1563+
1564+
: `MJ`
1565+
:: for MegaJoules
15491566
<tr>
15501567
<td><dfn>emissionFactorWTW</dfn> : [=Decimal=]
15511568
<td>String
@@ -2062,6 +2079,8 @@ Note: Section [[#appendix-b-toc-example]] contains an example.
20622079

20632080
- addition of section [[#document-statuses]]
20642081
- rewording of the introduction paragraphs of [[#introduction]]
2082+
- turn definition of <{EnergyCarrier/energyConsumption}> into "open" enumeration
2083+
20652084

20662085
## Version 0.2.0 Release (2024-06-05) ## {#version-20240605}
20672086

0 commit comments

Comments
 (0)