如何将 ecore (EMF) 转换为 xsd
将 .ecore 文件转换为 .xsd 文件的最佳方法是什么?
What is the best way to convert .ecore-files into .xsd-files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
将 .ecore 文件转换为 .xsd 文件的最佳方法是什么?
What is the best way to convert .ecore-files into .xsd-files?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您需要安装XSD Ecore Converter功能(它是EMF 项目)。
然后,您可以打开 ecore 生成器模型(扩展名
.genmodel
)上的上下文菜单并选择导出模型。现在您应该可以将ecore 导出到XML 模式。You need to have the feature XSD Ecore Converter installed (it's part of the EMF project).
Then you can open the context menu on your ecore's generator model (extension
.genmodel
) and select Export Model. It should offer you now to export the ecore to XML schema.在 Eclipse 中,当仅安装 EMF SDK 时,您可能无法看到“XML Schema”的模型导出器。 (在我这边,只有“UML 模型”可见)。
使用包含 EMF 存储库 的更新站点。安装 XSD 功能,然后导出器就会出现。
In Eclipse, when only EMF SDK is installed, you may not be able to see the model exporter for "XML Schema". (On my side, only "UML model" is visible).
Use an update site with EMF repository. Install the XSD features then the exporter would appear.