- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Dec 2014 13:49:09 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26862
Andrew Coleman <andrew_coleman@uk.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrew_coleman@uk.ibm.com
Resolution|--- |FIXED
--- Comment #3 from Andrew Coleman <andrew_coleman@uk.ibm.com> ---
As agreed at the telecon on 2014-12-02, the schema definition for
serialization-parameters should be a repeating choice group containing the
parameters defined in this spec together with a wildcard (xs:any) for extension
parameters. I have modified the schema to the following...
<xs:element name="serialization-parameters">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="output:serialization-parameter-element"/>
<xs:any namespace="##other"
processContents="lax"/>
</xs:choice>
</xs:complexType>
</xs:element>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 4 December 2014 13:49:11 UTC