- From: <bugzilla@jessica.w3.org>
- Date: Tue, 15 Jun 2010 14:05:09 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9890
Andrew Eisenberg <andrew.eisenberg@us.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com> 2010-06-15 14:05:09 ---
I've modified p and commentType as follows:
<xsd:element name="p">
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any minOccurs="0" maxOccurs="unbounded" namespace="##any"
processContents="skip" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="commentType" mixed="true">
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:sequence>
<xsd:element ref="xqtsr:p" />
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
This validates the results that I have previously received. I expect that this
will remove the xmllint error that you have been getting.
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 Tuesday, 15 June 2010 14:05:11 UTC