<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>2064</bug_id>
          
          <creation_ts>2005-09-09 02:53:20 +0000</creation_ts>
          <short_desc>R-075: Potential problem with the rules for maxExclusive</short_desc>
          <delta_ts>2009-04-21 19:24:56 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XML Schema</product>
          <component>Datatypes: XSD Part 2</component>
          <version>1.0 only</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sandy Gao">sandygao</reporter>
          <assigned_to name="C. M. Sperberg-McQueen">cmsmcq</assigned_to>
          
          
          <qa_contact name="XML Schema comments list">www-xml-schema-comments</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>5941</commentid>
    <comment_count>0</comment_count>
    <who name="Sandy Gao">sandygao</who>
    <bug_when>2005-09-09 02:53:20 +0000</bug_when>
    <thetext>The following example is invalid according to the definition of maxExclusive, 
which states that &quot;The value of maxExclusive must be in the value space of the 
base type&quot;:

 &lt;xs:simpleType name=&quot;foo&quot;&gt;
   &lt;xs:restriction base=&quot;xs:float&quot;&gt;&gt;
    &lt;xs:maxExclusive value=&quot;5&quot;/&gt;
   &lt;/xs:restriction&gt;
 &lt;/xs:simpleType&gt;
 
 
 &lt;xs:simpleType name=&quot;bar&quot;&gt;
   &lt;xs:restriction base=&quot;foo&quot;&gt;
    &lt;xs:maxExclusive value=&quot;5&quot;/&gt;
   &lt;/xs:restriction&gt;
 &lt;/xs:simpleType&gt;
Should the example be valid if &quot;fixed&quot; is specified for maxExclusive in the 
base?

See:
http://lists.w3.org/Archives/Public/www-xml-schema-comments/2001OctDec/0041.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5942</commentid>
    <comment_count>1</comment_count>
    <who name="Sandy Gao">sandygao</who>
    <bug_when>2005-09-09 02:53:48 +0000</bug_when>
    <thetext>At the 12/20/2001 telecon, the WG decided to treat R-75 as an error and to 
instruct the editor to change the text to specify that the value of 
maxExclusive must be in the value space of the base type, or else the same 
value as the effective maxExclusive facet of the base type (if any). 

April 5: proposed erratum approved by WG.

Erratum E2-39 has been added to the errata doc.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>