2.2.9.7.7 POLICYLIST

The POLICYLIST element of the PL contains zero or more POLICY elements.

If no POLICY elements are included, the POLICYLIST element MUST use the following template.

 <POLICYLIST type="[[- type -]]" />

If at least one POLICY element is included, the POLICYLIST element MUST use the following template.

 <POLICYLIST type="[[- type –]]">
      [[- policy -]]
 </POLICYLIST>

[[- type -]]: MUST be the type of the policies in the list and MUST be either "inclusion" or "exclusion".

[[- policy -]]: MUST be a POLICY element and can have additional POLICY elements as peers.