If I have a XMLGregorianCalendar field, and I do NOT have a
@XMLSchemaType(name="date") annotation on it, will it render as a
"datetime" value? That's essentially what I'm seeing. I need to make
it render as just a date. Is it possible to configure JAXB to do this
without changing the schema or the generated classes?