If you want to validate input XML files, then you can either validate with an XSD or via a rule based (schematron) validation.
If you want to use a rule based validation, then you first need to upload a schematron file (.sch) in the Validation rules folder/tile. The uploaded schemation file can then later be referenced in a rule based validation.
XSD validations refers to XSD files placed in the transforms library.
Related Articles
Library
Library : You have access to the Library tab in InterFormNG2, if you are signed on to a tenant: The library is the place to go, if you want to install new (or delete) resources in InterFormNG2. The only alternative are the tenant export and import. ...
Advanced Validation workflow components
This is the list of advanced validation document workflow components: 1.Rule-based validation report to log. 2.Rule-based validation report to text attachment. 3.Rule-based validation report to XML attachment. 4.Rule-based XML validation. 5.Validate ...
Rule-based XML validation
This advanced validation workflow component, Rule-based XML validation, can validate XML according to rules. The rules for rule-based validation can be used to validate documents in XML format. A suggestion for implementation can be found here. The ...
Transforms library
Transforms library :The transforms library contains the transform files, that have been uploaded into InterFormNG2. You can see a list of all transform files in InterFormNG2, if you select the Library tab and inside of that the Transform folder/tile. ...
Rule based validation example
If you want to do a schematron validation, then you first need to insert the Rule based XML validation component: A simple schemation validation file could be this: <schema xmlns="http://purl.oclc.org/dsdl/schematron"> <pattern name="Print both ...