oadr_xmldsig-properties-schema.xsd 799 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <schema xmlns="http://www.w3.org/2001/XMLSchema"
  3. xmlns:dsp="http://openadr.org/oadr-2.0b/2012/07/xmldsig-properties"
  4. targetNamespace="http://openadr.org/oadr-2.0b/2012/07/xmldsig-properties"
  5. version="0.1" elementFormDefault="qualified">
  6. <element name="ReplayProtect" type="dsp:ReplayProtectType"/>
  7. <complexType name="ReplayProtectType" >
  8. <sequence>
  9. <element name="timestamp" type="dateTime"/>
  10. <element name="nonce" type="dsp:NonceValueType"/>
  11. </sequence>
  12. </complexType>
  13. <complexType name="NonceValueType">
  14. <simpleContent>
  15. <extension base="string">
  16. <attribute name="EncodingType" type="anyURI"/>
  17. </extension>
  18. </simpleContent>
  19. </complexType>
  20. </schema>