tuffnatty / xsd_to_django_model

Generate Django models from an XSD schema description (and a bunch of hints)
GNU General Public License v3.0
25 stars 11 forks source link

types.xsd not found in schema #1

Closed im-portthis closed 7 years ago

im-portthis commented 7 years ago

$> python xsd_to_django_model.py schema.xsd types.xsd ERROR:__main__:EXCEPTION: types.xsd not found in schema

schema.xsd:

tuffnatty commented 7 years ago

The arguments after the first one should be type names, not XSD file names, e.g.: python xsd_to_django_model.py schema.xsd ATopLevelTypeName