[xsd-users] Binding to references/links

Attila atteeela at gmail.com
Tue Jun 3 14:14:17 EDT 2008


Hi,

I am wondering if it is possible to reference (xlink?) other elements in an
XML document and have CS XSD pick up the link and bind to these elements?


<author id="a1">
<name>Jones</name>
</author>

<book id="b1" xlink:href="#a1">
<title>Hello World</title>
</book>

Is it possible to do something like this?

(book b1)
book->author->name

Thanks!



More information about the xsd-users mailing list