users@jaxb.java.net

Would a XMLGregorianCalendar field marshal as a "datetime" value if not qualified with _at_XMLSchemaType(name="date")?

From: KARR, DAVID (ATTCINW) <"KARR,>
Date: Mon, 11 Jan 2010 16:07:11 -0800

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?