hi,
my problem has to do with list and simple type:
...
<element name="categoryref">
    <simpleType>
         <list itemType="IDREF"/>
    </simpleType>
</element>

<element name="bookmark">
    <complexType>
        <sequence>
        ...
           <element ref="b:categoryref"
minOccurs="0"/>
        ...
         </sequence>
    ...
     </complexType>
</element>
....

When i try to validate it using xerces-1_2_3 it 
responds:

[Error] myfile.xml:5:102: Unknown base type  for type
.
[Error] myfile.xml:5:102: Schema error: traverse
simpleType error in
element 'categoryref'.
[Error] myfile.xml:5:102: Schema error: untyped
element : categoryref.
what's the problem: syntax or somthing else?

thanks  in advance
luca

______________________________________________________________________
Do You Yahoo!?
Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to