Description
E.g. having this
<extension xmlns:gen759="http://midpoint.evolveum.com/xml/ns/public/provisioning/liveSync-1.xsd"> <gen759:token xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xsd:string">56</gen759:token> </extension>
cannot be fixed via debug pages by changing xsd:string->xsd:int.
Workaround: remove the whole container (extension) and re-add it again, with correct content.