EI-1363 Changes in BIM
New attribute “ConsentID” added to “Elhub_RequestStartOfSupplyType” in BIM messages (as optional):
RequestStartOfSupply
Row 8 in code example:
CODE
<xsd:complexType name="Elhub_RequestStartOfSupplyType">
<xsd:sequence>
<xsd:element name="StartOfOccurrence" type="bdt:Elhub_dateTimeType" minOccurs="1" maxOccurs="1"/>
<xsd:element name="OriginalBusinessDocumentReference" type="bdt:UUIDType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="MeteringPointUsedDomainLocation" type="abie:Elhub_MeteringPointType" minOccurs="1" maxOccurs="1"/>
<xsd:element name="BalanceSupplierInvolvedEnergyParty" type="abie:Elhub_EnergyPartyType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="moveInToSLR" type="bdt:Elhub_boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ConsentID" type="bdt:UUIDType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ConsumerInvolvedCustomerParty" type="abie:Elhub_CustomerPartyStartOfSupplyType" minOccurs="1" maxOccurs="1"/>
<xsd:element name="ConsumerInvolvedCustomerAddress" type="abie:Elhub_InvoiceeAddressType" minOccurs="1" maxOccurs="2"/>
</xsd:sequence>
</xsd:complexType>