02-23-05 10:58 PM
I can't figure this one out. I have a very simple XML
document like this:
<Person>
<OptionalNode>
<FName>
<LName>
<OtherInfo>
<MoreDeails [1 or more]>
<OprionalNode>
</Moredetails>
</OtherInfo>
</Person>
"<OprionalNode>" is declared as <AnyEmement> in my schema
with possibility of many <OptionalNode>'s as a given
location. "<MoreDetails>" can occur 1 or more times. Then
I do this:
- I validate that schema (with no problems),
- I generate an instance of an XML doc (with no problems),
- I validate instance against just generated document and
I get "Element has incomplete content" error. WTF?
Thanks for help!
[ Post a follow-up to this message ]
|