cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

Correct me if i am wrong,

When we create a source and a target datatype in IR automatically objects will be created in XSD.

The same way it does when we create message type.

In message mapping, We map source and target message type and when we test with sample data, we can view source and target in xml

My question is what is the difference/relationship between XML and XSD ?

Thanks,

ss

0 Likes
View Entire Topic
Shabarish_Nair
Active Contributor
0 Likes

XSD is an XML Schema and is successor of DTD.

It's purpose is to describe and validate the data that a XML Document holds.

Ref: http://www.w3schools.com/schema/default.asp

Ask a Question