- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 07 Sep 2005 20:52:24 +0000
- To: www-xml-schema-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2029
Summary: R-051: Inaccurate text in section 2.3 of the Primer
Product: XML Schema
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XSD Part 0: Primer
AssignedTo: David_E3@VERIFONE.com
ReportedBy: sandygao@ca.ibm.com
QAContact: www-xml-schema-comments@w3.org
Section 2.3 of the Primer, paragraph 3 states:
"Suppose we wish to create a new type of integer called myInteger whose range
of values is between 10000 and 99999 (inclusive). We base our definition on the
built-in simple type integer, whose range of values also includes integers less
than 10000 and greater than 99999."
The second sentence should read:
"We base our definition on the built-in simple type integer, whose range of
values also includes integers greater than or equal to 10000 and less than or
equal to 99999."
See
http://lists.w3.org/Archives/Public/www-xml-schema-comments/2001JulSep/0108.html
Received on Wednesday, 7 September 2005 20:52:29 UTC