[Bug 9890] invalid XQTSResult.xsd schema

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9890


Andrew Eisenberg <andrew.eisenberg@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com>  2010-06-09 15:41:32 ---
Interesting. I receive no errors for this schema using ant's xmlvalidate.

I've modified the definition of commentType to be the following: 

   <xsd:complexType name="commentType">
      <xsd:sequence minOccurs="1" maxOccurs="unbounded">
         <xsd:choice>         
            <xsd:element ref="xqtsr:p" />
            <xsd:any namespace="##other" processContents="skip" />
            <xsd:any namespace="##local" processContents="skip" />
         </xsd:choice>
      </xsd:sequence>
   </xsd:complexType>


Please close this bug report if you are satisfied with this resolution.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 9 June 2010 15:41:34 UTC