|
|
XSD - XML Schema Definition SDK |
|
The full SDK for XSD, including source and documentation. http://www.eclipse.org/modeling/mdt/?project=xsd#xsd |
| ID | org.eclipse.xsd.sdk.feature.group |
| Version Number | 2.6.0.v20100614-1136 2.5.0.v200906151043 2.6.0.v20100914-1218 2.7.1.v20120130-0943 2.8.0.v20120319-0555 2.8.1.v20120917-0436 2.8.2.v20130125-0826 |
| Provider | Eclipse Modeling Project |
| Categories | Modeling |
| Date Changed | 2013-02-28 |
| License | EPL |
| Rating | |
| Downloads | 6707 |
The XML Schema Definition is a reference library that provides an API for use with any code thatexamines, creates or modifies W3C XML Schema (standalone or as part ofother artifacts, such as XForms or WSDL documents).
XSD is a library that provides an API for manipulating the components of an XMLSchema as described by the W3C XML Schemaspecifications, as well as an API formanipulating the DOM-accessible representation of XML Schema as a seriesof XML documents, and for keeping these representations in agreement asschemas are modified.
The library will include services to serializeand deserialize XML Schema documents, and to do integrity checking ofschemas (for example, not using a maximum value for a simpleType whichis invalid considering the base type of that simpleType). The projectgoal is to support 100% of the functionality of XML schemarepresentation, but not necessarily to provide document against schemaassessment or validation services, which are normally provided by avalidating parser,such as Apache's Xerces-J.