Re: Understanding Dawns! But 1 More Question About Keys/Refs...

Hi Jim,

 > <xs:keyref name="schedDayActivity.FK" refer="schedActivity.PK">
 > 	<xs:selector xpath="prodSchedule/dayBucket"/>
 > 	<xs:field xpath="activityRef"/>
 > </xs:keyref>

Move the activityRef in the selector and select its value in the keyref 
field:

<xs:keyref name="schedDayActivity.FK" refer="schedActivity.PK">
   <xs:selector xpath="prodSchedule/dayBucket/activityRef"/>
   <xs:field xpath="."/>
</xs:keyref>

Best Regards,
George
-----------------------------------------------
George Cristian Bina
<oXygen/> XML Editor & XSLT Editor/Debugger
http://www.oxygenxml.com

Received on Monday, 2 August 2004 04:50:56 UTC