Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: Constraints on whiteSpace

From: "Michael Kay" <mhk@---.--.-->
To: "'Nikola'" <nikola.stojanovic@---.--->, <xmlschema-dev@--.--->
Date: 9/9/2004 6:52:00 PM
I think you are right.
 
The schema validator in Saxon is attempting to do this check but gets it
wrong. I will fix it.
 
Michael Kay
http://www.saxonica.com/


  _____  

From: xmlschema-dev-request@w... [mailto:xmlschema-dev-request@w...] On
Behalf Of Nikola
Sent: 09 September 2004 16:52
To: xmlschema-dev@w...
Subject: Constraints on whiteSpace



Could someone comment whether this is valid or not

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
  <xs:simpleType name="NameType">
    <xs:restriction base="xs:token">
      <xs:whiteSpace value="preserve"/>
    </xs:restriction>
  </xs:simpleType>
</xs:schema>

My understanding (section "4.3.6.4 Constraints on whiteSpace Schema
Components" in http://www.w3.org/TR/xmlschema-2/) is that it is not.
However, none of the tools I've tried report it. Here is the XSV command
line and the output

xsv -i -w file:///c:/tmp/WhiteSpace.xsd

<?xml version='1.0'?>
<xsv xmlns="http://www.w3.org/2000/05/xsv" instanceAssessed="false"
  schemaDocs=file:///c:/tmp/WhiteSpace.xsd
  schemaErrors="0" target="[standalone schema assessment]"
  version="XSV 2.7-1 of 2004/04/01 13:40:50">
  <schemaDocAttempt URI="file:///c:/tmp/WhiteSpace.xsd"outcome="success"
source="command line"/>
</xsv>
 

Regards,
Nikola



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