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 (MDT-XSD moved to MDT/XSD)
Line 1: Line 1:
{{stub}}
+
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 ==
 
== Frequenty Asked Questions ==

Revision as of 11:13, 14 February 2008

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.