Thanks very much. I do appreciate it.
Do you by chance know what this error means when I run it? How do I find out the line and element type? Many thanks in advance. WARNING: file:/C:/tmp/t4.xsd:6:49:Document Type Warning: missing simpleType|complexType "NameType" [e-props-correct.1] WARNING: file:/C:/tmp/t4.xsd:57:72:Document Type Warning: missing simpleType|complexType "decimal10Type" [e-props-orrect.1] WARNING: file:/C:/tmp/t4.xsd:79:61:Document Type Warning: missing simpleType|complexType "decimal9Type" [e-props-correct.1] WARNING: file:/C:/tmp/t4.xsd:116:42:Document Type Warning: missing simpleType|complexType "bnType" [e-props-correct.1] WARNING: file:/C:/tmp/t4.xsd:129:76:Document Type Warning: missing simpleType|complexType "decimal13Type" [e-props-correct.1] ERROR: file:/C:/tmp/ACTIVE2009T4.XML:2:13:Invalid Structure: element type not found [cvc-type.1] Gary Mittleman Camgar Consultants Tel: 905-881-9942 Fax: 905-881-5377 Cell: 416-409-8653 Email: garym at camgar.ca Web: www.camgar.ca -----Original Message----- From: Hussein Shafie [mailto:[email protected]] Sent: February-10-10 12:12 PM To: Gary Mittleman Cc: xmleditor-support at xmlmind.com Subject: Re: [XXE] Help on XML and Validate Parser --> You need to create a simple configuration file for your XML schema. How to do this is explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/configure.html --> Alternatively, you may use the xmltool (found in XXE_install_dir/bin/) command-line tool: C:\> xmltool validate -s main_schema_file.xsd your_xml_instance.xml See http://www.xmlmind.com/xmleditor/_distrib/doc/xmltool/validate_options.html Gary Mittleman wrote: > I have XMLMind Editor and have this requirement that I do not know how > to do. > > > > Any help would be appreciated. > > > > I have an XML file that I created and need to send to the government. > They have an XSD file schema file. > > > > How do I parse my XML file for accuracy? > > > > Here is what they say on their web site: > > > > /To validate your file, download the XML schema below with a parser. Use > the schema to check that the format of your information return is > correct before you send it to us. Use a validating parser > <http://www.cra-arc.gc.ca/esrvc-srvce/mgmd/flrs/bfr/vldtng-eng.html> to > check for the proper file format. Make sure that the validating feature > in your parser is turned on before checking your file./ > > /The schemas are in .xsd format. After you save the .zip file on your > computer, use WinZip software to extract the .xsd files. You have to > extract *all files* to your hard drive./ > > / / > > Many thanks in advance. > > > > Gary Mittleman > > Camgar Consultants > > Tel: 905-881-9942 > > Fax: 905-881-5377 > > Cell: 416-409-8653 > > Email: garym at camgar.ca > > Web: www.camgar.ca > > > > > ------------------------------------------------------------------------ > > > -- > XMLmind XML Editor Support List > xmleditor-support at xmlmind.com > http://www.xmlmind.com/mailman/listinfo/xmleditor-support -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20100210/8b646834/attachment.htm

