// 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");