"<telcom3 useCode=\"CELL\"/>" +
"</player></a:Patient>", writer.toString());
// NILLABLE: Composite messages, values not present
telcom.removeValue("address");
telcom2.removeValue("address");
telcom3.removeValue("address");
writer = new StringWriter();
m_formatter.format(message, m_patientNillable, new WriterOutput(writer));
assertEquals("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +