Re: ID & IDREF Schema Confusion

Hi Andy,

> Good Morning All,
>
> I'm a little confused on how to properly relate an entity to another in XML
> Schema.  For example, I have would like to relate an entity I called
> "BORROWER" to the "PARTY" element.  Below is an example.

</snip>

> Basically, I am trying to covert a datamodel into an XML Schema.  Therefore,
> it's imperative that I understand how to relate an entity to another for
> reference purposes.
>
> Does this looks like I'm referencing these element's correctly?

If you're going to use XML Schema I would suggest that you use the identity constraints defined for XML Schema instead. These are
much more powerful than the ID/IDREF mechanism. See [1] for more details.

Cheers,
/Eddie

[1] http://www.w3.org/TR/xmlschema-0/#quartelyReport

>
>
> Thanks!
>
> Andy

Received on Monday, 25 March 2002 17:56:53 UTC