Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

3.8. XML Schema Validation

The PROP_XML_VALIDATION execution property, defined in org.teiid.jdbc.ExecutionProperties, can be set using the SET statement to indicate that the server should validate XML document model documents against their schema before returning them to the client. If schema validation is on, then the server sends an SQLWarning if the document does not conform to the schema it is associated with.

Note

Using schema validation will reduce the performance of your XML queries.