[Ooc-checkins] libpobj dictionary.dtd,1.84,1.85
Brought to you by:
mva
|
From: Michael v. A. <mv...@us...> - 2007-03-07 10:48:51
|
Update of /cvsroot/ooc/libpobj In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14624 Modified Files: dictionary.dtd Log Message: detypo Index: dictionary.dtd =================================================================== RCS file: /cvsroot/ooc/libpobj/dictionary.dtd,v retrieving revision 1.84 retrieving revision 1.85 diff -u -d -r1.84 -r1.85 --- dictionary.dtd 2 Feb 2007 15:13:59 -0000 1.84 +++ dictionary.dtd 7 Mar 2007 10:48:49 -0000 1.85 @@ -438,7 +438,7 @@ As in element `field'. --> <!ELEMENT join (description?, (pobjSet|pobjStack|pobjDictionary| - pobjDetail))> <!-- |nestedClass --> + pobjReference|pobjDetail))> <!ATTLIST join name CDATA #REQUIRED label CDATA #IMPLIED shortLabel CDATA #IMPLIED> @@ -501,8 +501,9 @@ target CDATA #REQUIRED javaTypeClass CDATA #IMPLIED> -<!-- Declares a reference from the remote table to this table. - The class in which this element appears is the master. +<!-- Declares a reference from the remote table to this table. Unlike + "pobjDetail", the relationship does not imply an ownership of the + remote data by this table. `masterReference´ |