At this moment the bindings specifies:
- xs:time LocalTime
- xs:dateTime LocalDateTime
- xs:date LocalDateTime
The first question is, what is the rationale for LocalDateTime opposed to ZonedDateTime or OffsetDateTime? There are at this moment multiple cases where the ZonedDateTime makes more sense, especially in the European Profile.
What is the reason that xs:date is mapped to LocalDateTime opposed to LocalDate?
At this moment the bindings specifies:
The first question is, what is the rationale for LocalDateTime opposed to ZonedDateTime or OffsetDateTime? There are at this moment multiple cases where the ZonedDateTime makes more sense, especially in the European Profile.
What is the reason that xs:date is mapped to LocalDateTime opposed to LocalDate?