Re: trouble with "What's in the target Namespace?"

"Don Smith" <donalds@isogen.com> writes:

> Priscilla:
> 
> I tried the redeclaration, and XSV complained about it. But Xerces allowed
> it.

> <xsd:element name="performance">
>  <xsd:complexType>
>   <xsd:sequence>
>     <xsd:element ref="isg:performer"  />
>     <xsd:element name="BBB"  type="xsd:boolean" />
>     <xsd:element name="NNN" type="xsd:date" />
>     <xsd:element name="BBB"  type="xsd:boolean" />
>   </xsd:sequence>
>  </xsd:complexType>
> </xsd:element>

When I try this with XSV, I get a warning, which says "redeclaration
of {None}:BBB ok - same type" -- I guess that's a sort of debugging
message, but it's not an error (you'll note the error count is 0).  Do 
you get a different message?

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

Received on Monday, 22 October 2001 06:30:17 UTC