0

I want to convert this schema

http://wfmc.org/standards/bpmnxpdl_31.xsd

to MySQL DDL statements. Unfortunately, i don't have much time to do this.

What would be the quickest and easiest way to accomplish this task?

Aravindan R
  • 3,084
  • 1
  • 28
  • 44

2 Answers2

0

A couple questions already address this.

The problem is (may be) that an Xml Schema can represent structures that are not easily translated to a relational model in an automated way.

However, Altova Xml Spy will try to.

There's an XSLT that will try as well.

I have not used either and therefore cannot comment on how well they may or may not work.

Community
  • 1
  • 1
quentin-starin
  • 26,121
  • 7
  • 68
  • 86
0

No perfect solution for this. XMLSpy comes close but there is no fully automated way to convert XSD to DDL.

Aravindan R
  • 3,084
  • 1
  • 28
  • 44