-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
28 lines (22 loc) · 1.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
All the merit of this project is held by Václav Slavětínský and I would like to
give my sincere thanks to him for his great tool that really helped me out when
I was stuck.
You can find there his original source code.
http://xsdvi.sourceforge.net/
I only changed a bit the program so that it can suit my needs.
To use it just put the .xsd file as the first argument in CLI.
This software is licensed under the GNU GPL v3.0 license.
XsdVi has been originally developped by Václav Slavětínský and then
slightly modified by Malik Olivier Boussejra. It allows to draw SVG
tree diagrams from XSD files.
Copyright (C) 2015 Malik Olivier BOUSSEJRA
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.