Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 80923

XML Schema - Element Not Supported in Export Mappings

$
0
0

I have an XSD schema for an invoice that has several elements that give me errors when trying to create an XML schema in the Modeler.  I've included one example at the end of this posting.  The error message I get is "Type of element 'http://www.company.com/data/imports/invoice:OGA': This 'Choice' element  is not supported in export mappings."  Any pointers about how I can use this schema in the Modeler greatly appreciated.  I need to export data from my Mendix app using this schema.

 

<xs:element name="OGA"><xs:complexType><xs:choice minOccurs="0" maxOccurs="999"><xs:element minOccurs="0" default="0" name="GUID" type="xs:string" /><xs:element minOccurs="0" maxOccurs="10" name="FDADisclaimerFlag"><xs:simpleType><xs:restriction base="xs:boolean" /></xs:simpleType></xs:element><xs:element minOccurs="0" maxOccurs="10" ref="inv:FDA" /><xs:element minOccurs="0" maxOccurs="10" name="DOTDisclaimerFlag"><xs:simpleType><xs:restriction base="xs:boolean" /></xs:simpleType></xs:element><xs:element minOccurs="0" maxOccurs="10" ref="inv:DOT" /><xs:element minOccurs="0" name="EPADisclaimerFlag"><xs:simpleType><xs:restriction base="xs:boolean" /></xs:simpleType></xs:element><xs:element minOccurs="0" maxOccurs="10" ref="inv:EPA" /><xs:element minOccurs="0" maxOccurs="10" name="FCCDisclaimerFlag"><xs:simpleType><xs:restriction base="xs:boolean" /></xs:simpleType></xs:element><xs:element minOccurs="0" maxOccurs="10" ref="inv:FCC" /><xs:element minOccurs="0" name="FWSDisclaimerFlag"><xs:simpleType><xs:restriction base="xs:boolean" /></xs:simpleType></xs:element><xs:element minOccurs="0" maxOccurs="1" ref="inv:FWS" /></xs:choice></xs:complexType></xs:element>

 


Viewing all articles
Browse latest Browse all 80923

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>