Non-monotonic Counter Example


<?xml version="1.0"?>
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
      <vc:vCard
       SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
       xmlns:vc="http://www.jabber.org/jeps/jep-0054.html">
         <vc:FN="Eric Prud'hommeaux"/>
         <vc:N>
            <vc:FAMILY="Prud'hommeaux"/>
            <vc:GIVEN="Prud'hommeaux"/>
            <vc:MIDDLE/>
         </vc:N>
         <rss:channel rdf:about="http://example.org/rssChannel">
            <rss:title></rss:title>
            <rdfs:seeAlso>
            </rdfs:seeAlso>
         </rss:channel>
         <EMAIL><USERID>mailto:eric+talk@w3.org</USERID></EMAIL>
      </vc:vCard>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
    

By the rules (conventions) of SOAP encoding, the RSS element MAY be inserted into the example.