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

Re: Mixing local and global element types

  • From: ht@c... (Henry S. Thompson)
  • To: Ronald Bourret <rpbourret@r...>
  • Date: Thu, 27 Sep 2001 10:50:39 +0100

element types s
Ronald Bourret <rpbourret@r...> writes:

> Is there a constraint in XML Schemas that a local element type in a
> content model can't have the same name as a global element type that is
> it's sibling? That is, you can't have a content model (A, A), where the
> first A is declared locally and the second A is declared globally?
> 
> I can't find such a beast but, then again, I can't even find a
> constraint stating that you can't declare the same global element type
> twice, so I'm probably looking in the wrong place.

If they would have the same name, then 'no', otherwise 'yes'.

That is

<g:x>
 <a/>
 <g:a/>
</g:x>

is OK if <a> is covered by a form='unqualified' local declaration and
<g:a> by a global declaration.

But if the local declaration was form='qualified', so the instance had 
to be

<g:x>
 <g:a/>
 <g:a/>
</g:x>

then not allowed (unless the declarations have the same type anyway).

Basic summary -- XML Schema _always_ treats things in terms of their
qualified names, and no content model may include two elements with
the same qualified name and different types [1]

ht

[1] http://www.w3.org/TR/xmlschema-1/#cos-element-consistent
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@c...
		     URL: http://www.ltg.ed.ac.uk/~ht/

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.