oadrRequestEvent.xml 592 B

1234567891011
  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">
  3. <oadrSignedObject>
  4. <oadrRequestEvent ei:schemaVersion="2.0b" xmlns:ei="http://docs.oasis-open.org/ns/energyinterop/201110">
  5. <eiRequestEvent xmlns="http://docs.oasis-open.org/ns/energyinterop/201110/payloads">
  6. <requestID>{{ request_id }}</requestID>
  7. <ei:venID>{{ ven_id }}</ei:venID>
  8. </eiRequestEvent>
  9. </oadrRequestEvent>
  10. </oadrSignedObject>
  11. </oadrPayload>