[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XSV schema validation error: "violation of constraints on exponents"

  • To: xml-dev@l..., ht@i..., richard@c...
  • Subject: XSV schema validation error: "violation of constraints on exponents"
  • From: Razvan MIHAIU <mihaiu@m...>
  • Date: Sat, 02 Apr 2005 23:15:48 +0300
  • User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

schema validation error

Hi,



    I am using XSV to validate a simple schema:


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

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="Root">
        <xsd:complexType>
            <xsd:choice minOccurs="0" maxOccurs="2">
                <xsd:element name="BlockA" type="xsd:string" 
minOccurs="1" maxOccurs="unbounded"/>
                <xsd:element name="BlockB" type="xsd:string" 
minOccurs="1" maxOccurs="1"/>
            </xsd:choice>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>

and I am getting the error:

Schema representation Warnings
Detected during instance validation

file:///d:/XML certification/6 - xsl sample A/document_schema.xsd:7:5: 
Warning: violation of constraints on exponents

    I searched the web for details about what this error means and I 
found that the authors of XSD would like informed about this error:

http://www.ltg.ed.ac.uk/~ht/xsv-status.html -> "What is implemented"


    Anyway, what is the meaning of this error ?

-- 
Regards,
Razvan

SCJP preparation material:

www.mihaiu.name/2004/sun_java_scjp_310_035/index.html
www.mihaiu.name/2004/sun_java_scjp_310_035_test1/index.html
www.mihaiu.name/2004/sun_java_scjp_310_035_test2/index.html
www.mihaiu.name/2004/sun_java_scjp_310_035_test3/index.html
www.mihaiu.name/2004/sun_java_scjp_310_035_test4/index.html




PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.