Values.X12ValidationOptionsSourceContains configuration options for X12 EDI validation. This structure allows you to specify custom validation rules that will be applied during EDI document processing, including element length constraints, code list modifications, and element requirement changes. These validation options provide flexibility to accommodate trading partner-specific requirements while maintaining EDI compliance. The validation rules are applied in addition to standard X12 validation to ensure documents meet both standard and custom requirements.
type nonrec t = {validationRules : X12ValidationRules.t option;Specifies a list of validation rules to apply during EDI document processing. These rules can include code list modifications, element length constraints, and element requirement changes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of
X12ElementLengthValidationRuleMaxLengthInteger.t
| `List of [> `String of String_.t ] list
| `String of ElementId.t ])
list ])
list ]
list ])
list ]