mirror of
https://github.com/fr13Dev/generatingXSD
synced 2024-12-22 19:13:13 +00:00
added readme
This commit is contained in:
parent
9f6659570c
commit
7aa884b21b
25
README.MD
Normal file
25
README.MD
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# generatingXSD
|
||||||
|
The utility generates an xsd schema based on xml file.
|
||||||
|
## Supported features
|
||||||
|
- Scheme specification (Russian doll, Salami slice, Venetian blind)
|
||||||
|
- Target namespace specification
|
||||||
|
|
||||||
|
## Download and compile
|
||||||
|
* Download and install Java 8.
|
||||||
|
* Download and install [Apache Maven](http://maven.apache.org/)
|
||||||
|
|
||||||
|
* Clone this repository (or download directly from github)
|
||||||
|
```
|
||||||
|
git clone https://github.com/fr13Dev/generatingXSD.git
|
||||||
|
```
|
||||||
|
* Compile and run
|
||||||
|
```
|
||||||
|
cd metadataSorting
|
||||||
|
mvn package
|
||||||
|
java -jar xml2xsd.jar
|
||||||
|
```
|
||||||
|
## Usage
|
||||||
|
Open command line and type
|
||||||
|
```
|
||||||
|
java -jar xml2xsd.jar
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user