Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain namespacing on xsd imports #8

Open
doncorsean opened this issue Mar 2, 2016 · 1 comment
Open

Retain namespacing on xsd imports #8

doncorsean opened this issue Mar 2, 2016 · 1 comment
Assignees

Comments

@doncorsean
Copy link

Any easy way to retain the namespacing of imported schema?

For instance I have a shared common entity schema (CMENT namespace) containing Address. When I convert the common entity schema I get what I would expect.
CMENTAddress.h
CMENTAddress.m

When I convert a schema (HOMESVC namespace) that imports the common entity schema I get:
HOMESVCAddress.h
HOMESVCAddress.m
HOMESVCHome.h
HOMESVCHome.m

I would expect:
CMENTAddress.h
CMENTAddress.m
HOMESVCHome.h
HOMESVCHome.m

@Daij-Djan
Copy link
Owner

k.. Ill look into that for a future version :) It shouldnt bee too hard. I specifically made it as it is right now ;)

@Daij-Djan Daij-Djan self-assigned this Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants