generatingXSD/README.MD

25 lines
642 B
Plaintext
Raw Permalink Normal View History

2019-03-21 07:41:52 +00:00
# generatingXSD
2019-03-25 02:42:24 +00:00
The utility generates an xsd schema based on xml file. Based on [Apache XMLBeans](https://xmlbeans.apache.org/).
2019-03-21 07:41:52 +00:00
## 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
```