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 (branding consistency)
m
 
Line 1: Line 1:
[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.
+
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.
  
XML Schema Definition (XSD) provides APIs for
+
XSD provides APIs for
  
 
* manipulating components of an XML Schema
 
* manipulating components of an XML Schema

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.