The wikipedia page about IFML says the standard includes a XML definition to express the modeling. Unfortunately, I have not found any information about this XML representation of an IFML schema, even on the official Web Site.
Does anyone know where we can find this?
答案 0 :(得分:0)
您可以下载xmi文件IFML metamodel。然后使用Eclipse将其转换为xsd。 这将需要几个步骤。首先,您需要将xmi(UML模型)转换为ecore文件,然后为ecore创建genmodel,最后使用genmodel文件生成xsd文件。