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:
 
The Generic XML Metamodel represents a subset of concepts defined in W3C XML specifications.  
 
The Generic XML Metamodel represents a subset of concepts defined in W3C XML specifications.  
 +
 
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).
 
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).
 +
 +
 +
 +
 +
== Requirements ==
 +
 +
To use the plug-in you need:
 +
* JDK 1.5 or above
 +
* a version of Eclipse 3.5 or above with the following set of plug-ins installed
 +
:* [[EMF|EMF]] 2.5.0 or higher
 +
 +
== Team ==
 +
Fabien Giquel ([http://www.mia-software.com Mia-Software])
 +
 +
 +
== Associated Discoverers ==
 +
 +
The Generic XML discoverer : [[MoDisco/XMLDiscoverer|XML Discoverer]]

Revision as of 10:32, 14 August 2009

The Generic XML Metamodel represents a subset of concepts defined in W3C XML specifications.

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).



Requirements

To use the plug-in you need:

  • JDK 1.5 or above
  • a version of Eclipse 3.5 or above with the following set of plug-ins installed
  • EMF 2.5.0 or higher

Team

Fabien Giquel (Mia-Software)


Associated Discoverers

The Generic XML discoverer : XML Discoverer

Back to the top