Estimate size of xml file

887 Views Asked by At

I have an the xsd schema for the layout of an xml file, is there any way I can use this schema to estimate a range of how big xml files generated from this xsd wil be?

1

There are 1 best solutions below

4
On BEST ANSWER

No, there isn't. Except for a few very unusual schemas, e.g. a schema that doesn't use maxOccurs="unbounded" and that applies a maxLength constraint to every string.