- From: Costello, Roger L. <costello@mitre.org>
- Date: Thu, 15 Feb 2007 16:07:27 -0500
- To: <xmlschema-dev@w3.org>
Michael Kay wrote:
>> Consider these two declarations for element Title:
>> Aren't the two declarations identical?
>They validate the same instance documents, but they produce different
PSVIs.
So, in RelaxNG (which does not generate a PSVI) these three
declarations are identical:
<element name="Title" type="token"/>
<element name="Title" type="string"/>
<element name="Title" type="normalizedString"/>
Correct?
/Roger
Received on Thursday, 15 February 2007 21:07:42 UTC