-
Notifications
You must be signed in to change notification settings - Fork 115
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
xsdgen: gen type "measResults": Unknown built-in type "anySimpleType" #112
Comments
@droyo did you find some time to look into this? |
The error you're getting is because there is no entry for Looking at the schema, measResults should be a list of measResultType, which itself can either be a float or the string "NIL". |
Yes, I made the changes in I'm still thinking of ways where I can do it in a better way. If you have some more suggestions, I'd love to hear them. |
Sure, if you want to file a PR or point me to your fork I can take a look sometime. |
Thanks @shmsr . Looking at your commit, it's very specific to the schema you're using and wouldn't be generically usable. I think the best fit for a generic I'm glad you figured it out, though! |
xsdgen
throws an error while operating on anXSD
file:Refer: https://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec (32435-c00.zip)
The zipped file contains a doc which includes the XSD as well: 32435-c00.zip
I'm attaching the
XSD
file here itself fetched from the above referenced link:From the documentation, I feel that it should work but it's not. How can I debug this?
The text was updated successfully, but these errors were encountered: