Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » try to use xsd
try to use xsd [message #1849512] Sat, 22 January 2022 16:15 Go to next message
Arden liu is currently offline Arden liuFriend
Messages: 1
Registered: January 2022
Junior Member
1) where can I found the latest jar from maven repository ?
I only found implementation 'org.eclipse.emf:org.eclipse.xsd:2.18.0', the current version should be 2.28.0. But I cannot find it from mvnrepository.com
2)where can I find some examples of using those APIs?
Re: try to use xsd [message #1849518 is a reply to message #1849512] Sun, 23 January 2022 05:33 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
The version of the overall feature is not the same as the version of any particular bundle. That bundle's version is currently 2.18:

https://git.eclipse.org/c/xsd/org.eclipse.xsd.git/tree/plugins/org.eclipse.xsd/META-INF/MANIFEST.MF#n5

So the 2.18 version is the most recent version.

Here are some examples:

https://git.eclipse.org/c/xsd/org.eclipse.xsd.git/tree/plugins/org.eclipse.xsd/src/org/eclipse/xsd/util/XSDPrototypicalSchema.java
https://git.eclipse.org/c/xsd/org.eclipse.xsd.git/tree/examples/org.eclipse.xsd.example/src/org/eclipse/xsd/example/XSDMainExample.java
https://git.eclipse.org/c/xsd/org.eclipse.xsd.git/tree/plugins/org.eclipse.xsd/src/org/eclipse/xsd/ecore/XSDEcoreBuilder.java


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:XML Schema Editor black text on dark background
Next Topic:XSD has been merged into EMF
Goto Forum:
  


Current Time: Fri Apr 19 03:55:56 GMT 2024

Powered by FUDForum. Page generated in 0.02352 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top