2.2.9.9.8 POLICY
The POLICY element of the UL contains usage policy other than user rights. It MUST be copied verbatim from the PL, if present. It MAY be used to define application restrictions, such as version requirements of an application that tries to access the PL. It is created by the application that creates the PL.
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.