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

Re: Question on id constraints

  • From: Laura Hatcher <lhatcher@a...>
  • To: "Anderson, John" <John@B...>
  • Date: Tue, 31 Jul 2001 13:19:04 -0400

laura hatcher
1.  It is not necessary for the pk to be defined earlier in the schema file according to an example from the W3C.  In the example that they give they create a keyref that refers to another labeled "state" which doesn't occur until much later.

<xs:keyref name="vehiclestate" refer="state">
    <xs:selector xpath=".//vehicle"/>
    <xs:field xpath="@state"/>
</xs:keyref>

....

<xs:element name="root">
   <xs:complexType>
      <xs:sequence>
       ...
       <xs:element ref="state" maxOccurs="unbounded"/>
       ...
       </xs:sequence>
   </xs:complexType>

   <xs:key name="state">
      <xs:selector xpath=".//state"/>
      <xs:field xpath="code"/>
   </xs:key>
...
</xs:element>

I would assume that the reasoning for this is that the key must be defined within context that it is in and not within a special order.  If there is a key with respect to an element then it must be defined with in that element definition.  If the ordering mattered then that would limit the potency of xml.  Say for example a element has a key reference to another key within another element and that element has a key reference to a key within the first element, then there would be no way to define this.

2.  No it is not required for pk to be defined within the same element as the keyref.  If you think of the element definition as a database table and the pk representing a primary key, then it wouldn't make sense for you to define a key reference to that key within the same table.  Instead the more likely use of key references is to refer to a key within another table (or element within this case).

I hope that this information helped,
Laura Hatcher

"Anderson, John" wrote:

 

Hi,

I'm trying to decipher the schema spec on identity contstraint validity, but perhaps someone can save me a few hours and a few aspirin.

If I have:
<keyref name="ref" refers="pk" > ...

1. Is the key "pk" required to be defined physically earlier in the schema file (I would have thought not)
2. Is pk required to be defined on the same element as ref, or on a descendant or anscetor of it, or just anywhere in the same schema?

Thanks,

John

_______________________________________________________
John Anderson
CTO BarbadosoftTM  Pure intelligent XML
+31 (0)20 750 7582 / +31 (0)6 65 347 448 / www.barbadosoft.com

- putting the "X" in "XML" -


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.