|
next
|
 Subject: 211,19: no declaration found for element 'GROUP_3' Author: Nadine Comiter Date: 05 Aug 2010 04:07 PM Originally Posted: 05 Aug 2010 04:05 PM
|
I am trying to create an XML test file to use in an EDI map.
I am getting the following errors now:
Validating M&D_849_Test_XML_Incl_Added_Fields.xml...
file:///c:/Documents and Settings/ncomiter/Desktop/M&D_849_Test_XML_Incl_Added_Fields.xml:211,19: no declaration found for element 'GROUP_3'
file:///c:/Documents and Settings/ncomiter/Desktop/M&D_849_Test_XML_Incl_Added_Fields.xml:225,22: no declaration found for element 'GROUP_4'
file:///c:/Documents and Settings/ncomiter/Desktop/M&D_849_Test_XML_Incl_Added_Fields.xml:318,14: element 'GROUP_3' is not allowed for content model '((ST,BRC,CUR,AAA1,AAA2,AAA3,AAA4,AAA5,AAA6,AAA7,AAA8,AAA9,AAA10,NTE,REF,PER,DTM,GROUP_1,GROUP_2,CTT,AMT,Credit_Memo_Amount,Debit_Memo_Amount),SE)'
The XML document M&D_849_Test_XML_Incl_Added_Fields.xml is NOT valid (3 errors)
I am very new to Schemas and XML and I cannot figure out what the issue is. I also do not know how to read the part where it shows :318,14. Can someone tell if this is showing a line and byte that is in issue and how I can get the XML file in Stylus Studio to show line numbers so I can get to the exact one.
Thank you.
|
next
|
 Subject: 211,19: no declaration found for element 'GROUP_3' Author: Nadine Comiter Date: 06 Aug 2010 12:23 PM Originally Posted: 06 Aug 2010 12:12 PM
|
Thank you. I will try and doubleclick on the numbers.
I created the xml test file but going into Style Studio and clicking on File > Document Wizards and choosing XML Schema to XML.
I got rid of those errors and now I'm getting:
Validating Good_Test_849_XML_File.xml...
file:///c:/Documents and Settings/ncomiter/Desktop/Good_Test_849_XML_File.xml:201,12: missing elements in content model '((ST,BRC,CUR,AAA1,AAA2,AAA3,AAA4,AAA5,AAA6,AAA7,AAA8,AAA9,AAA10,NTE,REF,PER,DTM,GROUP_1,GROUP_2,CTT,AMT,Credit_Memo_Amount,Debit_Memo_Amount),SE)'
The XML document Good_Test_849_XML_File.xml is NOT valid (1 errors
I found something that someone wrote that said this message means I have mandatory fields missing. I am trying to work on that now.
Do you have any advice on this message?
Thank you,
Nadine
Sepracor_849_OB_4010.xsd My schema
Good_Test_849_XML_File.xml My test XML file
|
next
|
 Subject: 211,19: no declaration found for element 'GROUP_3' Author: Nadine Comiter Date: 06 Aug 2010 12:32 PM
|
I decided to start fresh and I went back to my Schema, clicked on File > Document Wizards and chose XML Schema to XML. It created a file for me and I am getting the following error:
Validating Untitled1.xml...
Untitled1.xml:9652,14: missing elements in content model '((ST,BRC,CUR,AAA1,AAA2,AAA3,AAA4,AAA5,AAA6,AAA7,AAA8,AAA9,AAA10,NTE,REF,PER,DTM,GROUP_1,GROUP_2,CTT,AMT,Credit_Memo_Amount,Debit_Memo_Amount),SE)'
Untitled1.xml:9653,19: missing elements in content model '((ISA,((GS,TS_849),GE)),IEA)'
The XML document Untitled1.xml is NOT valid (2 errors)
The schema passes validation but when creating a test xml file it is not good.
|
|
|
|