[eml-dev] [Bug 2703] - eml not valid is xmlSpy versions 2006+, eml-text and eml-documentation

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Mar 31 14:56:15 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2703





------- Comment #6 from mob at icess.ucsb.edu  2008-03-31 14:56 -------
These are the changes required to fix bug 2703 (disregard list from previous
comment):
1. eml-documentation.xsd: elements moduleName, moduleDescripiton,
recommendedUsage, standAlone should be set to form="qualified"  
2. eml-text.xsd: add mixed="true" to the definition of txt:TextType
3. eml-text.xsd: the <para> and <section> elements must be optional
(minOccurs="0" maxOccurs="unbounded")
4. eml-text.xsd: add a child element to para: <ulink>
5. eml-text.xsd: add a child element to para: <citetitle>
6. eml-text.xsd: change element <sidebar> to <section>

The schema now validates in xmlSpy2007 at the W3C, everywhere.
http://www.w3.org/2001/03/webdata/xsv
For a version of the XSV validator which can be added to the oxygen editor,
see:
http://www.oxygenxml.com/doc/ug-standalone/custom-validation.html


More information about the Eml-dev mailing list