Re: xsd validation bug in scxml? cvc-complex-type.2.4.b

ht writes:

> Fix your schema, and the problem will go away.

I should have added, that the _comment_ against the definition of the
group called scxml.extra.content, which says

 "group allowing elements from other namespaces"

is at odds with the actual wildcard which appears in it, namely:

 <xsd:any namespace="##any" processContents="lax" minOccurs="0"
          maxOccurs="unbounded"/>

Change that ##any to ##other, as the comment suggests you meant, and
all but the two errors mentioned later will go away, I expect.

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

Received on Saturday, 24 November 2012 20:45:06 UTC