XML Schema include and import

0
Hi all, We need to import external XML schema's that contain multiple <xsd:include> and <xsd:import> elements. Are these supported by Mendix? If so, are there any requirements for the schemaLocation attribute so Mendix can find the included schema's? I looked at the docs (https://docs.mendix.com/refguide/xml-schema-support) but did not find any information about this.    Kind regards, Arjan Huijzer
asked
1 answers
1

Yes, that's supported. As long as the referenced files can be found, they will be imported.

answered