I only found a way to define null handling policy per individual property:
<xml-element java-attribute="something">
<xml-null-policy xsi-nil-represents-null="false" empty-node-represents-null="false" null-representation-for-xml="EMPTY_NODE" is-set-performed-for-absent-node="true" />
</xml-element>
Is there a way to define it globally in the mapping file at the xml-bindings level or at least at the java-type level?