cancel
Showing results for 
Search instead for 
Did you mean: 

Convert XML to XSD

04-06-2018 2:56 PM
ramu_g4 Participant
5098 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Hello Experts,

I have one XML file with correct namespace in that XML, can I convert it to XSD using that XML?

Thanks!

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Liz_
Product and Topic Expert
Product and Topic Expert

Hi Ramu,

You can use the following site to convert xml to xsd by simply copying the xml and click convert, no need to install any tool:

https://www.freeformatter.com/xsd-generator.html

I always use this site, which is very very good.

Best regards,

Liz

xavisanse
Product and Topic Expert
Product and Topic Expert

+1 I used it and added after some logic. If you don't want add any constraint is the fastest way.

Former Member
0 Likes

Hi Ramu,

Multiple tools are available online apart for this purpose like the one Evgeniy suggested. However, I recommend Altova XMLSpy for this. You can resolve namespace issues as well. I think a trial version would be available.

Regards,

Ambrish

former_member190293
Active Contributor
0 Likes

Hi Ramu!

You can use any third-party tool like Oxygen XML Editor to create XSD schema for given XML source file.

Regards, Evgeniy.