开发者

Split large xsd into one file per type

开发者 https://www.devze.com 2023-01-27 13:13 出处:网络
Is ther a way to split a large XSD file with multiple type definitions into开发者_运维问答 one file per type?

Is ther a way to split a large XSD file with multiple type definitions into开发者_运维问答 one file per type?


  • Use xs:include.
  • If you want to automitize the process, consider using XSLT. XML Schema is XML after all.
0

精彩评论

暂无评论...
验证码 换一张
取 消