ASA Database Administration Guide
Database Options
Alphabetical list of options
Controls the treatment of NULL values in queries that use the FOR XML clause.
EMPTY, OMIT
OMIT
Using the FOR XML clause to retrieve query results as XML
If you execute a query that includes the FOR XML clause, the FOR_XML_NULL_TREATMENT option determines how NULL values are treated. By default, elements and attributes that contain NULL values are omitted from the result. Setting this option to EMPTY generates empty elements or attributes if the value is NULL.