Skip to main content

EI-270 changes in BIM

These changes are valid from 15.10.2024

New attribute “Direction” added to AnnualPeriodEstimatedMetrics in BIM mesages (as optional):

  • NotifyMeteringPointCharacteristics

  • NotifyStartOfSupply

  • RequestUpdateMasterDataMeteringPoint


Row 5 in code example:

CODE
	<xsd:complexType name="Elhub_EstimatedAnnualVolumeDetailType">
		<xsd:sequence>
			<xsd:element name="Total" type="bdt:long12" minOccurs="1" maxOccurs="1"/>
			<xsd:element name="CalculationMethod" type="bdt:CalculationMethod" minOccurs="1" maxOccurs="1"/>
			<xsd:element name="Direction" type="bdt:DirectionType" minOccurs="0" maxOccurs="1"/>
		</xsd:sequence>
	</xsd:complexType>

In all 3 messages multiplicity for AnnualPeriodEstimatedMetrics is changed from 0..1 to 0..2

New attribute “Direction” added to AnnualPeriodEstimatedMetrics in BIM mesages (as optional):

  • ResponseUpfrontMeteringPointCharacteristics

  • CollectedData

Row nr 4 in code example:

CODE
<xsd:complexType name="Elhub_EstimatedAnnualVolumeType">
		<xsd:sequence>
			<xsd:element name="Total" type="bdt:long12" minOccurs="1" maxOccurs="1"/>
			<xsd:element name="Direction" type="bdt:DirectionType" minOccurs="0" maxOccurs="1"/>
		</xsd:sequence>
	</xsd:complexType>

In addition multiplicity for AnnualPeriodEstimatedMetrics is changed to upper bound 2.

EMIF files draft: https://github.com/elhub/im-emif-files/pull/2

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.