- From: <bugzilla@jessica.w3.org>
- Date: Tue, 14 Jul 2015 23:06:34 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28948
Josh Spiegel <josh.spiegel@oracle.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |josh.spiegel@oracle.com
--- Comment #1 from Josh Spiegel <josh.spiegel@oracle.com> ---
Isn't yesNo a restriction on token?
<xs:simpleType name="yes-no-type">
<xs:restriction base="xs:token">
<xs:enumeration value="no"/>
<xs:enumeration value="yes"/>
</xs:restriction>
</xs:simpleType>
And as I recall, method is a union type that includes xs:string. So I suppose
" Q{}xml	" would be a string.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 14 July 2015 23:06:36 UTC