jaxax.xml.datatype.DatatypeFactory.newDurationDaytime(String lexicalRepresentation) and
DatatypeFactory.newDurationYearMonth(String lexicalRepresentation) do not assure that the
lexical form represents only a day/time or year/month duration. In other words, newDurationDayTime("P3M1D") constructs a "DayTime" duration that includes a month component.
DatatypeFactory.newDurationYearMonth(String lexicalRepresentation) do not assure that the
lexical form represents only a day/time or year/month duration. In other words, newDurationDayTime("P3M1D") constructs a "DayTime" duration that includes a month component.