You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I decided to open a new issue but it is related to this comment #25 (comment)
The problem is that we have a XSD (A) that includes another one (B) which in turn imports a third one (C).
Currently when A references something from C it is treated as a UnsolvedReference.
I decided to open a new issue but it is related to this comment #25 (comment)
The problem is that we have a XSD (A) that includes another one (B) which in turn imports a third one (C).
Currently when A references something from C it is treated as a
UnsolvedReference
.According to this post on StackOverflow it's not entirely clear whether this should be supported or not: https://stackoverflow.com/questions/13735887/use-type-from-xsd-imported-from-import
So this is a feature request: It'd be great if XsdParser could (maybe optionally) process transitive includes.
The text was updated successfully, but these errors were encountered: