Error 14749 READ-XMLSCHEMA from XSD file

Posted by annord on 23-May-2011 05:00

When i try to load "XSD" file, i have the error : The element G2 is not a temp-table
I receive this file (attachment) from my supplier who generate it with Liquid XML Studio Designer
My code:
DEFINE VARIABLE hDataset  AS HANDLE      NO-UNDO.
CREATE DATASET hDataset.
hDataset:READ-XMLSCHEMA( "FILE"
                         , "C:\OpenEdge\102b\work\g2.xsd"
                         , FALSE
                         , ?
                         , "STRICT").

Is anybody can help me in the right way to proceed to deal with this file?

[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/19/G2.xsd.zip:550:0]

All Replies

This thread is closed