This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29576 - Range of dateTime value missing minimum year details
Summary: Range of dateTime value missing minimum year details
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.1 (show other bugs)
Version: Working drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-19 10:11 UTC by O'Neil Delpratt
Modified: 2016-04-29 12:45 UTC (History)
2 users (show)

See Also:


Attachments

Description O'Neil Delpratt 2016-04-19 10:11:32 UTC
In the sectikn 5.3 under point 4b it specifies the maximum value of the year but does not give any details of the minimum value.

Suggested text:

For the types xs:date, xs:time, xs:dateTime, xs:gYear, and xs:gYearMonth: the minimum and maximum value of the year component (must be at least 1 to 9999) and the maximum number of fractional second digits (must be at least 3).
Comment 1 Michael Kay 2016-04-19 21:50:36 UTC
It might be cleaner to split these:

For the types xs:date, xs:dateTime, xs:gYear, and xs:gYearMonth: the minimum and maximum value of the year component (must be at least 1 to 9999).

For the types xs:time and xs:dateTime: the maximum number of fractional second digits (must be at least 3).
Comment 2 Jonathan Robie 2016-04-26 16:47:18 UTC
The WG adopted comment #1.  I'll do that.
Comment 3 Andrew Coleman 2016-04-29 12:45:59 UTC
Resolved bug as per comment #1.  Action A-641-15 raised to track this change