Generate XSD (XML Schema) from XML document quickly and easily. It converts XML to XSD content. It takes XML as input and produces XSD document. It's also called XML Schema generator. It supports Russian Doll design. Mimics input document structure. It looks into the element and attribute values in the input XML string and derive the data type of attribites and min-max occurance of the elements. Elements are declared within other elements locally. It can parse big XML file and produces XSD (Schema) for that. User experience is very good. It is the best XSD generator from XML in the market available online
Russian Doll Style: It puts elements within other elements and they are declared locally!
How It Works: