Need single XSD for multiple large XML files -
my question creating 1 xsd (xml schema file) various similar, not identical, xml files. please note, files not contain own xsd's. first have determine every file's schema. want create single schema catering variations. single schema used nested file format in sap ds in order load data 1 table.
i need proper tool conversion xml xsd if aware of (free) tool grateful.
an xml file underspecified xsd. multiple xml files reduce space still underspecify set of xsds used validate xml files.
since tool recommendations off-topic on stack overflow, here's generic approach recommendation instead:
- create xsd first xml document. initially, can manually or automatically jump-start process.
for each xml document, attempt validation against current xsd.
2.1. repair validation errors updating xsd.
2.2. continue until no validation errors remain.
Comments
Post a Comment