DataDictionaryEnforcement

This business rule is used to enforce the level at which commonly used MathVariables and field names are used in transactions and business rules. There are certain compliance settings that control the user's ability to use or create new MathVariables and fields.

DataDictionaryEnforcement Elements/Attributes
Element/Tag Attribute Definition Element/Attribute Value and Description

<DataDictionaryEnforcement>

 

The opening and closing tag of this rule.

 

  Compliance

Specifies whether data dictionary enforcement is turned on or off for this environment.

String: Yes / No   

Yes: Data dictionary enforcement is turned on for the environment. Additional compliance is set through the <Math> tag.

No: Data dictionary enforcement is turned off for the environment.

  <Compliance>

 

Required element:

The opening and closing tag of the compliance settings.

 

     <Math> 

 

Required element:

This element is used to specify the extent to which the MathVariable names should be tracked.

Required element value:

Ignore:Check-in is not stopped for non-logged math variables that do not exist in the dictionary.  

Warning:: Check-in is stopped for non-logged math variables that do not exist in the dictionary. It is not mandatory to add these variables to the dictionary.  

Denied:: Check-in is stopped for non-logged math variables that do not exist in the dictionary. It is mandatory to add these variables to the dictionary.
 
   

 XML Example

<DataDictionaryEnforcement Compliance="Yes"> 
<Compliance> 
<Math>Ignore</Math>        
</Compliance> 
</DataDictionaryEnforcement>

XML Schema

<DataDictionaryEnforcement Compliance=["Yes"|"No"]> 
<Compliance> 
<Math>[Ignore|Warning|Denied]</Math>    
</Compliance> 
</DataDictionaryEnforcement>
        

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us