Emmanuel Pietriga wrote:
> Ryan Lee wrote:
>
>>>>>>>> <!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN"
>>>>>>>> "http://www.w3.org/2001/XMLSchema.dtd">
>>>>>>>> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
>>>>>>>> xml:lang="en"
>>>>>>>> targetNamespace="[undetermined]">
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> I've changed the target namespace to Fresnel's and put the XML
>>>> Schema at:
>>>>
>>>> http://www.w3.org/2004/09/fresnel-ns/fresnel-datatypes.xsd
>>>>
>>>> Also as rdfs:Datatypes in the extended vocabulary.
>>>
>>>
>>>
>>> Does:
>>>
>>> <xs:restriction base='normalizedString'>
>>> <xs:whiteSpace value='collapse'/>
>>> </xs:restriction>
>>>
>>> mean that multiple whitespace chars are replaced by a single one?
>>
>>
>>
>> Yes - will that be a problem for any of these types?
>
>
> It might be, e.g. if a literal expression in an FSL path contains
> consecutive WS chars and this is done on purpose.
Good point, I've changed fslSelector, sparqlSelector, and
stylingInstruction to contain:
<xs:restriction base='string'/>
--
Ryan Lee ryanlee_at_w3.org
W3C Research Engineer +1.617.253.5327
http://simile.mit.edu/
Received on Thu Sep 08 2005 - 20:01:49 EDT