Pattern
XSD Date Parsing Mismatch
xsd-offsetdatetime-postgres-type-mismatch
OffsetDateTime values generated from XSD are parsed with the wrong type/format for PostgreSQL, so the system ends up calling non-existent functions like to_date(bytea, unknown) or otherwise failing along the parse_param/parse_dollars path.