From 7aa884b21b2970bf4f036307bbf69ebf99d72b86 Mon Sep 17 00:00:00 2001 From: nikolaibeliaev Date: Thu, 21 Mar 2019 14:41:52 +0700 Subject: [PATCH] added readme --- README.MD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..c8f3e79 --- /dev/null +++ b/README.MD @@ -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 +``` \ No newline at end of file