Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: Length facet illegal in restriction of list type

From: "Michael Kay" <mike@--------.--->
To: <Nicholas.Ardlie@--.---.-->, <xmlschema-dev@--.--->
Date: 1/15/2007 10:05:00 AM
This appears to be a bug in Saxon-SA 8.8 which is fixed in the latest patch
release at
 
http://www.saxonica.com/download/patched/saxon-saj-8804.zip
 
I haven't actually been able to identify which of the various reported bugs
causes the problem.
 
 
Michael Kay
http://www.saxonica.com/


  _____  

From: xmlschema-dev-request@w... [mailto:xmlschema-dev-request@w...] On
Behalf Of Nicholas.Ardlie@g...
Sent: 15 January 2007 06:57
To: xmlschema-dev@w...
Subject: Length facet illegal in restriction of list type



 

The schema listed below contains a simplification of a construct found in
the GML 3.1.1 schemas.

 

Saxon-SA produces the following error message about the length facet: 

"The length facet is not applicable to types derived from
codeAndTwoIntegersType_anonymous_type_2_at_line_7_of_ListTest1.xsd_36

 

Any pointers on why the length facet is illegal in this situation?

 

Regards,

Nick Ardlie.

 

<?xml version="1.0" encoding="UTF-8"?>

<schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.w3.org/2001/XMLSchema"

            targetNamespace="http://ns1.com" xmlns:ns1="http://ns1.com">

            <element name="codeAndInteger"
type="ns1:codeAndTwoIntegersType"/>

            <complexType name="codeAndTwoIntegersType">

                        <simpleContent>

                                    <restriction
base="ns1:codeAndIntegerListType">

                                                <length value="2"/>

                                    </restriction>

                        </simpleContent>

            </complexType>

            <complexType name="codeAndIntegerListType">

                        <simpleContent>

                                    <extension base="ns1:integerList">

                                                <attribute name="code"
type="anyURI" use="required"/>

                                    </extension>

                        </simpleContent>

            </complexType>

            <simpleType name="integerList">

                        <list itemType="int"/>

            </simpleType>

</schema>

 



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