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

It seems to be an error in Schema for Datatype Definitions (normative)

From: Jing Wu <jing@research.canon.com.au>
Date: Thu, 22 Feb 2001 13:14:50 +1100
Message-ID: <3A94761A.F1AF18CE@research.canon.com.au>
To: xmlschema-dev@w3.org
It seems to be an error in Schema for Datatype Definitions (normative)
Hi,

In "Schema for Datatype Definitions (normative)" of XML Schema Part 2,
http://www.w3.org/TR/xmlschema-2/#schema,
the simpleType "century" has facet "period" value="P100Y" as follow
------
<simpleType name="century" id="century">
      <annotation>
             <documentation xml:lang="en"
source="http://www.w3.org/TR/xmlschema-2/#century"/>
       </annotation>
       <restriction base="timePeriod">
              <period value="P100Y" fixed="true" id="century.period"/>
        </restriction>
</simpleType>
------
It should be "duration" as follow
             <duration value="P100Y" fixed="true"
id="century.duration"/>

Jing
Received on Wednesday, 21 February 2001 21:14:59 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.