The secureString
type defines a string which does not contain < and > characters.
Example:
<remark>Cancel payment TEST</remark>
XML Schema:
<s:simpleType name="secureString">
<s:restriction base="s:string">
<s:pattern value="[^<>]*"/>
</s:restriction>
</s:simpleType>