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
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
+
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 ==
 
== Other Documentation ==
  
* [http://www.eclipse.org/modeling/mdt/docs.php?project=xsd http://www.eclipse.org/modeling/mdt/docs.php?project=xsd]
 
 
* [http://www.eclipse.org/emf/docs/ http://www.eclipse.org/emf/docs]
 
* [http://www.eclipse.org/emf/docs/ http://www.eclipse.org/emf/docs]
 +
 
== Related Links ==
 
== Related Links ==
  
* [http://www.eclipse.org/modeling Modeling Project] [[Modeling_Project|Wiki]]
+
* [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] [[MDT|Wiki]]
+
** [http://www.eclipse.org/modeling/mdt Model Development Tools] [http://wiki.eclipse.org/index.php/Category:MDT Category] [[MDT|Wiki]]
*** [http://www.eclipse.org/modeling/mdt/?project=eodm#eodm EODM] [[MDT-EODM|Wiki]]
+
*** [http://www.eclipse.org/modeling/mdt/?project=uml2-ocl#uml2-ocl UML2 OCL] [[MDT-UML2-OCL|Wiki]]
+
*** [http://www.eclipse.org/modeling/mdt/?project=uml2-tools#uml2-tools UML2 Tools] [[MDT-UML2-Tools|Wiki]]
+
*** [http://www.eclipse.org/modeling/mdt/?project=uml2-uml#uml2-uml UML2 UML] [[MDT-UML2-UML|Wiki]]
+
*** [http://www.eclipse.org/modeling/mdt/?project=xsd#xsd XSD] [[MDT-XSD|Wiki]]
+
  
 
[[Category:Modeling]]
 
[[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