Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: normalized enumeration facet values

From: ht@---.--.--.-- (----- -. --------)
To: Kasimier Buchcik <kbuchcik@---------.-->
Date: 3/16/2005 9:27:00 AM
Kasimier Buchcik <kbuchcik@4...> writes:

> I still have a question concerning a similar issue: If restricting the
> value of the whitespace facet of the base type, what whitespace
> value is actually used for validation, the inherited or the restricted?

Should be the restricted, otherwise what's the point?

> Example:
>
> <?xml version="1.0"?>
> <schema xmlns="http://www.w3.org/2001/XMLSchema">
>    <element name="foo">
>      <simpleType>
>        <restriction base="string">
>          <enumeration value="hel   lo"/>
>          <whiteSpace value="collapse"/>
>        </restriction>
>      </simpleType>
>    </element>
> </schema>
>
> <?xml version="1.0"?>
> <foo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>  >  hel lo  </foo>
>
> Xerces uses the inherited whitespace value for normalization:
>
> "(Error) cvc-enumeration-valid: Value 'hel lo' is not facet-valid with
> respect to enumeration '[hel   lo]'. It must be a value from the
> enumeration."

That's a bug in the spec., in my opinion, with hindsight.  The
spec. says the enumeration values must be valid (and as a consequence,
normalized with respect to) the base type defn, not the type defn
itself.  It's simpler that way, but at best confusing (as in your
example) and at worst bizarre:

<simpleType>
 <restriction base="string">
  <maxLength value="1"/>
  <enumeration value="xx"/>
 </restriction>
</simpleType>

is a legal, unsatisfiable, type definition, per the spec.

I _think_ I'd prefer to see the checking and normalization done
against the type defn itself.

> XSV (I'm not sure if it just fails due to the bug):

Yes, but my locally patched version also fails.

ht
-- 
 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@i...
                   URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]

From ht@i... Wed Mar 16 09:30:25 2005
Received: from bart.w3.org ([128.30.52.40])
	by frink.


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent