Difference between XML and XMI?

后端 未结 3 1888
轻奢々
轻奢々 2021-02-07 00:19

Can some one shed some light on the difference between XML and XMI? Can XMI be used in place of XML?

3条回答
  •  暖寄归人
    2021-02-07 00:47

    An XMI document is an XML document. An XML document is not necessarily an XMI document.

    This is an XML document:

    
       myContent 
    
    

    but it is not an XMI document.

    XMI is a specific XML dialect. It consists of a specific set of tags with specific syntax and semantics aimed at describing a model.

提交回复
热议问题