Listing 1

<?xml version='1.0'?>
<PaymentInfo xmlns='http://example.org/paymentv2'>
<Name>John Smith</Name>
<EncryptedData
Type='http://www.w3.org/2001/04/xmlenc#Element'
xmlns='http://www.w3.org/2001/04/xmlenc#'>
<CipherData>
<CipherValue>A23B45C56</CipherValue>
</CipherData>
</EncryptedData>
</PaymentInfo>




Listing 2

<?xml version='1.0'?>
<PaymentInfo xmlns='http://example.org/paymentv2'>
<Name>John Smith</Name>
<CreditCard Limit='5,000' Currency='USD'>
<EncryptedData
xmlns='http://www.w3.org/2001/04/xmlenc#'
Type='http://www.w3.org/2001/04/xmlenc#Content'>
<CipherData>
<CipherValue>A23B45C56</CipherValue>
</CipherData>
</EncryptedData>
</CreditCard>
</PaymentInfo>




Listing 3

<wsp:Policy xmlns:x="...">
<wsp:All>
<wsp:TextEncoding wsp:Usage="wsp:Required"
Encoding="iso-8859-5" />
<wsp:SpecVersion wsp:Usage="wsp:Required"
URI="http://schemas.xmlsoap.org/ws/2002/12/policy" />
<wsp:ExactlyOne>
<wsp:Language wsp:Usage="wsp:Required"
wsp:Preference="10"
Language="da" />
<wsp:Language wsp:Usage="wsp:Required"
wsp:Preference="7" Language="
en-gb" />
<wsp:Language wsp:Usage="wsp:Required"
wsp:Preference="1" Language="en"/>
</wsp:ExactlyOne>
</wsp:All>
</wsp:Policy>