- From: <bugzilla@jessica.w3.org>
- Date: Wed, 02 Feb 2011 11:08:02 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11790
--- Comment #2 from Doug Davis <dug@us.ibm.com> 2011-02-02 11:08:02 UTC ---
>From Ashok:
Here is a simple type for QName Serialization
<simpleType name='QNameSerialization'>
<restriction base='string'>
<pattern value='{.*}.+'/>
</restriction>
</simpleType>
The pattern says " { followed by zero or more characters, followed by }
followed
by one or more characters". This assumes that the namespace URI can be empty
but the local name cannot be empty.
--
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.
You are the assignee for the bug.
Received on Wednesday, 2 February 2011 11:08:04 UTC