oadrCreateOpt.xml 805 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <oadrPayload xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://openadr.org/oadr-2.0b/2012/07" xsi:schemaLocation="http://openadr.org/oadr-2.0b/2012/07 oadr_20b.xsd">
  3. <oadrSignedObject>
  4. <oadrCreateOpt ei:schemaVersion="2.0b" xmlns:ei="http://docs.oasis-open.org/ns/energyinterop/201110">
  5. <requestID xmlns="http://docs.oasis-open.org/ns/energyinterop/201110/payloads">{{ response.request_id }}</requestID>
  6. <ei:qualifiedEventID>
  7. <ei:eventID>{{ event_id }}</ei:eventID>
  8. <ei:modificationNumber>{{ modification_number }}</ei:modificationNumber>
  9. </ei:qualifiedEventID>
  10. {% include 'parts/eiTarget.xml' %}
  11. </oadrCreatedEvent>
  12. </oadrSignedObject>
  13. </oadrPayload>