eclipse - Making/faking a complete XML example from an XSD schema -
i trying achieve automated documentation of xml schema. approach use eclipse generate example xml file, user2630745 has described here, , parse file xslt script.
my problem xml file generated eclipse not complete, schema contains choice tags — off course, eclipse make valid xml file , make choice, leaving me incomplete list.
as workaround, made attempt, replacing choice tags sequence tags. obviously, result different schema, inapropriate purposes of original schema; hoped, possible complete representation of elements (and attributes) of original schema way. however, when had completed substitution, eclipse generated smaller xml file less elements.
why substitution result in smaller xml file instead of more comprehensive one?
is there reliable way complete xml file (thus elements , attributes)?
how can verify, whether such xml file complete?
thank in advance answers.
Comments
Post a Comment