Content Validation

The content validation node has tasks that represent each level. Only one task is shown in this examplebecause X9.37-2003, X9.100-180, and X9.100-180-2006 validation do not require multiple hierarchy levels. Additional rules can be inserted in the same way as the rules for context validation.

The order of the tasks is important. Validation rules are evaluated in the configured order with the first task having the highest precedence. Changes to the order result in a modification of the hierarchy of rules. The last task contains the error codes to apply. An XML sample is shown here:
<?xml version="1.0"?>
<nodeDescriptor name="ValContentNode" type="ValContentNode">
  <tasks>
    <task name="X9GlobalContentTask"/>
  </tasks>
</nodeDescriptor>