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

Re: schema keyref to other schema.

  • To: xml-dev@l...
  • Subject: Re: schema keyref to other schema.
  • From: "Rick Jelliffe" <ricko@a...>
  • Date: Wed, 23 Feb 2005 20:41:19 +1100 (EST)
  • Importance: Normal
  • User-agent: SquirrelMail/1.4.2

schema keyref
> Hi
>
> I defined two schemas somewhat like a RDB model. One holds a primary key
> and the other one a foreign key pointing to the primary key. Now the
> schemas are valid (in Stylus Studio XML) but i can't get the xml file to
> validate. How can i tell the "slave"-xml file to include the "master"
> file? Any help is really appreciated!

There are two solutions:

1) Change your file structure. For example, use entities or XInclude or
XSLT to incorporate the files into a single one. Or buy a nice DBMS and
move up to XQuery.

2) Use a schema language that allows cross-document validation. The two
to consider are Schematon or Linkit (which is useful for larger or more
complex systems of documents, and for data integrity-checking).

In Schematron, your constraint can be expressed by validating
testForeignKey.xml with

<pattern>
  <rule context="foreignKey">
     <assert test="document('primary-key.xml')//primaryKey=current()">
     The foreignKey element should contain a value for which there
     is a correspondinh primaryKey element in the TestKey.xml file.
     </assert>
  </rule>
</pattern>

without needing any key or keyref declarations in the XML Schemas schema.

XML Schema doesn't give any bangs per buck for sets of related documents.
Schematron is useful for augmenting XML Schemas to cope with practical
problems like yours.

Cheers
Rick Jelliffe

https://www.topologi.com

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.