|
[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Timezone ambiguities in date built-in type
- From: "Eran Balter" <E.Balter@F...>
- To: <xml-dev@l...>
- Date: Thu, 7 Feb 2008 04:18:57 -0800
Hi,
Given an XML document instance with time-zone, and a schema
document without a time-zone – how should we validate facets such as
maxExclusive?
Please consider the following example:
The time-zone in facet is not defined – can we claim
that the instance is invalid, or should we deduce that since time-zone can’t
be more than 14 hours, the XML instance is valid (since the year is smaller in
the instance)?
<root MyAtt="1967-04-02Z"/>
<?xml
version="1.0" ?>
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element
name="root">
<xsd:complexType>
<xsd:attribute
name="MyAtt">
<xsd:simpleType>
<!--
begin restrictions -->
<xsd:restriction
base="xsd:date">
<xsd:maxExclusive value='1968-04-02'/>
<!--
end of restrictions -->
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:schema>
|
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
 |
| Atom 0.3 |
 |
| |
Stylus Studio has published XML-DEV in RSS and ATOM formats,
enabling users to easily subcribe to the list from their preferred news reader application.
|
Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website.
they were not included by the author in the initial post. To view the content without the Sponsor Links please
click here.
|
|