Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/invalid/not-integer.pskcxml
blob: 493417bbc9a3484445b34d7dba416737da8dfdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>

<!--
  Quick test with a non-integer element value.
-->

<KeyContainer Version="1.0" xmlns="urn:ietf:params:xml:ns:keyprov:pskc">
  <KeyPackage>
    <Key>
      <Policy>
        <NumberOfTransactions>TWELVE</NumberOfTransactions>
      </Policy>
    </Key>
  </KeyPackage>
</KeyContainer>