Skip to content

PP Preferences

Bob Clemons edited this page Apr 24, 2024 · 8 revisions

Updated 24 January 2024

There are currently three preferences that can be specified within this optional section. Each is indicated by an empty XML element.

Although it is optional, all PPs should include this element and specify the <audit-events-in-sfrs/> preference.

  <pp-preferences>
     <audit-events-in-sfrs/>         # Indicates that audit events are defined with the SFRs in the XML. 
                                     # All new PP/FPs/PP-Modules should specify this preference.
                                     # This will be the default (and only way) in the future and this setting will go away.

     <display-audit-with-sfrs/>      # Indicates that the audit events will be displayed along the associated SFR in the published document.
     <using-cc2022/>                 # indicates that the document is using CC:2022. This is a temporary setting during the transition to allow the 
                                     # proper boilerplate to be generated whether the document is using CC:2022 or CC v3.5.
  </pp-preferences>

Currently, the <using-cc2022> preference does little more than output different boilerplate text in a few places. Soon it will have bigger consequences.

Clone this wiki locally