이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.