XML Validation | XML Data Type | Teradata Vantage - XML Validation - Analytics Database - Teradata Vantage

XML Data Type

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-10-30
dita:mapPath
tkc1628112506748.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dgs1472251600184
lifecycle
latest
Product Category
Teradata Vantageā„¢
To validate an XML document:
  1. Design the schema and test it using tools such as Stylus Studio, XML Spy, or Oxygen. Sometimes schemas are also available from external sources, such as standards bodies like FpML or ACORD.
  2. If the schema document contains includes or imports, consolidate it using the Schema and Stylesheet Consolidation utility.
  3. Insert the schema into a database table.
  4. Use methods on the XML type like CREATESCHEMABASEDXML or ISSCHEMAVALID to validate an XML value. Join with the table containing the schema to provide the schema to the method.

In addition, you can download sample schemas and the Schema and Stylesheet Consolidation utility from Teradata Downloads.