| Syntax 
   declare #main-output has referents-allowed
    (defaulting { string-expression (, string-expression)? })?
 Purpose
 
 The declare #main-output has referents-alloweddeclaration is the default declaration regarding referents in an OmniMark program. When a referent has been used, unless the program was declared asreferents-not-allowed, the referents will be processed. The defaultingphrase may be used to specify default values for referents which are never defined. This is the prime use ofdeclare #main-output has referents-allowed. |