About Schema Versions - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
kmo1482331935137.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

The Data Mover XML Schema uses the same namespace for different versions of the schema. Each schema file contains a version number that you must declare in the root element of your XML document, as specified in the example below:

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	targetNamespace="http://schemas.teradata.com/dataMover/v2009" 
	xmlns="http://schemas.teradata.com/dataMover/v2009"
	elementFormDefault="qualified" attributeFormDefault="unqualified">

The following example shows the root element of an XML document that contains the version:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<dmQuery
	xmlns="http://schemas.teradata.com/dataMover/v2009"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://schemas.teradata.com/unity/datamover.xsd">