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.
Is ther a way to split a large XSD file with multiple type definitions into开发者_运维问答 one file per type?
xs:include
.
精彩评论