File: oadr_xmldsig-properties-schema.xsd

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 (24 lines) | stat: -rw-r--r-- 799 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>

<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:dsp="http://openadr.org/oadr-2.0b/2012/07/xmldsig-properties"
        targetNamespace="http://openadr.org/oadr-2.0b/2012/07/xmldsig-properties"
        version="0.1" elementFormDefault="qualified">

  <element name="ReplayProtect" type="dsp:ReplayProtectType"/>
  <complexType name="ReplayProtectType" >
    <sequence>
      <element name="timestamp" type="dateTime"/>
      <element name="nonce" type="dsp:NonceValueType"/>
    </sequence>
  </complexType>

  <complexType name="NonceValueType">
    <simpleContent>
      <extension base="string">
        <attribute name="EncodingType" type="anyURI"/>
      </extension>
    </simpleContent>
  </complexType>

</schema>