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!