summaryrefslogtreecommitdiffstats
path: root/neethi/test/policies/Policy-for-Endpoint-1B.xml
blob: 4df87e656e258f1366e845887b59d24509e71386 (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:Assertion60 marker="60" />
            <pa:Assertion31 marker="31" />
            <pa:Assertion2 marker="2" />
            <pa:Assertion1 marker="1" />
        </wsp:All>
    </wsp:ExactlyOne>
</wsp:Policy>