[ 
https://issues.apache.org/jira/browse/JENA-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352150#comment-14352150
 ] 

ASF subversion and git services commented on JENA-886:
------------------------------------------------------

Commit 03dc77f49562d96d658a02886fd3ea285b8bf980 in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=03dc77f ]

JENA-886 : Add datatypes from XSD 1.1

xsd:dateTimeStamp, xsd:yearMonthDuration, xsd:dayTimeDuration

> Add xsd datatypes xsd:dateTimeStamp, xsd:yearMonthDuration, 
> xsd:dayTimeDuration
> -------------------------------------------------------------------------------
>
>                 Key: JENA-886
>                 URL: https://issues.apache.org/jira/browse/JENA-886
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Datatypes
>    Affects Versions: Jena 2.12.1
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> There are some new XSD datatypes not covered by Jena's datatype system.
> * xsd:dateTimeStamp
> * xsd:yearMonthDuration
> * xsd:dayTimeDuration
> They are all derived types.  While Xerces does not directly support them 
> (they are in XSD 1.1 final, Xerces 2.11.0 only goes as far as drafts of 1.1), 
> they can be supported easily by inherining from the base type and fixing the 
> URI and the parsing.  Their value is one of the existing value types and they 
> can be treated via syntactic restrictions on the lexical form.
> ARQ already handles these types as values to a limited extent.  Putting them 
> into Jena core datatypes would unify the handling.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to