File: oadrRequestEvent.xml

package info (click to toggle)
python-openleadr-python 0.5.34%2Bdfsg.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,496 kB
  • sloc: python: 6,942; xml: 663; makefile: 32; sh: 18
file content (11 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<oadr:oadrSignedObject xmlns:oadr="http://openadr.org/oadr-2.0b/2012/07" oadr:Id="oadrSignedObject">
  <oadr:oadrRequestEvent ei:schemaVersion="2.0b" xmlns:ei="http://docs.oasis-open.org/ns/energyinterop/201110">
    <eiRequestEvent xmlns="http://docs.oasis-open.org/ns/energyinterop/201110/payloads">
      <requestID>{{ request_id }}</requestID>
      <ei:venID>{{ ven_id }}</ei:venID>
      {% if reply_limit is defined and reply_limit is not none %}
      <replyLimit>{{ reply_limit }}</replyLimit>
      {% endif %}
    </eiRequestEvent>
  </oadr:oadrRequestEvent>
</oadr:oadrSignedObject>