Data Transformation Engine Map Designer Reference Guide

Chapter 5 - Card Settings Input and Output Card Settings
Map Designer Reference Guide
98
Based on these settings, when the map runs, an external parser (document
verification program) validates the XML document. If there are no errors, the map
completes successfully. If there are errors, the map fails and the error information
is written to the map trace file if it is enabled.
Because this setting is at the card level, you can set different options for different
input and output cards. The available options are listed in the following table. The
default setting is Never.
Note The supported formats are XML with a DTD and XML with an XML Schema.
Value Description
Never The option is turned off, meaning that only the standard data
validation process takes place.
Always Validates an XML document whenever an instance of an object
with XML as the Document Type property is found at the card
level. This takes place in addition to the standard data validation
process by using an external validation program.
OnSuccess Validates an XML document when an instance of an object has
XML as the Document Type property at the card level and is
considered valid during the standard data validation process.
This supplemental validation takes place in addition to the
standard data validation process by using an external validation
program.
OnFailure
Validates an XML document only when an instance of an object
has XML as the Document Type property at the card level and
fails validation during the standard data validation process. This
supplemental validation takes place in addition to the standard
data validation process by using an external validation program.