You are using the Schema CR syntax, however Xerces 1.2.3 was supporting
Schema WD syntax.

Move to Xerces 1.3.0 :)

Elena

rasco rasco wrote:
> 
> 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

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

Reply via email to