How do I set a xml element to xsi:nil=true in a XSD Driven XML Writer?
I tried to set with "name.nil" xml_boolean. No luck.
I changed the type from xml_boolean to xml_char. No luck.
I created a feature_type for <name> element and set the attribute via a "nil" attribute. No luck.
The output shall look like this:
<aixm:name xsi:nil="true" nilReason="inapplicable"/>
nilReason works without problems.