summaryrefslogtreecommitdiffstats
path: root/neethi/test/policies/Policy-for-Endpoint-1A.xml
blob: ff1a54f4b8762ad3695cc755338c33976d2a0f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy"
    xmlns:pa="http://ws-policy.example.com/assertion" >
    <wsp:ExactlyOne>
        <wsp:All>
            <pa:Assertion59 marker="59" />
            <pa:Assertion22 marker="22" />
            <pa:Assertion2 marker="2" />
            <pa:Assertion1 marker="1" />
        </wsp:All>
    </wsp:ExactlyOne>
</wsp:Policy>