Define the XSD Namespace and Schema - Teradata Ecosystem Manager

Teradata® Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.20
Published
December 2020
Language
English (United States)
Last Update
2020-12-23
dita:mapPath
loa1512743917841.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
Product Category
Analytical Ecosystem
// define the XSD schema namespace of the message and the payload
XSDNamespace tmsmNamespace = new XSDNamespace(
"http://schemas.teradata.com/tmsm/v2009");
// define the XSD schema file for the message
XSDSchema messageSchema = new XSDSchema("resilientmessage.xsd");
// define the XSD schema file specifying the payload
XSDSchema tmsmSchema = new XSDSchema("tmsm.xsd");