问题描述
我想知道,是否有人遇到任何命令行工具(免费提供)将xml模式(xsd)转换为UML图?
I was wondering, does anyone come across any command line tool (free in preference) for translating an xml schema (xsd) to UML diagram?
.xsd用于表示类,因此可以使用UML类图.
The .xsd is used to represent classes, thus a UML class diagram would fit the purpose.
我对命令行工具更感兴趣,因为我想使其成为一种自动任务,因此我宁愿不必打开UI来执行它.
I would be more interested in a command line tool, as i would like to make it an automatic task, thus i would rather not have to open a UI to perform it.
我已经进行了一些在线研究,但是大多数工具确实需要UI交互.
I have done some online research but most of the tools do require UI interaction.
谢谢您的任何建议.
推荐答案
- 安装Eclipse + EMF
- Install Eclipse+EMF
您应该最终为您的模式使用UML模型,并且可能 ecore.uml和一些Ecore基础结构类.
You should end up with UML models for your schemas and probably an ecore.uml with some Ecore infrastructure classes.
- Install Eclipse+EMF
专有解决方案: Altova (免费30天), IBM Rational Arcitect (非标准UML),
Proprietary solutions: Altova (30 days free), IBM Rational Arcitect (non-standard UML),
这篇关于XSD到UML命令行工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!