Define the XSD Namespace and Schema - Teradata Ecosystem Manager

Teradata Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
qvc1470238851347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
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");