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

schema: error validation depending on global or local elementdeclaration

  • To: 'XML DEV' <xml-dev@l...>
  • Subject: schema: error validation depending on global or local elementdeclaration
  • From: Pedro Salazar <pedro-b-salazar@p...>
  • Date: 18 Mar 2004 20:14:36 +0000
  • Organization: Portugal Telecom Inovação, S.A.

cvc complex type.2.4.a
Greetings,

I'm getting a validation error depending of the declaration of my
elements are local or global.

For instance, this sample xml:

<test> 	
	<a/> <b/> <a/>
</test> 

is reporting this error:

error:cvc-complex-type.2.4.a: Invalid content starting with element 'a'.
The content must match '((("":a)|("":b)))

The schema is:

   <!--
     <xsd:element name="a" type="aType"/>
     <xsd:element name="b" type="bType"/>
    -->
 <xsd:element name="test">
  <xsd:complexType>
   <xsd:sequence>
      <xsd:choice>
      <!--
        <xsd:element ref="a" />
        <xsd:element ref="b" />
      -->
     <xsd:element name="operation" type="aType"/>
     <xsd:element name="transaction" type="bType"/>
      </xsd:choice>
   </xsd:sequence>
  </xsd:complexType>
 </xsd:element>

If I replace my local elements declarations, a and b, and use the
declaration by ref (using the commented code) it works fine.

Why is that happens?

regards,
Pedro Salazar.
-- 
/ps


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.