Schema Versions | Teradata Data Mover - Schema Versions - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.20
Published
November 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
wph1512683331242.ditamap
dita:ditavalPath
4101_UG_dm_1620.ditaval
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 shown 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"?>
<dmCreate 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">