Open romlodihc opened 11 months ago
Yes we do not support this yet, but we are planning on implementing this as a feature soon! We can use this item for tracking
Not much frontend impact for this. This scenario would be simple to support from the backend. Question then becomes if we should work to support this with integration accounts.
@DanielleCogs Can we have a status update for this one? Is there a workaround at this moment so that I can use XSD's with imports with the data mapper?
Yes I am working to get an update on this for you!
I am now having trouble reproducing the issue. We tested with our own example as you can see in the screenshot below. @fijsh are you seeing an error message?
Thanks for looking into it @DanielleCogs. I get the following error:
400 - InvalidSchema: The provided schema content is not valid. If the schema has any references, please upload the referenced schemas to the Integration Account first. The compilation of schema failed with error: 'The global element 'Name' has already been declared.'.
Only now I see the error message: 'The global element 'Name' has already been declared.'. But, the Xsd seems to be valid. I can successfully open it with Visual Studio and use the schema explorer to view the schema. When I load it into a SchemaSet it is valid and I can also create a class from it using [Xsd.exe.] See attached my schema files. The message about the integration account is a bit confusing for me.
(url) InvoiceDetails.zip
Describe the Bug with repro steps
I have a situation where one XSDs is importing 3 local XSDs. However, datamapper doesn't seem to support this. All of these schemas are located in the same directory and are valid. An example:
Can someone validate this?
Screenshots or Videos
No response
Version
v2.81.5
Additional context
No response