oadrCreateOpt.xml 1.2 KB

1234567891011121314151617181920212223
  1. <oadr:oadrSignedObject xmlns:oadr="http://openadr.org/oadr-2.0b/2012/07" oadr:Id="oadrSignedObject">
  2. <oadr:oadrCreateOpt ei:schemaVersion="2.0b" xmlns:ei="http://docs.oasis-open.org/ns/energyinterop/201110" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" xmlns:emix="http://docs.oasis-open.org/ns/emix/2011/06">
  3. <ei:optID>{{ opt_id }}</ei:optID>
  4. <ei:optType>{{ opt_type }}</ei:optType>
  5. <ei:optReason>{{ opt_reason }}</ei:optReason>
  6. {% if market_context is defined and market_context is not none %}
  7. <emix:marketContext>{{ market_context }}</emix:marketContext>
  8. {% endif %}
  9. <ei:venID>{{ ven_id }}</ei:venID>
  10. {% if vavailability is defined and vavailability is not none %}
  11. <xcal:vavailability></xcal:vavailability>
  12. {% endif %}
  13. <ei:createdDateTime>{{ created_date_time|datetimeformat }} </ei:createdDateTime>
  14. <requestID xmlns="http://docs.oasis-open.org/ns/energyinterop/201110/payloads">{{ request_id }}</requestID>
  15. <ei:qualifiedEventID>
  16. <ei:eventID>{{ event_id }}</ei:eventID>
  17. <ei:modificationNumber>{{ modification_number }}</ei:modificationNumber>
  18. </ei:qualifiedEventID>
  19. {% for target in targets %}
  20. {% include 'parts/eiTarget.xml' %}
  21. {% endfor %}
  22. </oadr:oadrCreateOpt>
  23. </oadr:oadrSignedObject>