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 "MDT-XSD"

m
 
m
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
XML Schema Infoset Model
+
XML Schema Definition ([http://www.eclipse.org/modeling/mdt/?project=xsd XSD]) is a reference library that provides an API for use with any code that examines, creates, or modifies documents based on the [http://www.w3.org/TR/XMLSchema-0 XML Schema] W3C standard.
 +
 
 +
XSD provides APIs for
 +
 
 +
* manipulating components of an XML Schema
 +
* manipulating the DOM-accessible representation of XML Schema as a series of XML documents
 +
* keeping these representations in agreement as schemas are modified
 +
 
 +
 
 +
== Frequenty Asked Questions ==
 +
 
 +
* [[MDT-XSD-FAQ|FAQ]]
 +
 
 +
== Newsgroup / Mailing List ==
 +
 
 +
If not in the FAQ, chances are [http://www.eclipse.org/modeling/mdt/newsgroup-mailing-list.php your question has been answered in the newsgroup].
 +
 
 +
== Javadoc ==
 +
 
 +
* [http://www.eclipse.org/modeling/mdt/javadoc/ Javadoc]
 +
 
 +
== Other Documentation ==
 +
 
 +
* [http://www.eclipse.org/emf/docs/ http://www.eclipse.org/emf/docs]
 +
 
 +
== Related Links ==
 +
 
 +
* [http://www.eclipse.org/modeling Modeling Project] [http://wiki.eclipse.org/index.php/Category:Modeling Category] [[Modeling_Project|Wiki]]
 +
** [http://www.eclipse.org/modeling/mdt Model Development Tools] [http://wiki.eclipse.org/index.php/Category:MDT Category] [[MDT|Wiki]]
 +
 
 +
[[Category:Modeling]]
 +
[[Category:MDT]]

Latest revision as of 16:12, 21 May 2008

XML Schema Definition (XSD) is a reference library that provides an API for use with any code that examines, creates, or modifies documents based on the XML Schema W3C standard.

XSD provides APIs for

  • manipulating components of an XML Schema
  • manipulating the DOM-accessible representation of XML Schema as a series of XML documents
  • keeping these representations in agreement as schemas are modified


Frequenty Asked Questions

Newsgroup / Mailing List

If not in the FAQ, chances are your question has been answered in the newsgroup.

Javadoc

Other Documentation

Related Links

Back to the top