2.2.9.7.8 POLICY

The POLICY element of the PL contains usage policy other than user rights. It defines application restrictions, such as version requirements of an application that attempts to access the PL. It is created by the application that creates the PL.

If present, the POLICY element MUST use the following template.

 <POLICY>
    <OBJECT>
       <ID type="filename">
          [[- filename -]]
       </ID>
       <VERSIONSPAN min="[[- min -]]" max="[[- max -]]" />
    </OBJECT>
 </POLICY>

[[- filename -]]: MUST be the file name of the application to which the policy applies.

[[- min -]]: MUST be the minimum version of the application named by [[- filename -]] to be included in this policy.

[[- max -]]: MUST be the maximum version of the application named by [[- filename -]]: to be included in this policy.