2.2.3.2.12 CONDITION When Used Under the CONTENTREVOCATION/DATA Element

The <CONDITION> element is used within the <DATA> element when the <DATA> element is contained directly by a CONTENTREVOCATION element.  The <CONDITION> element contains an expression that describes the condition under which the content owner selects licenses to be revoked. The default <CONDITION> element that the server generates specifies that a particular license can be deleted and that no other events can be allowed. No other conditions are generated. This element MUST be included in a license if the custom server business logic is issuing a license that performs content revocation.

The default <CONDITION> element is as follows:

 <CONDITION>
   <![CDATA[ deletelicense();0 ]]>
 </CONDITION>