Regarding my AI 283

Regarding my AI 283 [1]

Here was the example I gave on the call last week.

Policy A:

<Policy>
    <ExactlyOne>
        <All>
              <A/>
               <B/>
        </All>
         <All>\
                <C/>
         </All>
      </ExactlyOne>
</Policy>

Policy B:

<Policy>
    <ExactlyOne>
        <All>
              <A/>
               <B/>
        </All>
         <All>\
                <D/>
         </All>
      </ExactlyOne>
</Policy>

Post intersection:

<Policy>
    <ExactlyOne>
        <All>
              <A/>
               <B/>
        </All>
    </ExactlyOne>
</Policy>

The vocabulary (in order to preserve the "will not be applied" semantic 
needs to be:
A, B, C, D

Cheers,

[1] http://www.w3.org/2005/06/tracker/wspolicy/actions/283

Christopher Ferris
STSM, Software Group Standards Strategy
email: chrisfer@us.ibm.com
blog: http://www.ibm.com/developerworks/blogs/page/chrisferris
phone: +1 508 377 9295

Received on Wednesday, 25 April 2007 15:03:11 UTC