Adding schema location to xml

0
I am looking at trying to add the schema location to the xml that is exported from a defined xsd. I see that the namespace is added to the root element but i am expecting to see the schemalocation as well.  Here is what is generated <ns1:QuotePackage xmlns:ns1="http://www.example.com/policy/commercial/" id="128731"> This is what I am expecting to see <ns1:QuotePackage xmlns:ns1="http://www.example.com/policy/commercial/" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation="urn:MyData http://www.example.com/MyData.xsd"> I have added the xsi namespace within the xsd. Does mendix have the ability to place the schema location within the generated document?  
asked
0 answers