Flattening XSD schema documents (HR-XML 3.0) [closed]

醉酒当歌 提交于 2019-12-22 06:32:28

问题


I have several "main" XSD documents, which import "supporting" XSD documents. These schema documents happen to be from the HR-XML 3.0 specification, in particular related to Background Screening.

For the purposes of code-generation and convenient single-file schema to reference in my WSDL, I am trying to "flatten" the schema. The imports should be resolved; and there should be no duplication between common (formerly imported) content.

I tried the Oxygen XML editor, which has a function specifically for that task; but this appears to support only one "main" document at a time - it is not possible to flatten/merge several "main" documents. I've also looked into XMLSpy, but it seems to be missing that functionality altogether.

Can anyone recommend specific tools, or offer general theory, behind this schema "flattening" process?

Thanks very much!

来源:https://stackoverflow.com/questions/2539602/flattening-xsd-schema-documents-hr-xml-3-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!