<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tom Dossis wrote:
<blockquote cite="mid44724D10.10403@yoma.com.au" type="cite">
  <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:thealx@poczta.onet.pl">thealx@poczta.onet.pl</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I am relatively new to Zope3. I could not find anywhere an example,
what is the 'right way' to make non-owning reference to another
object in Zope? Every piece of zope3 docs is full of examples of
containers, this makes a good tree like structure. But how to refer
from one object to another in right way? Can/should I do that with
Object field?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
One offering is zc.extrinsicreference ...
<a class="moz-txt-link-freetext" href="http://svn.zope.org/zc.extrinsicreference/trunk/src/zc/extrinsicreference/extrinsicreference.txt">http://svn.zope.org/zc.extrinsicreference/trunk/src/zc/extrinsicreference/extrinsicreference.txt</a>

I'm not aware of any zope.schema / FieldProperty stuff to do this; it
would be pretty useful though.
  </pre>
</blockquote>
Thanks! I have also found a references library in 'schooltool' project.
It seems to be similar to RDF and adapts any Annotatable object. But
I'm looking for something more straightforward - both approaches
(extrinct and schooltool) seem to be too complex and not pythonic...<br>
<br>
<br>
<br>
</body>
</html>