[eml-dev] error message
Inigo San Gil
isangil at lternet.edu
Mon Jun 20 15:56:08 PDT 2005
Dear Xiaoping,
Without seeing the eml doc itself, is hard to say, as some error
messages are somewhat cryptic.
However, in this case it seems that after the child element <para>
you did not specify what type of "paragraph" you have at hand,
that is, you need another child before putting the explicit content.
This child could be one of the list (in these case, literal text markups):
<itemizedlist>
<orderedlist>
<emphasis>
<subscript>
<superscript>
<literalLayout>
One of the most common childs I've seen used here is the last one,
<literalLayout>.
Example: -------------------------------------------------------------------
This is your document:
<abstract>
<para>
Some abstract blah blah blah BlaH!
</para>
</abstract>
To make it (schema) valid, replace by this XML chunk:
<abstract>
<para>
<literalLayout>
Some abstract blah blah blah BlaH!
</literalLayout>
</para>
</abstract>
------------------------------------------------
Next time I'd suggest you include your EML doc..
Cheers, Inigo
Xiaoping Wang wrote:
>Dear eml community,
>
>Could someone tell me what the following message mean?
>
>cvc-complex-type.2.4.a: Invalid content starting with element 'a'. The
>content must match
>'(((((("":itemizedlist)|("":orderedlist))|("":emphasis))|("":subscript))|("":superscript))|("":literalLayout)){0-UNBOUNDED}'.
>
>Thanks!
>
>Xiaoping
>
>
>_______________________________________________
>Eml-dev mailing list
>Eml-dev at ecoinformatics.org
>http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/eml-dev
>
>
More information about the Eml-dev
mailing list