Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Components/XML"

 
Line 1: Line 1:
{{MoDiscoTabs|XML| {{MoDiscoTab|XML|Documentation|0.8}}{{MoDiscoTab|XML|Documentation|0.9}}{{MoDiscoTab|XML|Architecture|}}}}
+
#REDIRECT [[MoDisco/Moved To Help Center]]
= Overview =
+
 
+
The Generic XML Metamodel represents a subset of concepts defined in [http://www.w3.org/TR/2008/REC-xml-20081126/ W3C XML Recommendation].
+
 
+
Its purpose is to represent XML content without taking care of conformance to concepts described in a Document Type Definition(DTD) or in a XML Schema Description (XSD) (i.e. without having a metamodel dedicated to one or many DTD/XSD).
+
 
+
It is an alternative to the metamodel definition provided with EMF plug-ins (nsuri : http://www.eclipse.org/emf/2003/XMLType) : we think that a more understandable model navigation, without the use of the Extended Ecore Modeling FeatureMap type, can be proposed to the end user. In return, some filtering (on node children) might be more time expensive.
+
 
+
== Team ==
+
*Fabien Giquel ([http://www.mia-software.com Mia-Software])
+
 
+
{{MoDisco}}
+
[[Category:MoDisco]]
+

Latest revision as of 11:39, 2 April 2012

  1. REDIRECT MoDisco/Moved To Help Center

Back to the top