[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Date validation problem in XSV and related question

From: Henry S. Thompson <ht@inf.ed.ac.uk>
Date: Mon, 16 May 2005 11:10:47 +0100
To: "spin0785" <d.valera@belastingdienst.nl>
Cc: <xmlschema-dev@w3.org>
Message-ID: <f5bmzqv32hk.fsf@erasmus.inf.ed.ac.uk>
date validation xml schema

spin0785" writes:


> I am getting a validator crash in XSV when checking the following instance:
>
> <date>2005-01-01-02:00</date>
>
> with the following schema:
>
> <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
>  <xs:element name="date" type="date"/>
>  <xs:simpleType name="date">
>   <xs:restriction base="xs:date">
>    <xs:minInclusive value="2005-01-01"/>
>   </xs:restriction>
>  </xs:simpleType>
> </xs:schema>

Sorry, bug -- will fix in next release.

> Besides this problem I have a question:
>
> According to the W3C spec the dates are compared but since one of them 
> has no timezone then it is not possible to determinate if the date in 
> the instance is chronologically equal or greater. 

The REC provides detailed instructions for this case [1].  XSV does
not however implement date (or dateTime) comparison at this level of
detail.

ht

[1] http://www.w3.org/TR/xmlschema-2/#dateTime-order
-- 
 Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                     Half-time member of W3C Team
    2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
            Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                   URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
Received on Monday, 16 May 2005 10:59:48 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.